prepare to release

This commit is contained in:
Alexey Romanenko
2010-09-17 12:39:27 +00:00
parent 14c1a122d2
commit e1b2b620d1
2 changed files with 16 additions and 6 deletions

View File

@@ -1,2 +1,3 @@
Sphinx client extension for PHP
Antony Dovgal
Antony Dovgal (tony2001)
Alexey Romanenko (santiago)

View File

@@ -21,18 +21,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>santiago739@gmail.com</email>
<active>yes</active>
</lead>
<date>2010-02-26</date>
<time>19:00:00</time>
<date>2010-09-17</date>
<time>17:00:00</time>
<version>
<release>1.0.4</release>
<api>1.0.4</api>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>- Fixed PECL bug #17007 (incorrect query causes SEGFAULT)</notes>
<notes>- Added support for new API in sphinx 1.10
- Fixed PECL bug #18325 (support 1.10-beta string attributes)
- Fixed PECL bug #17558 (time taken in search result was incorrect)
</notes>
<contents>
<dir name="/">
<file name="CREDITS" role="doc" />
@@ -59,6 +62,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
<configureoption default="autodetect" name="with-sphinx" prompt="Please provide the installation prefix of libsphinxclient" />
</extsrcrelease>
<changelog>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>1.0.4</release><api>1.0.4</api></version>
<date>2010-02-26</date>
<notes>- Fixed PECL bug #17007 (incorrect query causes SEGFAULT)</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>1.0.3</release><api>1.0.3</api></version>