From e6c40598be6d20486d0c17fa115af66b9ee54d07 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 23 Mar 2011 20:16:12 +0100 Subject: [PATCH] Version 2.0.46 --- NEWS | 7 +++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ idzebra.spec | 4 ++-- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c102a70..8444ab9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +--- 2.0.46 2011/03/23 + +Fix bug in dictionary component of Zebra that could lead to +inconsistent register assert for large deleteions. + +Improve estimate hits for phrase searches. + --- 2.0.45 2010/12/22 Add Debian package for Ubuntu maverick. diff --git a/configure.ac b/configure.ac index 551c362..ff2efeb 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.45],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.46],[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 a81ffd4..65f3b5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.46-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 23 Mar 2011 20:13:59 +0100 + idzebra (2.0.45-1indexdata) unstable; urgency=low * Upstream. diff --git a/idzebra.spec b/idzebra.spec index 63e9cb4..6af2c78 100644 --- a/idzebra.spec +++ b/idzebra.spec @@ -1,6 +1,6 @@ Name: idzebra-2.0 -Version: 2.0.45 -Release: 1 +Version: 2.0.46 +Release: 1indexdata Requires: lib%{name}-modules = %{version} License: GPL Group: Applications/Databases -- 1.7.10.4