Towards 2.0.26. ZEBRA.2.0.26
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Jan 2008 14:19:59 +0000 (14:19 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Jan 2008 14:19:59 +0000 (14:19 +0000)
NEWS
configure.ac
debian/changelog
include/idzebra/version.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 4506ef7..7d54657 100644 (file)
--- 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
index 34a26a2..3b5f594 100644 (file)
@@ -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])
index 7191ca6..6b441f0 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.26-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 28 Jan 2008 15:18:52 +0100
+
 idzebra (2.0.24-1) unstable; urgency=low
 
   * Upstream.
index f9d2b2a..a13b8ff 100644 (file)
@@ -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)
index 0d8baf9..e614a7f 100644 (file)
@@ -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"