From: Adam Dickmeiss Date: Fri, 2 Sep 2011 08:29:14 +0000 (+0200) Subject: Version 2.0.49 X-Git-Tag: v2.0.49 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=fec8f47eacbe9ca2a8868eb8aac9888c260999a9 Version 2.0.49 --- diff --git a/NEWS b/NEWS index 13d5aca..08013b8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 2.0.49 2011/09/02 + +Scan: allow preferred position > number + 1 + +Fix bug #4592: dict_scan misses + +Fix snippets for complete fields, bug #4590. The +snippet_add_complete_fields (chr-system) now takes the indexing term +verbatim and makes that the display term. + --- 2.0.48 2011/06/28 Utility idebra-abs2dom part of distribution and deb+RPM packages. diff --git a/configure.ac b/configure.ac index 1056abd..1797d21 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl This file is part of the Zebra server. dnl Copyright (C) 1994-2011 Index Data dnl AC_PREREQ(2.60) -AC_INIT([idzebra],[2.0.48],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.49],[zebra-help@indexdata.dk]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) diff --git a/debian/changelog b/debian/changelog index 22508ec..d5a301b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.49-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 02 Sep 2011 10:12:13 +0200 + idzebra (2.0.48-1indexdata) unstable; urgency=low * Upstream. diff --git a/idzebra.spec b/idzebra.spec index 4c22c30..b5c0aa3 100644 --- a/idzebra.spec +++ b/idzebra.spec @@ -1,5 +1,5 @@ Name: idzebra-2.0 -Version: 2.0.48 +Version: 2.0.49 Release: 1indexdata Requires: lib%{name}-modules = %{version} License: GPL