prepare for v1.0
[m6w6/ext-pq] / package.xml
index f4a14e240a7256401afd35a66018c5aef1e6604c..46fcdb9252471cfc7aeef8a4e1fe3b89993cdfde 100644 (file)
@@ -13,17 +13,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <channel>pecl.php.net</channel>
  <summary>PostgreSQL client library (libpq) binding</summary>
  <description>
- Documents: http://devel-m6w6.rhcloud.com/mdref/pq
+ Documents: https://mdref.m6w6.name/pq
  
  Highlights:
  * Nearly complete support for asynchronous usage:
-   http://devel-m6w6.rhcloud.com/mdref/pq/Connection/%3A%20Asynchronous%20Usage
+   https://mdref.m6w6.name/pq/Connection/%3A%20Asynchronous%20Usage
  * Extended type support by pg_type:
-   http:/devel-m6w6.rhcloud.com/mdref/pq/Types/%3A%20Overview
+   https://mdref.m6w6.name/pq/Types/%3A%20Overview
  * Fetching simple multi-dimensional array maps:
-   http:/devel-m6w6.rhcloud.com/mdref/pq/Result/map
+   https://mdref.m6w6.name/pq/Result/map
  * Working Gateway implementation: 
-   https://http://devel-m6w6.rhcloud.com/mdref/pq-gateway
+   https://mdref.m6w6.name/pq-gateway
  </description>
  <lead>
   <name>Michael Wallner</name>
@@ -37,23 +37,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <email>daverandom@php.net</email>
   <active>yes</active>
  </developer>
- <date>2015-06-10</date>
+ <date>2015-12-04</date>
  <version>
-  <release>0.6.0RC1</release>
-  <api>0.6.0</api>
+  <release>1.0.0RC1</release>
+  <api>1.0.0</api>
  </version>
  <stability>
   <release>beta</release>
-  <api>beta</api>
+  <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed crash with result iterator when the iterator exists longer than the result
-* Fixed array parser compatibility with arrays of boxes 
-+ Added pq\Statement::deallocate{,Async}() and pq\Statement::prepare{,Async}() methods
-+ Added pq\Statement::$query and pq\Statement::$types readonly properties
-+ Added pq\Cursor::{open,close}Async() methods
-+ Added pq\Cursor::$query and pq\Cursor::$flags readonly properties
+* Stable release for PHP 5.4 - 5.6
 ]]></notes>
  <contents>
   <dir name="/">
@@ -156,7 +151,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <dependencies>
   <required>
    <php>
-    <min>5.4</min>
+    <min>5.4.0</min>
+    <max>7.0.0</max>
+    <exclude>7.0.0</exclude>
    </php>
    <pearinstaller>
     <min>1.4.0</min>