Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb committed May 19, 2009
1 parent 4a0b919 commit 45b922c
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions package2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.7" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>inotify</name>
<channel>pecl.php.net</channel>
<summary>Inotify</summary>
Expand All @@ -10,31 +10,28 @@
<email>arnaud.lb@gmail.com</email>
<active>yes</active>
</lead>

<date>2008-11-03</date>
<version><release>0.1.3</release><api>0.1.2</api></version>
<date>2009-05-19</date>
<time>16:08:26</time>
<version><release>0.1.4</release><api>0.1.2</api></version>
<stability><release>beta</release><api>beta</api></stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* Cosmetic changes (improved reflection support, etc.)
* Documented at php.net
* Repackage
</notes>

<contents>
<dir name="/">
<file role="doc" name="CREDITS" />
<file role="doc" name="EXPERIMENTAL" />
<file role="doc" name="LICENSE" />
<file role="doc" name="README" />
<file role="src" name="inotify.c" />
<file role="src" name="php_inotify.h" />
<file role="src" name="config.m4" />
<file role="php" name="inotify.php" />
<file role="php" name="tail.php" />
<dir name="tests">
<file role="test" name="002.phpt" />
</dir>
</dir>
<dir name="/">
<file md5sum="b904d6d0d966d04080282d473aec742c" name="tests/002.phpt" role="test" />
<file md5sum="9503bc24ddc39eeeb67ef95304aab132" name="CREDITS" role="doc" />
<file md5sum="d41d8cd98f00b204e9800998ecf8427e" name="EXPERIMENTAL" role="doc" />
<file md5sum="0e964e9273c606c46afbd311b5ad4d77" name="LICENSE" role="doc" />
<file md5sum="9477c6c5c484ea6ea0d2560369834cc5" name="README" role="doc" />
<file md5sum="ed155dd151ef6b29b9f151f92606f4bf" name="inotify.c" role="src" />
<file md5sum="423d6034c8f0971e7c13325556621ee7" name="php_inotify.h" role="src" />
<file md5sum="d278559d7af35f0207777375b5cc96e9" name="config.m4" role="src" />
<file md5sum="155f6c7316cff3f12da669b81ee0f16c" name="inotify.php" role="php" />
<file md5sum="23a36451db200914675821bf1fac2f57" name="tail.php" role="php" />
</dir>
</contents>

<dependencies>
Expand All @@ -53,6 +50,15 @@
<extsrcrelease />

<changelog>
<release>
<date>2008-11-03</date>
<version><release>0.1.3</release><api>0.1.2</api></version>
<stability><release>beta</release><api>beta</api></stability>
<notes>
* Cosmetic changes (improved reflection support, etc.)
* Documented at php.net
</notes>
</release>
<release>
<date>2008-10-22</date>
<version><release>0.1.2</release><api>0.1.2</api></version>
Expand All @@ -63,7 +69,3 @@
</release>
</changelog>
</package>
<!--
vim:et:ts=1:sw=1
-->

0 comments on commit 45b922c

Please sign in to comment.