From 597d27dafa2bbaff0ffef1747887f46a119b1e20 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 12 Aug 2013 09:42:59 +0200 Subject: [PATCH] Version 1.1.6 --- IDMETA | 2 +- debian/changelog | 6 ++++++ package.xml | 11 +++++------ php_yaz.h | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/IDMETA b/IDMETA index 6d1c4ab..489489e 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index 47302df..522626c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +php5-yaz (1.1.6-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 12 Aug 2013 09:42:43 +0200 + php5-yaz (1.1.5-1indexdata) unstable; urgency=low * Upstream. diff --git a/package.xml b/package.xml index 49ad6df..15476f0 100644 --- a/package.xml +++ b/package.xml @@ -14,11 +14,11 @@ Find more information at: adam@indexdata.dk yes - 2012-11-20 - + 2013-08-12 + - 1.1.5 - 1.1.5 + 1.1.6 + 1.1.6 stable @@ -26,8 +26,7 @@ Find more information at: PHP -Avoid type conversion for ZVALs (yaz_range). Use zend_parse_parameters -with proper types. +Fix Bug #64773: error define in php_yaz.c. diff --git a/php_yaz.h b/php_yaz.h index fa6ed4e..094dfa9 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.5" +#define PHP_YAZ_VERSION "1.1.6" #if HAVE_YAZ -- 1.7.10.4