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