From: Adam Dickmeiss Date: Fri, 26 Sep 2003 10:36:27 +0000 (+0000) Subject: Bump version X-Git-Tag: ZEBRA.1.3.13~1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=d785173d83c12473edb69697ef03850e6569a7c0;hp=a71d644254f1ee344b1f2f8c0d4db631d2ef8587;p=idzebra-moved-to-github.git Bump version --- diff --git a/CHANGELOG b/CHANGELOG index 845897c..c3f7456 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,10 @@ Add missing examples for Windows install. -Fix bug in regx filter with regular expression parsing being non-greedy. +Fix bug in regx filter to make it "greedy" again. This bug appeared +in version 1.3.12. + +Fix a few tests. --- 1.3.12 2003/09/08 diff --git a/configure.in b/configure.in index c304b47..6403204 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2003 -dnl $Id: configure.in,v 1.84 2003-09-24 11:45:44 adam Exp $ +dnl $Id: configure.in,v 1.85 2003-09-26 10:36:27 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.12) +AM_INIT_AUTOMAKE(idzebra,1.3.13) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) diff --git a/debian/changelog b/debian/changelog index e0267e7..d19641d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ +idzebra (1.3.13-1) unstable; urgency=low + + * upstream. + + -- Adam Dickmeiss Fri, 26 Sep 2003 12:28:45 +0200 + idzebra (1.3.12-3) unstable; urgency=low * Compress man pages. Fix bug in regx/tcl filter(introduced in 1.3.11). - -- Adam Dickmeiss Tue, 16 Sep 2003 12:01:00 +0200 + -- Adam Dickmeiss Tue, 16 Sep 2003 12:01:00 +0200 idzebra (1.3.12-2) unstable; urgency=low diff --git a/idzebra.spec.in b/idzebra.spec.in index f552faf..739c381 100644 --- a/idzebra.spec.in +++ b/idzebra.spec.in @@ -1,6 +1,6 @@ Name: idzebra Version: @VERSION@ -Release: 3 +Release: 1 Requires: libyaz expat bzip2-libs tcl Copyright: GPL Group: Applications/Databases diff --git a/include/zebraver.h b/include/zebraver.h index 7dec69c..da6927d 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.34 2003-06-12 18:20:33 adam Exp $ +/* $Id: zebraver.h,v 1.35 2003-09-26 10:36:28 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #ifndef ZEBRAVER -#define ZEBRAVER "1.3.12" +#define ZEBRAVER "1.3.13" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2003-06-12 18:20:33 $" +#define ZEBRADATE "$Date: 2003-09-26 10:36:28 $" #endif