Version 2.0.41. v2.0.41
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 24 Aug 2009 12:40:55 +0000 (14:40 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 24 Aug 2009 12:40:55 +0000 (14:40 +0200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index 9954923..c18295b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+--- 2.0.41 2009/08/24
+
+Fix typos and other errors in the documentation. Thanks to Galen
+Charlton.
+
+Fix DOM filter so that full record ID (z:id) if given is used verbatim
+rather than truncated until first blank - in other words use memcpy
+rather than sscanf. For PI fix record attributes parsing which was
+completely broken.
+
 --- 2.0.40 2009/07/13
 
 Fixed problem in result set handling and segment handling.
index e5171a9..8cf0f1e 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.40],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.41],[zebra-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.9])
index a5c0c38..532f693 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.41-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 24 Aug 2009 14:39:22 +0200
+
 idzebra (2.0.40-1indexdata) unstable; urgency=low
 
   * Upstream.