prepare release 2.1.4 v2.1.4
authorMichael Wallner <mike@php.net>
Tue, 26 Jun 2018 07:36:19 +0000 (09:36 +0200)
committerMichael Wallner <mike@php.net>
Tue, 26 Jun 2018 07:36:19 +0000 (09:36 +0200)
* Fix #30: pq\Types is restricted to non-composite types

package.xml
php_pq.h

index bfd8a01d789c25b17b36b7871f1553005c1e0a9d..57bc135e8c6412c663bd77aba5f2a60fc5ea3425 100644 (file)
@@ -41,9 +41,9 @@
   <email>remi@php.net</email>
   <active>yes</active>
  </developer>
- <date>2018-01-10</date>
+ <date>2018-06-26</date>
  <version>
-  <release>2.1.3</release>
+  <release>2.1.4</release>
   <api>2.1.0</api>
  </version>
  <stability>
@@ -52,8 +52,7 @@
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fix gh-issue #27: crash in pq\Connection::escapeBytea()
-+ Update static pq\Types with PostgreSQL-10 types
+* Fix gh-issue #30: pq\Types is restricted to non-composite types
 ]]></notes>
  <contents>
   <dir name="/">
index 5d93dd5de0aeca2c2d4cba179605654e887c9a51..df357ab16bae557d396d56b6ae8f47dfd813edbe 100644 (file)
--- a/php_pq.h
+++ b/php_pq.h
@@ -14,7 +14,7 @@
 #ifndef PHP_PQ_H
 #define PHP_PQ_H
 
-#define PHP_PQ_VERSION "2.1.3"
+#define PHP_PQ_VERSION "2.1.4"
 
 #ifdef PHP_WIN32
 #      define PHP_PQ_API __declspec(dllexport)