From: Adam Dickmeiss Date: Tue, 7 Oct 2014 14:01:35 +0000 (+0200) Subject: Version 1.1.7 X-Git-Tag: v1.1.7 X-Git-Url: http://git.indexdata.com/?p=phpyaz-moved-to-github.git;a=commitdiff_plain;h=6b7aca3d9eaf27f373d132574f71a4b404b56ff9 Version 1.1.7 --- diff --git a/IDMETA b/IDMETA index 7c4e032..b29c1fc 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="trusty saucy precise" -VERSION=1.1.6 +VERSION=1.1.7 NAME=php5-yaz diff --git a/package.xml b/package.xml index 15476f0..dbd7d6c 100644 --- a/package.xml +++ b/package.xml @@ -14,11 +14,11 @@ Find more information at: adam@indexdata.dk yes - 2013-08-12 - + 2014-10-07 + - 1.1.6 - 1.1.6 + 1.1.7 + 1.1.7 stable @@ -26,7 +26,7 @@ Find more information at: PHP -Fix Bug #64773: error define in php_yaz.c. +Add yaz_cql_parse + yaz_cql_conf. diff --git a/php_yaz.h b/php_yaz.h index 3ca0594..057be87 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.6" +#define PHP_YAZ_VERSION "1.1.7" #if HAVE_YAZ