From: Adam Dickmeiss Date: Wed, 8 Jul 2009 13:49:20 +0000 (+0200) Subject: Version 1.0.19 X-Git-Tag: v1.0.19~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=3fb33dbcd9e57622aa094a83ad8283c8f306286a;hp=59a80dbc0ba9631cc217c0a87e9d9d86c5732fe9;p=metaproxy-moved-to-github.git Version 1.0.19 --- diff --git a/NEWS b/NEWS index ed05a79..18729ae 100644 --- 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. diff --git a/configure.ac b/configure.ac index 73eab3e..1683ba8 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/win/makefile b/win/makefile index ea7ef4e..117685c 100644 --- a/win/makefile +++ b/win/makefile @@ -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