mirror of
https://github.com/php/pecl-search_engine-sphinx.git
synced 2026-03-24 01:02:13 +01:00
prepare to release
This commit is contained in:
3
CREDITS
3
CREDITS
@@ -1,2 +1,3 @@
|
||||
Sphinx client extension for PHP
|
||||
Antony Dovgal
|
||||
Antony Dovgal (tony2001)
|
||||
Alexey Romanenko (santiago)
|
||||
|
||||
19
package.xml
19
package.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user