From d8b7b88d8cb7baef72f3489b189ba4c7f2a9c648 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 18 Jan 2008 09:07:01 +0000 Subject: [PATCH 1/1] Towards 2.0.24. --- NEWS | 2 +- README | 4 ++-- configure.ac | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 5402a56..4506ef7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ ---- 2.0.24 2008/01/17 +--- 2.0.24 2008/01/18 Fixed some memory violations for ICU enabled indexing that could be triggered by long phrases. diff --git a/README b/README index 78f2479..3b5d3ec 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Zebra server, - Copyright (c) 1995-2007, Index Data ApS + Copyright (c) 1995-2008, Index Data ApS Introduction ------------ @@ -39,4 +39,4 @@ We maintain a mailing-list for the purpose of announcing new versions of the software, bug-reports, discussion etc. You can sign up at the URL http://www.indexdata.dk/mailman/listinfo/zebralist -$Id: README,v 1.22 2007-01-15 15:10:13 adam Exp $ +$Id: README,v 1.23 2008-01-18 09:07:01 adam Exp $ diff --git a/configure.ac b/configure.ac index 285ec62..58d9116 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2008 -dnl $Id: configure.ac,v 1.72 2008-01-17 14:13:25 adam Exp $ +dnl $Id: configure.ac,v 1.73 2008-01-18 09:07:01 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.22],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.24],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) -- 1.7.10.4