From 4ff9ad25e172e7bdcf2d8d94ea6a606ab53bcfe9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Oct 2009 09:37:25 +0200 Subject: [PATCH 1/1] Version 2.0.42 --- NEWS | 11 +++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c18295b..b552f20 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +--- 2.0.42 2009/10/08 + +Proximity modifications. The optimized proximity now deals with more +cases, ie all prox of the form @prox 0 d 1 1,2,3 k 2 .. +That's exlusive==0, any distance, ordered (true), relation (<, =, <=), +known unit word. + +Fix bug WRT inconsistent registers, bug #3062. + +Fix install doc rule so it's compatible with Automake 1.11. + --- 2.0.41 2009/08/24 Fix typos and other errors in the documentation. Thanks to Galen diff --git a/configure.ac b/configure.ac index 8cf0f1e..0a8d6fb 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.41],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.42],[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 532f693..f68d301 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.42-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 08 Oct 2009 09:36:43 +0200 + idzebra (2.0.41-1indexdata) unstable; urgency=low * Upstream. -- 1.7.10.4