From ed02b538a045f135818a7320f86afd915dca94d0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 10 Jun 2009 09:33:45 +0200 Subject: [PATCH] Version 1.0.16 --- NEWS | 18 +++++++++++++++++- configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 395a520..541d8ef 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,20 @@ -Implemented facility to change current working directory (-w). +--- 1.0.16 2008/06/10 + +SRU to Z39.50 filter honors x-username and x-password. If only +x-username is given that translates to open authentication (Z39.50v2). If +both x-username and x-password is present that translates to idPass +authentication (Z39.50v3). + +New facility to change current working directory (-w). + +Update to upstream skeleton of init.d script. Should fix bug #2619. + +Filter session_shared now caches records (used to only cache connections +and result sets). + +Filter session_shared now invalidates a Z39.50 session if a server +returns -1 hits. This facility was also part of yazproxy and gets around +a bug in Voyager-based Z39.50 servers. --- 1.0.15 2008/11/18 diff --git a/configure.ac b/configure.ac index b8b447e..edabf5a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.15],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.16],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 4cd4145..701e8b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.0.16-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 09 Jun 2009 15:37:15 +0200 + metaproxy (1.0.15-1indexdata) unstable; urgency=low * Upstream. -- 1.7.10.4