Version 2.0.42 v2.0.42
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Oct 2009 07:37:25 +0000 (09:37 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Oct 2009 07:37:25 +0000 (09:37 +0200)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index c18295b..b552f20 100644 (file)
--- 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
index 8cf0f1e..0a8d6fb 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.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])
index 532f693..f68d301 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.42-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 08 Oct 2009 09:36:43 +0200
+
 idzebra (2.0.41-1indexdata) unstable; urgency=low
 
   * Upstream.