From 6925136497a91eb61c0bbaefa639d1574f4b8d1f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 17 Jan 2008 14:13:24 +0000 Subject: [PATCH] Towards 2.0.24. --- NEWS | 9 +++++++++ configure.ac | 4 ++-- include/idzebra/version.h | 6 +++--- win/zebra.nsi | 4 ++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 72e252a..5402a56 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 2.0.24 2008/01/17 + +Fixed some memory violations for ICU enabled indexing that could be +triggered by long phrases. + +Enable ICU on Windows. Thanks to Tumer Garip for makefile patches. + +Fixed bug #2002: Zebra crashes during merge using ICU indexing. + --- 2.0.22 2007/12/20 Handle encoding errors for strings passed to ICU. (assert was diff --git a/configure.ac b/configure.ac index 715f120..285ec62 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.71 2007-12-20 19:08:35 adam Exp $ +dnl Zebra, Index Data ApS, 1995-2008 +dnl $Id: configure.ac,v 1.72 2008-01-17 14:13:25 adam Exp $ dnl AC_PREREQ(2.59) AC_INIT([idzebra],[2.0.22],[zebra-help@indexdata.dk]) diff --git a/include/idzebra/version.h b/include/idzebra/version.h index d60e463..ebab740 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.30 2007-12-20 19:08:35 adam Exp $ +/* $Id: version.h,v 1.31 2008-01-17 14:13:25 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -27,9 +27,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL -#define ZEBRAVER "2.0.22" +#define ZEBRAVER "2.0.24" -#define ZEBRADATE "$Date: 2007-12-20 19:08:35 $" +#define ZEBRADATE "$Date: 2008-01-17 14:13:25 $" /** \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 dd6e02f..bfeb1dd 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.46 2007-12-20 19:09:47 adam Exp $ +; $Id: zebra.nsi,v 1.47 2008-01-17 14:13:25 adam Exp $ -!define VERSION "2.0.22" +!define VERSION "2.0.24" ; 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