From: Adam Dickmeiss Date: Tue, 20 Nov 2012 08:56:31 +0000 (+0100) Subject: Version 1.1.5 X-Git-Tag: v1.1.5 X-Git-Url: http://git.indexdata.com/?p=phpyaz-moved-to-github.git;a=commitdiff_plain;h=06640689c8cea4447b3a58928e4ecfc36ce346fb Version 1.1.5 --- diff --git a/IDMETA b/IDMETA index cbf8033..9137b62 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index c1268bb..47302df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +php5-yaz (1.1.5-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 20 Nov 2012 09:56:16 +0100 + php5-yaz (1.1.4-1indexdata) stable; urgency=low * Upstream. diff --git a/package.xml b/package.xml index 98702b4..49ad6df 100644 --- a/package.xml +++ b/package.xml @@ -14,11 +14,11 @@ Find more information at: adam@indexdata.dk yes - 2012-08-13 - + 2012-11-20 + - 1.1.4 - 1.1.4 + 1.1.5 + 1.1.5 stable @@ -26,7 +26,8 @@ Find more information at: PHP -Avoid deprecated pval_destructor. +Avoid type conversion for ZVALs (yaz_range). Use zend_parse_parameters +with proper types. diff --git a/php_yaz.h b/php_yaz.h index d45673a..fa6ed4e 100644 --- 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