From: Adam Dickmeiss Date: Fri, 9 Sep 2011 09:07:48 +0000 (+0200) Subject: Version 1.3.11 X-Git-Tag: v1.3.11 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=3c90b08f3409e0f0ede6581bc3013f86a1f1e8ea;p=metaproxy-moved-to-github.git Version 1.3.11 --- diff --git a/NEWS b/NEWS index fb33328..9ba249b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +--- 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 +2: system temporarily available. + --- 1.3.10 2011/09/09 zoom: new target profile setting: sortmap_field. If sortmap_field is given diff --git a/configure.ac b/configure.ac index 83ddac9..63c8de6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.3.10],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.11],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index cd9a630..77626f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.11-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 09 Sep 2011 11:06:56 +0200 + metaproxy (1.3.10-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index 19d0ae8..45efd35 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.3.10 +Version: 1.3.11 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index e0db799..5b508a2 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.10 +VERSION=1.3.11 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz