Version 1.3.2 v1.3.2
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 Aug 2011 12:30:02 +0000 (14:30 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 1 Aug 2011 12:30:02 +0000 (14:30 +0200)
NEWS
configure.ac
debian/changelog
metaproxy.spec
win/makefile

diff --git a/NEWS b/NEWS
index 60d8413..79dfc4a 100644 (file)
--- 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 
+<log apdu="true"/> 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.
index 5bed507..033840f 100644 (file)
@@ -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])
 
index 95ef39a..51db072 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.3.2-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 01 Aug 2011 14:22:29 +0200
+
 metaproxy (1.3.1-1indexdata) unstable; urgency=low
 
   * Upstream.
index e8e41c5..9a0822b 100644 (file)
@@ -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
index 65ee723..5c9d7c3 100644 (file)
@@ -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