Version 1.3.11 v1.3.11
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Sep 2011 09:07:48 +0000 (11:07 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Sep 2011 09:07:48 +0000 (11:07 +0200)
NEWS
configure.ac
debian/changelog
metaproxy.spec
win/makefile

diff --git a/NEWS b/NEWS
index fb33328..9ba249b 100644 (file)
--- 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
index 83ddac9..63c8de6 100644 (file)
@@ -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])
 
index cd9a630..77626f5 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.3.11-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 09 Sep 2011 11:06:56 +0200
+
 metaproxy (1.3.10-1indexdata) unstable; urgency=low
 
   * Upstream.
index 19d0ae8..45efd35 100644 (file)
@@ -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
index e0db799..5b508a2 100644 (file)
@@ -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