From: Adam Dickmeiss Date: Thu, 27 Feb 2003 11:33:45 +0000 (+0000) Subject: Towards 1.3.7 X-Git-Tag: ZEBRA.1.3.7 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=a9af358edd64e859e406d8293af06e0b071ed0cb Towards 1.3.7 --- diff --git a/CHANGELOG b/CHANGELOG index 7f1cf51..33b32e0 100644 --- 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). diff --git a/configure.in b/configure.in index 5ac4e94..2aabefd 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/debian/changelog b/debian/changelog index bf31fd5..85df360 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,20 @@ +idzebra (1.3.7-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 27 Feb 2003 12:28:03 +0100 + idzebra (1.3.5-2) unstable; urgency=low * Updated for YAZ 2.0-2 - -- Adam Dickmeiss Mon, 24 Sun 2003 15:31:22 +0100 + -- Adam Dickmeiss Mon, 24 Feb 2003 15:31:22 +0100 idzebra (1.3.5-1) unstable; urgency=low * Updated for YAZ 1.9.3+. - -- Adam Dickmeiss Sun, 23 Sun 2003 22:30:29 +0100 + -- Adam Dickmeiss Sun, 23 Feb 2003 22:30:29 +0100 idzebra (1.3.4-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a202610..be6872a 100755 --- a/debian/rules +++ b/debian/rules @@ -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") diff --git a/include/zebraver.h b/include/zebraver.h index ce30974..10607ba 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -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 diff --git a/win/zebra.nsi b/win/zebra.nsi index 22a18fd..04714a9 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -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"