Version 1.1.5
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 15 Jun 2010 12:26:38 +0000 (14:26 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 15 Jun 2010 12:26:38 +0000 (14:26 +0200)
NEWS
configure.ac
debian/changelog
win/makefile

diff --git a/NEWS b/NEWS
index 7bdd10b..ae247f8 100644 (file)
--- 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
index 767a242..cecd492 100644 (file)
@@ -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])
 
index 7d6d1a1..e948bbe 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.1.5-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 15 Jun 2010 14:24:29 +0200
+
 metaproxy (1.1.4-1indexdata) unstable; urgency=low
 
   * Upstream.
index f64d6eb..d2d84bc 100644 (file)
@@ -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