Version 2.0.39 v2.0.39
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 9 Jul 2009 08:32:56 +0000 (10:32 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 9 Jul 2009 08:32:56 +0000 (10:32 +0200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index ffb4d50..8483ed0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+--- 2.0.39 2009/07/09
+
+Improved speed of record fetching by using a different block sizes
+for recd{A,B}.
+
+Added zlib-compression of recd-storage (record data). This is enabled
+by using recordCompression: zlib in zebra.cfg.
+
+Dictionary delete more agressive (dict_del_string).
+
 --- 2.0.38 2009/06/19
 
 Improved estimated hits for AND operation (bug #2907)
index d996cd2..a362772 100644 (file)
@@ -2,7 +2,7 @@ dnl This file is part of the Zebra server.
 dnl   Copyright (C) 1994-2009 Index Data
 dnl
 AC_PREREQ(2.60)
-AC_INIT([idzebra],[2.0.38],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.39],[zebra-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.9])
index 48a92df..a4a7c94 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.39-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 09 Jul 2009 10:32:04 +0200
+
 idzebra (2.0.38-1indexdata) unstable; urgency=low
 
   * Upstream.