From b2a58f35bdd9d45607f5b226743df8983c532433 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 May 2011 09:53:58 +0000 Subject: [PATCH] Version 1.2.5. --- NEWS | 2 ++ configure.ac | 2 +- debian/changelog | 6 ++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 103f8a6..57cf55d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.2.5 2011/05/06 + Filter z3950_client may be configured to always send a close APDU to backend target when connection/session is closed. This will only happen if close APDU is not already sent. Enabled by configuration diff --git a/configure.ac b/configure.ac index 90b32fb..95cc136 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.2.4],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.5],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index a8a2616..8adb8f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.2.5-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 06 May 2011 09:53:44 +0000 + metaproxy (1.2.4-2indexdata) unstable; urgency=low * Internal. diff --git a/metaproxy.spec b/metaproxy.spec index dda5f84..d6e5a84 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.2.4 +Version: 1.2.5 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 3e396df..c6b518b 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.2.4 +VERSION=1.2.5 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4