Skip to content

Commit

Permalink
update package.xml to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeke committed Aug 17, 2014
1 parent bd89139 commit 59e9699
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,21 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-08-13</date>
<time>12:00:00</time>
<date>2014-08-17</date>
<time>16:00:00</time>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Add buffer_size config bar,when buffer_size full will write log
- Code format remove tab to 4space
- fixed Mac under the compiler error
- Buffer optimization methods, improve operation efficiency
- Optimization of the internal structure, concurrent fault
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -108,5 +109,22 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>- First version for pecl.net</notes>
</release>
<release>
<date>2014-08-13</date>
<time>12:00:00</time>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache2.0</license>
<notes>
- Add buffer_size config bar,when buffer_size full will write log
- Code format remove tab to 4space
</notes>
</release>
</changelog>
</package>

0 comments on commit 59e9699

Please sign in to comment.