Towards 2.0.24.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jan 2008 14:13:24 +0000 (14:13 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jan 2008 14:13:24 +0000 (14:13 +0000)
NEWS
configure.ac
include/idzebra/version.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 72e252a..5402a56 100644 (file)
--- 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
 --- 2.0.22 2007/12/20
 
 Handle encoding errors for strings passed to ICU. (assert was
index 715f120..285ec62 100644 (file)
@@ -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])
 dnl
 AC_PREREQ(2.59)
 AC_INIT([idzebra],[2.0.22],[zebra-help@indexdata.dk])
index d60e463..ebab740 100644 (file)
@@ -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
 
    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
 
 
 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)
 
 /** \brief Returns Zebra version and system info.
     \param version_str buffer for version (at least 16 bytes)
index dd6e02f..bfeb1dd 100644 (file)
@@ -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"
 
 ; VS 2005
 ; !define VS_RUNTIME_DLL      "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"