From 9757a9ac857180889850aec2756595c04501aeb7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 Nov 2006 11:42:13 +0000 Subject: [PATCH 1/1] Towards 2.0.6. --- NEWS | 15 +++++++++++++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ include/idzebra/version.h | 6 +++--- win/zebra.nsi | 4 ++-- 5 files changed, 28 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index fea15a3..0de54db 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +--- 2.0.6 2006/11/28 + +Fixed bug #736: Updates gets slower. + +Fixed bug #735: Delete fails to process rest of file after a record that +does not exist, + +Added RPM package for Zebra 2. + +Improved indexing speed for large documents. + +Added support for special utility retrieval zebra:: which offers retrieval +of fundamental properties for record, such as indexed terms, raw record, +and system record ID. + --- 2.0.4 2006/10/16 Fixed bug #47: Commit needs to check for roll-back. diff --git a/configure.ac b/configure.ac index 9f10d9f..b9ea107 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.40 2006-11-27 14:27:12 adam Exp $ +dnl $Id: configure.ac,v 1.41 2006-11-28 11:42:13 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.5],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.6],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) diff --git a/debian/changelog b/debian/changelog index d73c106..ea52dd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.6-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 28 Nov 2006 12:38:41 +0100 + idzebra (2.0.4-1) unstable; urgency=low * Internal. diff --git a/include/idzebra/version.h b/include/idzebra/version.h index 6f25aec..a9745ac 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.11 2006-10-16 11:03:48 adam Exp $ +/* $Id: version.h,v 1.12 2006-11-28 11:42:13 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef ZEBRAVER -#define ZEBRAVER "2.0.4" +#define ZEBRAVER "2.0.6" -#define ZEBRADATE "$Date: 2006-10-16 11:03:48 $" +#define ZEBRADATE "$Date: 2006-11-28 11:42:13 $" #endif /* diff --git a/win/zebra.nsi b/win/zebra.nsi index e099a95..8c5f9d6 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.36 2006-10-16 11:03:48 adam Exp $ +; $Id: zebra.nsi,v 1.37 2006-11-28 11:42:13 adam Exp $ -!define VERSION "2.0.4" +!define VERSION "2.0.6" ; VS 2005 ; !define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll" -- 1.7.10.4