From 5d39890ac71d33e5449d2bc6b385aeeffcd3adaa Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 27 May 2011 14:01:41 +0200 Subject: [PATCH] Version 1.1.0 --- README | 2 +- debian/changelog | 6 ++++++ package.xml | 14 +++++++------- php_yaz.h | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README b/README index af5ac1d..0e511bc 100644 --- a/README +++ b/README @@ -2,4 +2,4 @@ This extension implements a Z39.50 client for PHP using the YAZ toolkit. Find more information at: http://www.indexdata.com/phpyaz - http://www.indexdata.com/yaz/ + http://www.indexdata.com/yaz diff --git a/debian/changelog b/debian/changelog index e04cab6..ef89a55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +php5-yaz (1.0.15-1indexdata) stable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 27 May 2011 14:00:06 +0200 + php5-yaz (1.0.14-1indexdata) stable; urgency=low * Upstream. diff --git a/package.xml b/package.xml index bb4c3e4..796ba55 100644 --- a/package.xml +++ b/package.xml @@ -6,26 +6,26 @@ This extension implements a Z39.50/SRU client for PHP using the YAZ toolkit and the ZOOM framework. Find more information at: - http://www.indexdata.dk/phpyaz/ - http://www.indexdata.dk/yaz/ + http://www.indexdata.com/phpyaz + http://www.indexdata.com/yaz Adam Dickmeiss dickmeiss adam@indexdata.dk yes - 2008-02-20 - + 2011-05-27 + - 1.0.14 - 1.0.14 + 1.1.0 + 1.1.0 stable stable PHP - Allow sru_verson to be set via yaz_connect. Fixed bad memory reference in yaz_es_result + Update for YAZ version 4 diff --git a/php_yaz.h b/php_yaz.h index 69efba2..ac58d27 100644 --- a/php_yaz.h +++ b/php_yaz.h @@ -21,7 +21,7 @@ #ifndef PHP_YAZ_H #define PHP_YAZ_H -#define PHP_YAZ_VERSION "1.0.14" +#define PHP_YAZ_VERSION "1.1.0" #if HAVE_YAZ -- 1.7.10.4