From 6edc3513149e8818d61d72db9d565fc3703c837b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 28 Jan 2010 12:31:50 +0100 Subject: [PATCH] Version 1.1.1 --- NEWS | 6 ++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0a01b05..e32fd23 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.1.1 2010/01/28 + +Debian package now installs /etc/metaproxy/metaproxy.xml which +includes all XML files /etc/metaproxy/filters-enabled . +The include facility uses YAZ' yaz_xml_include_simple (YAZ 4.0.1). + --- 1.1.0 2010/01/20 Package based on YAZ version 4 and YAZ++ 1.2.0. It now includes a diff --git a/configure.ac b/configure.ac index e9ff754..28c0065 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.0],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.1.1],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 44259cd..0786c15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.1.1-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 28 Jan 2010 12:30:25 +0100 + metaproxy (1.1.0-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index ea4776f..684340d 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.0 +VERSION=1.1.1 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4