Towards 1.3.7 ZEBRA.1.3.7
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 27 Feb 2003 11:33:45 +0000 (11:33 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 27 Feb 2003 11:33:45 +0000 (11:33 +0000)
CHANGELOG
configure.in
debian/changelog
debian/rules
include/zebraver.h
win/zebra.nsi

index 7f1cf51..33b32e0 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+--- 1.3.7 2003/02/27
+
+Fixed error handling : error code was not properly returned.
 
 Support Truncation 104 (CCL).
 
index 5ac4e94..2aabefd 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2003
-dnl $Id: configure.in,v 1.66 2003-02-25 14:17:59 adam Exp $
+dnl $Id: configure.in,v 1.67 2003-02-27 11:33:45 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.6)
+AM_INIT_AUTOMAKE(idzebra,1.3.7)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index bf31fd5..85df360 100644 (file)
@@ -1,14 +1,20 @@
+idzebra (1.3.7-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 27 Feb 2003 12:28:03 +0100
+
 idzebra (1.3.5-2) unstable; urgency=low
 
   * Updated for YAZ 2.0-2
 
- -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 24 Sun 2003 15:31:22 +0100
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 24 Feb 2003 15:31:22 +0100
 
 idzebra (1.3.5-1) unstable; urgency=low
 
   * Updated for YAZ 1.9.3+.
 
- -- Adam Dickmeiss <adam@indexdata.dk>  Sun, 23 Sun 2003 22:30:29 +0100
+ -- Adam Dickmeiss <adam@indexdata.dk>  Sun, 23 Feb 2003 22:30:29 +0100
 
 idzebra (1.3.4-2) unstable; urgency=low
 
index a202610..be6872a 100755 (executable)
@@ -20,7 +20,7 @@ else
 MCFLAGS=
 endif
 
-ZEBRA_VERSION=1.3.5
+ZEBRA_VERSION=1.3.7
 ZEBRASRCDIR?=$(shell pwd)
 # If this is not IndexData's release, then it is a cvs-checkout. Go cheat!
 #   YAZ_VERSION:=$(YAZ_VERSION)-$(shell date -r$(YAZSRCDIR)/CVS +"CVS%Y%m%d")
index ce30974..10607ba 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.28 2003-02-25 14:17:59 adam Exp $
+/* $Id: zebraver.h,v 1.29 2003-02-27 11:33:45 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.6"
+#define ZEBRAVER "1.3.7"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2003-02-25 14:17:59 $"
+#define ZEBRADATE "$Date: 2003-02-27 11:33:45 $"
 #endif
index 22a18fd..04714a9 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.10 2003-02-25 14:18:00 adam Exp $
+; $Id: zebra.nsi,v 1.11 2003-02-27 11:33:46 adam Exp $
 
-!define VERSION "1.3.6"
+!define VERSION "1.3.7"
 
 Name "Zebra"
 Caption "Index Data Yebra ${VERSION} Setup"