Skip to content

Commit

Permalink
Update for 0.2.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zmievski committed Jul 30, 2013
1 parent a45c4eb commit 8a3138f
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions package.xml
Expand Up @@ -15,21 +15,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>andrei@php.net</email>
<active>yes</active>
</lead>
<date>2012-01-13</date>
<date>2013-07-30</date>
<version>
<release>0.2.1</release>
<api>0.2.0</api>
<release>0.2.2</release>
<api>0.2.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Package up missed source files
- PHP 5.4 compatibility
- Sample PHP class for using zookeeper
- Fix NOTCONNECTED_STATE issue
- Various other fixes
</notes>
<contents>
<dir name="/">
<dir name="examples">
<file role='php' name='Zookeeper_Example.php'/>
</dir>
<file role='doc' name='README.markdown'/>
<file role='doc' name='CREDITS'/>
<file role='doc' name='LICENSE'/>
Expand Down Expand Up @@ -60,6 +66,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<providesextension>zookeeper</providesextension>
<extsrcrelease/>
<changelog>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.2.2</release><api>0.2.2</api></version>
<date>2013-07-30</date>
<notes>
- PHP 5.4 compatibility
- Sample PHP class for using zookeeper
- Fix NOTCONNECTED_STATE issue
- Various other fixes
</notes>
</release>

<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.2.1</release><api>0.2.0</api></version>
Expand Down

0 comments on commit 8a3138f

Please sign in to comment.