From: Adam Dickmeiss Date: Thu, 9 Jul 2009 08:32:56 +0000 (+0200) Subject: Version 2.0.39 X-Git-Tag: v2.0.39 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=687895a748c76f54c709a7433d2126714664163b;hp=5a5e8d852ce98a805b02679a971cdf4216d94177 Version 2.0.39 --- diff --git a/NEWS b/NEWS index ffb4d50..8483ed0 100644 --- 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) diff --git a/configure.ac b/configure.ac index d996cd2..a362772 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index 48a92df..a4a7c94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.39-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 09 Jul 2009 10:32:04 +0200 + idzebra (2.0.38-1indexdata) unstable; urgency=low * Upstream.