From: Adam Dickmeiss Date: Thu, 27 Oct 2005 17:39:09 +0000 (+0000) Subject: Towards 1.3.30 X-Git-Tag: ZEBRA.1.3.30~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=8d1c90572dd83a992a684b4d14749c973328a408;p=idzebra-moved-to-github.git Towards 1.3.30 --- diff --git a/NEWS b/NEWS index 7f86505..d5b8d6c 100644 --- 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. diff --git a/configure.in b/configure.in index 319dfef..2d78996 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/debian/changelog b/debian/changelog index 3b3d57c..c4eaf11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.30-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 27 Oct 2005 19:34:28 +0200 + idzebra (1.3.29-1) unstable; urgency=low * Test release. diff --git a/include/zebraver.h b/include/zebraver.h index e338bed..79ba18c 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -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 diff --git a/win/zebra.nsi b/win/zebra.nsi index 1b5ff37..3352fda 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -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"