+--- 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
-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])
-/* $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
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)
-; $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"