Version 1.1.0 v1.1.0
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 27 May 2011 12:01:41 +0000 (14:01 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 27 May 2011 12:01:41 +0000 (14:01 +0200)
README
debian/changelog
package.xml
php_yaz.h

diff --git a/README b/README
index af5ac1d..0e511bc 100644 (file)
--- 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
index e04cab6..ef89a55 100644 (file)
@@ -1,3 +1,9 @@
+php5-yaz (1.0.15-1indexdata) stable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 27 May 2011 14:00:06 +0200
+
 php5-yaz (1.0.14-1indexdata) stable; urgency=low
 
   * Upstream.
index bb4c3e4..796ba55 100644 (file)
@@ -6,26 +6,26 @@
  <description>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/</description>
+  http://www.indexdata.com/phpyaz
+  http://www.indexdata.com/yaz</description>
  <lead>
   <name>Adam Dickmeiss</name>
   <user>dickmeiss</user>
   <email>adam@indexdata.dk</email>
   <active>yes</active>
  </lead>
- <date>2008-02-20</date>
- <time>11:13:01</time>
+ <date>2011-05-27</date>
+ <time>11:57:01</time>
  <version>
-  <release>1.0.14</release>
-  <api>1.0.14</api>
+  <release>1.1.0</release>
+  <api>1.1.0</api>
  </version>
  <stability>
   <release>stable</release>
   <api>stable</api>
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
- <notes>Allow sru_verson to be set via yaz_connect. Fixed bad memory reference in yaz_es_result</notes>
+ <notes>Update for YAZ version 4</notes>
  <contents>
   <dir name="/">
    <file md5sum="257deec03eff2f160e8f470c65d4350f" name="config.m4" role="src" />
index 69efba2..ac58d27 100644 (file)
--- 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