Towards 2.0.6. ZEBRA.2.0.6
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 28 Nov 2006 11:42:13 +0000 (11:42 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 28 Nov 2006 11:42:13 +0000 (11:42 +0000)
NEWS
configure.ac
debian/changelog
include/idzebra/version.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index fea15a3..0de54db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+--- 2.0.6 2006/11/28
+
+Fixed bug #736: Updates gets slower.
+
+Fixed bug #735: Delete fails to process rest of file after a record that
+does not exist,
+
+Added RPM package for Zebra 2.
+
+Improved indexing speed for large documents.
+
+Added support for special utility retrieval zebra:: which offers retrieval
+of fundamental properties for record, such as indexed terms, raw record,
+and system record ID.
+
 --- 2.0.4 2006/10/16
 
 Fixed bug #47: Commit needs to check for roll-back.
index 9f10d9f..b9ea107 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data ApS, 1995-2006
-dnl $Id: configure.ac,v 1.40 2006-11-27 14:27:12 adam Exp $
+dnl $Id: configure.ac,v 1.41 2006-11-28 11:42:13 adam Exp $
 dnl
 AC_PREREQ(2.59)
-AC_INIT([idzebra],[2.0.5],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.6],[zebra-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.8])
index d73c106..ea52dd6 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.6-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 28 Nov 2006 12:38:41 +0100
+
 idzebra (2.0.4-1) unstable; urgency=low
 
   * Internal.
index 6f25aec..a9745ac 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.11 2006-10-16 11:03:48 adam Exp $
+/* $Id: version.h,v 1.12 2006-11-28 11:42:13 adam Exp $
    Copyright (C) 1995-2006
    Index Data ApS
 
@@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #ifndef ZEBRAVER
 
-#define ZEBRAVER "2.0.4"
+#define ZEBRAVER "2.0.6"
 
-#define ZEBRADATE "$Date: 2006-10-16 11:03:48 $"
+#define ZEBRADATE "$Date: 2006-11-28 11:42:13 $"
 
 #endif
 /*
index e099a95..8c5f9d6 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.36 2006-10-16 11:03:48 adam Exp $
+; $Id: zebra.nsi,v 1.37 2006-11-28 11:42:13 adam Exp $
 
-!define VERSION "2.0.4"
+!define VERSION "2.0.6"
 
 ; VS 2005
 ; !define VS_RUNTIME_DLL      "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"