Version 1.0.19
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 8 Jul 2009 13:49:20 +0000 (15:49 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 8 Jul 2009 13:49:20 +0000 (15:49 +0200)
NEWS
configure.ac
win/makefile

diff --git a/NEWS b/NEWS
index ed05a79..18729ae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+--- 1.0.19 2009/07/08
+
+For filter multi, the target (for routing) may be given as a glob-pattern.
+
+More documentation for filters virt_db and multi.
+
+Update schema to allow for no database in sru_z3950 filter.
+
 --- 1.0.18 2009/06/30
 
 Added limit filter to put sleep (penalty) for heavy use.
index 73eab3e..1683ba8 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.0.18],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.0.19],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
index ea7ef4e..117685c 100644 (file)
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.0.18
+VERSION=1.0.19
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz