Version 1.3.12 v1.3.12
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Oct 2011 12:01:44 +0000 (14:01 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Oct 2011 12:01:44 +0000 (14:01 +0200)
NEWS
configure.ac
debian/changelog
debian/rules
metaproxy.spec

diff --git a/NEWS b/NEWS
index 9ba249b..8fadfd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
---- 1.3.11 2011/09/09
+--- 1.3.12 2011/10/26
+
+zoom: database args x-name=value are passed through to backend database.
+
+SRU filter: user may specify session ID that is passed to log entries
+that follows. It is specified by using x-session-id in the SRU arguments.
 
+zoom: fix null pointer reference which would occur for bad url parameter
+inside "torus" or if url was not given.
+
+--- 1.3.11 2011/09/09
 Fix bug in filter session_shared where sessions would not expire
 properly (session ttl). This in turn could make the target close the
 connection before expected and session_shared would return diagnostic
index 63c8de6..896c346 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.3.11],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.3.12],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
index 77626f5..6f5029c 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.3.12-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 26 Oct 2011 14:00:22 +0200
+
 metaproxy (1.3.11-1indexdata) unstable; urgency=low
 
   * Upstream.
index 66682a3..7ab9436 100755 (executable)
@@ -101,7 +101,7 @@ binary-arch: build install
        dh_fixperms
 #      dh_perl
 #      dh_python
-       dh_makeshlibs -V 'libmetaproxy4 (>= 1.2.9)'
+       dh_makeshlibs -V 'libmetaproxy4 (>= 1.3.12)'
        dh_installdeb
        dh_shlibdeps  -l debian/libmetaproxy4/usr/lib
        dh_gencontrol
index 45efd35..fe4ab16 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Z39.50/SRU router
 Name: metaproxy
-Version: 1.3.11
+Version: 1.3.12
 Release: 1indexdata
 License: GPL
 Group: Applications/Internet