Bump version
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 26 Sep 2003 10:36:27 +0000 (10:36 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 26 Sep 2003 10:36:27 +0000 (10:36 +0000)
CHANGELOG
configure.in
debian/changelog
idzebra.spec.in
include/zebraver.h

index 845897c..c3f7456 100644 (file)
--- 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
 
index c304b47..6403204 100644 (file)
@@ -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)
index e0267e7..d19641d 100644 (file)
@@ -1,9 +1,15 @@
+idzebra (1.3.13-1) unstable; urgency=low
+
+  * upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  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 <adam@indexdata>  Tue, 16 Sep 2003 12:01:00 +0200
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 16 Sep 2003 12:01:00 +0200
 
 idzebra (1.3.12-2) unstable; urgency=low
 
index f552faf..739c381 100644 (file)
@@ -1,6 +1,6 @@
 Name: idzebra
 Version: @VERSION@
-Release: 3
+Release: 1
 Requires: libyaz expat bzip2-libs tcl
 Copyright: GPL
 Group: Applications/Databases
index 7dec69c..da6927d 100644 (file)
@@ -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