From: Adam Dickmeiss Date: Mon, 16 Oct 2006 11:02:09 +0000 (+0000) Subject: Towards 1.3.42 X-Git-Tag: ZEBRA.1.3.44~3 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=d310ea540d84722bcda486995c29b4dd2b08cb61;p=idzebra-moved-to-github.git Towards 1.3.42 --- diff --git a/NEWS b/NEWS index 218e9c0..dc65fed 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.3.42 2006/10/16 + Fixed bug #47: Commit needs to check for roll-back. Fixed bug #672: Trailing characters in password are ignored diff --git a/configure.in b/configure.in index 0b28cfd..dd3f75e 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2006 -dnl $Id: configure.in,v 1.91.2.29 2006-10-09 22:13:06 adam Exp $ +dnl $Id: configure.in,v 1.91.2.30 2006-10-16 11:02:09 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.40) +AM_INIT_AUTOMAKE(idzebra,1.3.42) PACKAGE_SUFFIX="-1.3" AC_SUBST(PACKAGE_SUFFIX) dnl ------ Substitutions diff --git a/debian/changelog b/debian/changelog index ccc1f87..38667d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.42-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 16 Oct 2006 13:00:47 +0200 + idzebra (1.3.40-1) unstable; urgency=low * Upstream. diff --git a/include/zebraver.h b/include/zebraver.h index 5d2df64..60c2901 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.38.2.18 2006-10-04 09:09:06 adam Exp $ +/* $Id: zebraver.h,v 1.38.2.19 2006-10-16 11:02:09 adam Exp $ Copyright (C) 1995-2006 Index Data Aps @@ -21,9 +21,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ZEBRAVER -#define ZEBRAVER "1.3.40" +#define ZEBRAVER "1.3.42" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2006-10-04 09:09:06 $" +#define ZEBRADATE "$Date: 2006-10-16 11:02:09 $" #endif diff --git a/win/zebra.nsi b/win/zebra.nsi index 7481dbe..1216e86 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.20.2.21 2006-10-04 09:09:07 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.22 2006-10-16 11:02:10 adam Exp $ -!define VERSION "1.3.40" +!define VERSION "1.3.42" !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" !include "MUI.nsh"