From 3fb33dbcd9e57622aa094a83ad8283c8f306286a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 8 Jul 2009 15:49:20 +0200 Subject: [PATCH] Version 1.0.19 --- NEWS | 8 ++++++++ configure.ac | 2 +- win/makefile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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 -- 1.7.10.4