From df3b590a48c28a89d42f15e8ad8bc9cca0d20e62 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 28 Jan 2008 14:19:59 +0000 Subject: [PATCH] Towards 2.0.26. --- NEWS | 6 ++++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ include/idzebra/version.h | 10 +++++----- win/zebra.nsi | 4 ++-- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 4506ef7..7d54657 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 2.0.26 2008/01/28 + +Fixes for searches on Chinese text. + +Fixes for scan using ICU indexing terms. + --- 2.0.24 2008/01/18 Fixed some memory violations for ICU enabled indexing that could be diff --git a/configure.ac b/configure.ac index 34a26a2..3b5f594 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2008 -dnl $Id: configure.ac,v 1.74 2008-01-24 21:52:46 adam Exp $ +dnl $Id: configure.ac,v 1.75 2008-01-28 14:19:59 adam Exp $ dnl AC_PREREQ(2.60) -AC_INIT([idzebra],[2.0.24],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.26],[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 7191ca6..6b441f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.26-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 28 Jan 2008 15:18:52 +0100 + idzebra (2.0.24-1) unstable; urgency=low * Upstream. diff --git a/include/idzebra/version.h b/include/idzebra/version.h index f9d2b2a..a13b8ff 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,5 +1,5 @@ -/* $Id: version.h,v 1.32 2008-01-18 14:24:56 adam Exp $ - Copyright (C) 1995-2007 +/* $Id: version.h,v 1.33 2008-01-28 14:19:59 adam Exp $ + Copyright (C) 1995-2008 Index Data ApS This file is part of the Zebra server. @@ -27,11 +27,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL -#define ZEBRAVER "2.0.24" +#define ZEBRAVER "2.0.26" -#define ZEBRA_FILEVERSION 2,0,24,1 +#define ZEBRA_FILEVERSION 2,0,26,1 -#define ZEBRADATE "$Date: 2008-01-18 14:24:56 $" +#define ZEBRADATE "$Date: 2008-01-28 14:19:59 $" /** \brief Returns Zebra version and system info. \param version_str buffer for version (at least 16 bytes) diff --git a/win/zebra.nsi b/win/zebra.nsi index 0d8baf9..e614a7f 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.48 2008-01-17 15:08:18 adam Exp $ +; $Id: zebra.nsi,v 1.49 2008-01-28 14:20:00 adam Exp $ -!define VERSION "2.0.24" +!define VERSION "2.0.26" ; 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