Version 2.0.45 v2.0.45
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 Dec 2010 13:08:15 +0000 (14:08 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 Dec 2010 13:08:15 +0000 (14:08 +0100)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 16cf2b2..c102a70 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+--- 2.0.45 2010/12/22
+
+Add Debian package for Ubuntu maverick.
+
+Update to newer Libxml2/Libxslt for Windows package.
+
+Escape-sequences are disabled for RPN-queries with truncation=105/106.
+These, unlike regular expressions, do not support \-sequences .
+
 --- 2.0.44 2010/06/29
 
 grs1: avoid term_len < 0 for .abs operator 'range'
index 578ee1f..ccbd3c3 100644 (file)
@@ -2,7 +2,7 @@ dnl This file is part of the Zebra server.
 dnl   Copyright (C) 1994-2009 Index Data
 dnl
 AC_PREREQ(2.60)
-AC_INIT([idzebra],[2.0.44],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.45],[zebra-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.9])
index c5e7904..a81ffd4 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.45-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 22 Dec 2010 14:07:26 +0100
+
 idzebra (2.0.44-1indexdata) unstable; urgency=low
 
   * Upstream.