From: Adam Dickmeiss Date: Tue, 27 May 2008 15:50:38 +0000 (+0200) Subject: Version 1.3.3.2. X-Git-Tag: v1.3.3.2 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=96aec14bae8bbb181ca8d4f5381cfd7e17db459c;ds=sidebyside Version 1.3.3.2. --- diff --git a/NEWS b/NEWS index 0eace3e..1f8e2b6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.3.3.2 2008/05/27 + +Match SRU database (PATH) against target name. Allow omitted explain +section in configuration for SRU. + --- 1.3.3.1 2008/05/21 Z39.50 authentication user is no longer set to client-IP for SRU. diff --git a/configure.ac b/configure.ac index 9944564..189e03e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of YAZ proxy dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazproxy],[1.3.3.1],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.3.3.2],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9])