From 2193e252681c473b67dc0627284e9a2b9497960b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 3 Dec 2009 12:11:50 +0100 Subject: [PATCH] Version 1.0.22 --- NEWS | 5 +++++ configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 878146a..4cf3bc2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.0.22 2009/12/03 + +Prepare for 64-bit YAZ. yazproxy will still work with YAZ++ 1.1.4 or +later which means YAZ 3.0.47 or later. + --- 1.0.20 2009/11/19 For filter virt_db, the database is a glob pattern and the virtual diff --git a/configure.ac b/configure.ac index eed912b..1b0c736 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.21],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.22],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 5691c23..f876e92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.0.22-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 03 Dec 2009 12:10:03 +0100 + metaproxy (1.0.21-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 328b822..cf75a31 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.21 +VERSION=1.0.22 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4