From: Adam Dickmeiss Date: Mon, 24 Aug 2009 12:40:55 +0000 (+0200) Subject: Version 2.0.41. X-Git-Tag: v2.0.41 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=5242fd311bad9fc07b7ddf77f4d83410928d968c;hp=8664d6939b6be2e0de78c81ff99b8e24d304abc3 Version 2.0.41. --- diff --git a/NEWS b/NEWS index 9954923..c18295b 100644 --- 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. diff --git a/configure.ac b/configure.ac index e5171a9..8cf0f1e 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index a5c0c38..532f693 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.41-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 24 Aug 2009 14:39:22 +0200 + idzebra (2.0.40-1indexdata) unstable; urgency=low * Upstream.