From 0a490c6d2628fb566b94dd045f1f797a6197a5a6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 21 Apr 2010 14:32:23 +0200 Subject: [PATCH] Version 1.1.3 --- NEWS | 6 ++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4cd38e4..350a32f 100644 --- 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 diff --git a/configure.ac b/configure.ac index 66219ec..c2945f7 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index afcecc4..ca08332 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.1.3-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 21 Apr 2010 14:31:38 +0200 + metaproxy (1.1.2-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 12df418..8dd29d0 100644 --- a/win/makefile +++ b/win/makefile @@ -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 -- 1.7.10.4