Version 1.1.5 v1.1.5
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Nov 2012 08:56:31 +0000 (09:56 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Nov 2012 08:56:31 +0000 (09:56 +0100)
IDMETA
debian/changelog
package.xml
php_yaz.h

diff --git a/IDMETA b/IDMETA
index cbf8033..9137b62 100644 (file)
--- a/IDMETA
+++ b/IDMETA
@@ -1,4 +1,4 @@
 DEBIAN_DIST="wheezy squeeze"
 UBUNTU_DIST="precise oneiric natty lucid"
-VERSION=1.1.4
+VERSION=1.1.5
 NAME=php5-yaz
index c1268bb..47302df 100644 (file)
@@ -1,3 +1,9 @@
+php5-yaz (1.1.5-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 20 Nov 2012 09:56:16 +0100
+
 php5-yaz (1.1.4-1indexdata) stable; urgency=low
 
   * Upstream.
index 98702b4..49ad6df 100644 (file)
@@ -14,11 +14,11 @@ Find more information at:
   <email>adam@indexdata.dk</email>
   <active>yes</active>
  </lead>
- <date>2012-08-13</date>
- <time>16:56:05</time>
+ <date>2012-11-20</date>
+ <time>09:52:25</time>
  <version>
-  <release>1.1.4</release>
-  <api>1.1.4</api>
+  <release>1.1.5</release>
+  <api>1.1.5</api>
  </version>
  <stability>
   <release>stable</release>
@@ -26,7 +26,8 @@ Find more information at:
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
  <notes>
-Avoid deprecated pval_destructor.
+Avoid type conversion for ZVALs (yaz_range). Use zend_parse_parameters
+with proper types.
  </notes>
  <contents>
   <dir name="/">
index d45673a..fa6ed4e 100644 (file)
--- a/php_yaz.h
+++ b/php_yaz.h
@@ -19,7 +19,7 @@
 #ifndef PHP_YAZ_H
 #define PHP_YAZ_H
 
-#define PHP_YAZ_VERSION "1.1.4"
+#define PHP_YAZ_VERSION "1.1.5"
 
 #if HAVE_YAZ