Towards 1.3.30
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 27 Oct 2005 17:39:09 +0000 (17:39 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 27 Oct 2005 17:39:09 +0000 (17:39 +0000)
NEWS
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 7f86505..d5b8d6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+--- 1.3.30 2005/10/27
+
+Fixed bug #415: Strange truncation behavior.
+
 Added 'melm' directive to absyn format to simplify config files
 for MARC-style databases. See tab/marc21.abs for an example.
 
@@ -46,8 +50,6 @@ Fixed bug #248: hit counts in combinatoric (and) searches in specific ..
 
 --- 1.3.20 2005/01/17
 
-Fixed bug #248: hit counts in combinatoric (and) searches in specific ..
-
 Fixed bug #245: Time for getting records changes a lot based on record
 position.
 
index 319dfef..2d78996 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2005
-dnl $Id: configure.in,v 1.91.2.14 2005-08-29 12:59:49 adam Exp $
+dnl $Id: configure.in,v 1.91.2.15 2005-10-27 17:39:09 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.29)
+AM_INIT_AUTOMAKE(idzebra,1.3.30)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index 3b3d57c..c4eaf11 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.30-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 27 Oct 2005 19:34:28 +0200
+
 idzebra (1.3.29-1) unstable; urgency=low
 
   * Test release.
index e338bed..79ba18c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.38.2.8 2005-08-29 13:08:28 adam Exp $
+/* $Id: zebraver.h,v 1.38.2.9 2005-10-27 17:39:10 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005
    Index Data Aps
 
@@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.3.29"
+#define ZEBRAVER "1.3.30"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2005-08-29 13:08:28 $"
+#define ZEBRADATE "$Date: 2005-10-27 17:39:10 $"
 #endif
index 1b5ff37..3352fda 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.20.2.12 2005-08-30 13:09:43 adam Exp $
+; $Id: zebra.nsi,v 1.20.2.13 2005-10-27 17:39:10 adam Exp $
 
-!define VERSION "1.3.28"
+!define VERSION "1.3.30"
 
 !include "MUI.nsh"