From: Adam Dickmeiss Date: Tue, 15 Jun 2010 12:26:38 +0000 (+0200) Subject: Version 1.1.5 X-Git-Tag: v1.1.5~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=a9a63e592b378242c656880f7dbddae54112f3a9;p=metaproxy-moved-to-github.git Version 1.1.5 --- diff --git a/NEWS b/NEWS index 7bdd10b..ae247f8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.1.5 2010/06/15 + +Filter multi throws diagnostic 'Present Out of Range' when +appropriate - rather than returning 0 records. + +Filter virt_db: fix bad result reuse. Could happen if a result +was overriden and a backend did not supported named result sets. + --- 1.1.4 2010/05/11 Filter log: category access logs diagnostics even if searchStatus diff --git a/configure.ac b/configure.ac index 767a242..cecd492 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.4],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.1.5],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 7d6d1a1..e948bbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.1.5-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 15 Jun 2010 14:24:29 +0200 + metaproxy (1.1.4-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index f64d6eb..d2d84bc 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.3 +VERSION=1.1.5 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz