Version 1.1.3
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Apr 2010 12:32:23 +0000 (14:32 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Apr 2010 12:32:23 +0000 (14:32 +0200)
NEWS
configure.ac
debian/changelog
win/makefile

diff --git a/NEWS b/NEWS
index 4cd38e4..350a32f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+--- 1.1.3 2010/04/21
+
+The SRU to Z39.50 filter does repeated Z39.50 present requests
+to fetch all records. Needed when a Z39.50 server returns partial
+results (due to message size limits).
+
 --- 1.1.2 2010/03/18
 
 Metaproxy now kills all child processes that are spawned by
index 66219ec..c2945f7 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.1.2],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.1.3],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
index afcecc4..ca08332 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.1.3-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 21 Apr 2010 14:31:38 +0200
+
 metaproxy (1.1.2-1indexdata) unstable; urgency=low
 
   * Upstream.
index 12df418..8dd29d0 100644 (file)
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.1.2
+VERSION=1.1.3
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz