Skip to content

Commit 8267a03

Browse files
committed
Release fann-1.0.2
1 parent 95e69e6 commit 8267a03

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

package.xml

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,27 @@
88
http://pear.php.net/dtd/package-2.0.xsd">
99
<name>fann</name>
1010
<channel>pecl.php.net</channel>
11-
<summary>Binding for FANN (Fast Artificial Neural Network) Library</summary>
12-
<description>This package provides PHP binding for FANN (Fast Artificial Neural Network) Library</description>
11+
<summary>Wrapper for FANN (Fast Artificial Neural Network) Library</summary>
12+
<description>This package provides a PHP binding for FANN (Fast Artificial Neural Network) Library</description>
1313
<lead>
1414
<name>Jakub Zelenka</name>
1515
<user>bukka</user>
16-
<email>jakub.php@gmail.com</email>
16+
<email>bukka@php.net</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2013-09-09</date>
19+
<date>2013-09-18</date>
2020
<version>
21-
<release>1.0.1</release>
22-
<api>1.0.1</api>
21+
<release>1.0.2</release>
22+
<api>1.0.2</api>
2323
</version>
2424
<stability>
2525
<release>stable</release>
2626
<api>stable</api>
2727
</stability>
2828
<license uri="http://www.php.net/license">PHP 3.01</license>
2929
<notes><![CDATA[
30-
* Fixed configuration bug for older versions of autoconf
30+
* Added configuration for Windows build to config.w32
31+
* Fixed GCC and Windows compiler warnings
3132
]]></notes>
3233
<contents>
3334
<dir name="/">
@@ -61,6 +62,21 @@
6162
<providesextension>fann</providesextension>
6263
<extsrcrelease/>
6364
<changelog>
65+
<release>
66+
<date>2013-09-09</date>
67+
<version>
68+
<release>1.0.1</release>
69+
<api>1.0.1</api>
70+
</version>
71+
<stability>
72+
<release>stable</release>
73+
<api>stable</api>
74+
</stability>
75+
<license uri="http://www.php.net/license">PHP 3.01</license>
76+
<notes><![CDATA[
77+
* Fixed configuration bug for older versions of autoconf
78+
]]></notes>
79+
</release>
6480
<release>
6581
<date>2013-08-02</date>
6682
<version>

0 commit comments

Comments
 (0)