Skip to content

Commit

Permalink
update package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeke committed Aug 13, 2014
1 parent e17707d commit c411277
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,21 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-07-28</date>
<time>23:00:00</time>
<date>2014-08-13</date>
<time>12:00:00</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
<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>- First version for pecl.net</notes>
<notes>
- Add buffer_size config bar,when buffer_size full will write log
- Code format remove tab to 4space
</notes>
<contents>
<dir name="/">
<file role="doc" name="CREDITS" />
Expand Down Expand Up @@ -90,4 +93,20 @@
</dependencies>
<providesextension>SeasLog</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2014-07-28</date>
<time>23:00:00</time>
<version>
<release>1.0.0</release>
<api>1.0.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>- First version for pecl.net</notes>
</release>
</changelog>
</package>

0 comments on commit c411277

Please sign in to comment.