From 96aec14bae8bbb181ca8d4f5381cfd7e17db459c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 27 May 2008 17:50:38 +0200 Subject: [PATCH] Version 1.3.3.2. --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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]) -- 1.7.10.4