Skip to content

Commit

Permalink
RM
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Jan 11, 2013
1 parent d4586eb commit 3c964f0
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PHP MogileFS is a client library to communicate with MogileFS trackers. Those tr
</lead>
<date>2013-01-11</date>
<version>
<release>0.9.2</release>
<release>0.9.4-dev</release>
<api>1.0</api>
</version>
<stability>
Expand All @@ -22,8 +22,7 @@ PHP MogileFS is a client library to communicate with MogileFS trackers. Those tr
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
<notes>
- Always URL-decode response from tracker (patch by Andre Pascha &lt;andre.pascha@kwick.de&gt;)
- Allow PHP 5.4
-
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -91,5 +90,21 @@ PHP MogileFS is a client library to communicate with MogileFS trackers. Those tr
- New method MogileFs::fileInfo(string $key) contributed by Jan Kantert (jan.kantert@researchgate.net)
</notes>
</release>
<release>
<date>2013-01-11</date>
<version>
<release>0.9.2</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
<notes>
- Always URL-decode response from tracker (patch by Andre Pascha &lt;andre.pascha@kwick.de&gt;)
- Allow PHP 5.4
</notes>
</release>
</changelog>
</package>

0 comments on commit 3c964f0

Please sign in to comment.