From: Adam Dickmeiss Date: Wed, 26 Oct 2011 12:01:44 +0000 (+0200) Subject: Version 1.3.12 X-Git-Tag: v1.3.12 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=refs%2Ftags%2Fv1.3.12;p=metaproxy-moved-to-github.git Version 1.3.12 --- diff --git a/NEWS b/NEWS index 9ba249b..8fadfd4 100644 --- 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 diff --git a/configure.ac b/configure.ac index 63c8de6..896c346 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index 77626f5..6f5029c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.12-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 26 Oct 2011 14:00:22 +0200 + metaproxy (1.3.11-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 66682a3..7ab9436 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/metaproxy.spec b/metaproxy.spec index 45efd35..fe4ab16 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -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