Version 1.1.1
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 28 Jan 2010 11:31:50 +0000 (12:31 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 28 Jan 2010 11:31:50 +0000 (12:31 +0100)
NEWS
configure.ac
debian/changelog
win/makefile

diff --git a/NEWS b/NEWS
index 0a01b05..e32fd23 100644 (file)
--- 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
index e9ff754..28c0065 100644 (file)
@@ -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])
 
index 44259cd..0786c15 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.1.1-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 28 Jan 2010 12:30:25 +0100
+
 metaproxy (1.1.0-1indexdata) unstable; urgency=low
 
   * Upstream.
index ea4776f..684340d 100644 (file)
@@ -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