Towards 3.0.22 YAZ.3.0.22.x
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jan 2008 22:27:40 +0000 (22:27 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jan 2008 22:27:40 +0000 (22:27 +0000)
NEWS
configure.ac
debian/changelog
win/makefile
win/yaz.nsi

diff --git a/NEWS b/NEWS
index f4a47d3..9d0c354 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
 
 Fixed bug #2027: Crash when closing connection.
 
+Changed configure so that ICU support is only enabled if only ICU
+and Libxml2 is available (because the ICU chain is XML based).
+
 --- 3.0.20 2008/01/15
 
 YAZ now makes ICU utilities for Windows. A separate DLL, yaz_icu3.dll,
index 3e51511..edb04b0 100644 (file)
@@ -1,8 +1,8 @@
-dnl YAZ Toolkit, Index Data 1995-2007
+dnl YAZ Toolkit, Index Data 1995-2008
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.106 2008-01-16 12:47:18 adam Exp $
+dnl $Id: configure.ac,v 1.107 2008-01-17 22:27:40 adam Exp $
 AC_PREREQ(2.59)
-AC_INIT([yaz],[3.0.21],[yaz-help@indexdata.dk])
+AC_INIT([yaz],[3.0.22],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([1.8])
index 3f671c3..6321cfe 100644 (file)
@@ -1,3 +1,9 @@
+yaz (3.0.22-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 17 Jan 2008 23:24:42 +0100
+
 yaz (3.0.20-1) unstable; urgency=low
 
   * Upstream.
index ba84e9c..aab1ff9 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright (C) 1995-2007, Index Data ApS
+# Copyright (C) 1995-2008, Index Data ApS
 # All rights reserved.
-# $Id: makefile,v 1.142 2008-01-14 22:58:46 adam Exp $
+# $Id: makefile,v 1.143 2008-01-17 22:27:40 adam Exp $
 #
 # Programmed by
 #  Heikki Levanto & Adam Dickmeiss
index 0f55899..2c278bb 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.126 2008-01-14 23:11:53 adam Exp $
+; $Id: yaz.nsi,v 1.127 2008-01-17 22:27:40 adam Exp $
 
-!define VERSION "3.0.20"
+!define VERSION "3.0.22"
 
 ; Microsoft runtime CRT 
 ; Uncomment exactly ONE section of the three below