From faf9cf4cf32efade578b5b122f09df0818baeae2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 19 Nov 2009 14:24:19 +0100 Subject: [PATCH] version 1.0.20 --- NEWS | 2 ++ configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fa69a51..878146a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.0.20 2009/11/19 + For filter virt_db, the database is a glob pattern and the virtual database sections are consulted in the order given. diff --git a/configure.ac b/configure.ac index f316eb9..5a889f9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.19],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.20],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 09a696f..53cb665 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.0.20-1indexdata) karmic; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 19 Nov 2009 14:22:21 +0100 + metaproxy (1.0.19-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 117685c..c5c4651 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.19 +VERSION=1.0.20 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4