From: Adam Dickmeiss Date: Wed, 30 Jun 2010 12:45:01 +0000 (+0200) Subject: Version 1.1.7 X-Git-Tag: v1.1.7 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.1.7;p=metaproxy-moved-to-github.git Version 1.1.7 --- diff --git a/NEWS b/NEWS index 40d5218..411741c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +--- 1.1.6 2010/06/30 session_shared: ensure backend session is closed if init rejected is received. diff --git a/configure.ac b/configure.ac index b4ab4ea..6e9ce61 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.6],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.1.7],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 8fefbba..ee92e64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.1.7-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 30 Jun 2010 14:44:12 +0200 + metaproxy (1.1.6-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 0fa75ee..d4f8c72 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.6 +VERSION=1.1.7 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz