From 6e5694249f3031e2d1d09ef4449e446403054d5e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 1 Aug 2011 14:30:02 +0200 Subject: [PATCH] Version 1.3.2 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 60d8413..79dfc4a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +--- 1.3.2 2011/08/01 + +Change location of Metaproxy modules from libdir/metaproxy to +libdir/metaproxy4. Directory libdir/metaproxy is also owned by +libmetaproxy3 and, thus, should not be used by libmetaproxy4. + +New facility to dump APDUs from zoom filter. Enabled by + in the zoom filter configuation. + +zoom filter bug fix: SRU diagnostics received from backend was +not properly converted to Bib-1 diagnostics. + +Package metaproxy depends on libmetaproxy4, same version. + --- 1.3.1 2011/07/28 zoom: fix a bug WRT passing authentication parameters to backends. diff --git a/configure.ac b/configure.ac index 5bed507..033840f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.3.1],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.2],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 95ef39a..51db072 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.2-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 01 Aug 2011 14:22:29 +0200 + metaproxy (1.3.1-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index e8e41c5..9a0822b 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.3.1 +Version: 1.3.2 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 65ee723..5c9d7c3 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.1 +VERSION=1.3.2 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4