Merge branch 'feature/cursor-async' of https://github.com/DaveRandom/pecl-database-pq
[m6w6/ext-pq] / package.xml
index 06885175e8f30ad534d4ffe5f1816d089434783d..ea94c6c79db1005b81d6aee9539dfe3c99c5323c 100644 (file)
@@ -39,7 +39,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </developer>
  <date>2014-12-17</date>
  <version>
  </developer>
  <date>2014-12-17</date>
  <version>
-  <release>0.6.0dev</release>
+  <release>0.6.0RC1</release>
   <api>0.6.0</api>
  </version>
  <stability>
   <api>0.6.0</api>
  </version>
  <stability>
@@ -49,6 +49,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <license>BSD, revised</license>
  <notes><![CDATA[
 * Fixed crash with result iterator when the iterator exists longer than the result
  <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\Statment::$types readonly properties
 ]]></notes>
 * Added pq\Statement::deallocate{,Async}() and pq\Statement::prepare{,Async}() methods
 * Added pq\Statement::$query and pq\Statment::$types readonly properties
 ]]></notes>