Version 1.1.6 v1.1.6
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Aug 2013 07:42:59 +0000 (09:42 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 12 Aug 2013 07:42:59 +0000 (09:42 +0200)
IDMETA
debian/changelog
package.xml
php_yaz.h

diff --git a/IDMETA b/IDMETA
index 6d1c4ab..489489e 100644 (file)
--- a/IDMETA
+++ b/IDMETA
@@ -1,4 +1,4 @@
 DEBIAN_DIST="wheezy squeeze"
 UBUNTU_DIST="quantal precise oneiric lucid"
-VERSION=1.1.5
+VERSION=1.1.6
 NAME=php5-yaz
index 47302df..522626c 100644 (file)
@@ -1,3 +1,9 @@
+php5-yaz (1.1.6-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 12 Aug 2013 09:42:43 +0200
+
 php5-yaz (1.1.5-1indexdata) unstable; urgency=low
 
   * Upstream.
index 49ad6df..15476f0 100644 (file)
@@ -14,11 +14,11 @@ Find more information at:
   <email>adam@indexdata.dk</email>
   <active>yes</active>
  </lead>
- <date>2012-11-20</date>
- <time>09:52:25</time>
+ <date>2013-08-12</date>
+ <time>09:30:14</time>
  <version>
-  <release>1.1.5</release>
-  <api>1.1.5</api>
+  <release>1.1.6</release>
+  <api>1.1.6</api>
  </version>
  <stability>
   <release>stable</release>
@@ -26,8 +26,7 @@ Find more information at:
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
  <notes>
-Avoid type conversion for ZVALs (yaz_range). Use zend_parse_parameters
-with proper types.
+Fix Bug #64773: error define in php_yaz.c.
  </notes>
  <contents>
   <dir name="/">
index fa6ed4e..094dfa9 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.5"
+#define PHP_YAZ_VERSION "1.1.6"
 
 #if HAVE_YAZ