From 138b954cffe470bf0e62d812cae6e859aa57cdb5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 15 Jan 2004 14:22:21 +0000 Subject: [PATCH] Towards 1.3.15 --- CHANGELOG | 1 + README | 4 ++-- configure.in | 6 +++--- debian/changelog | 6 ++++++ doc/zebra.xml.in | 4 ++-- include/zebraver.h | 8 ++++---- index/main.c | 6 +++--- win/zebra.nsi | 6 +++--- 8 files changed, 24 insertions(+), 17 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 44a3ad5..7758dcc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +--- 1.3.15 2004/01/15 Fix bug. X-Path attribute expressions with spaces in them now works. diff --git a/README b/README index 8ca0769..f76becf 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Zebra server, - Copyright (c) 1995-2003, Index Data ApS + Copyright (c) 1995-2004, Index Data ApS Introduction ------------ @@ -37,4 +37,4 @@ We maintain a mailing-list for the purpose of announcing new versions of the software, bug-reports, discussion etc. You can sign up at the URL http://www.indexdata.dk/mailman/listinfo/zebralist -$Id: README,v 1.17 2003-02-20 21:13:37 adam Exp $ +$Id: README,v 1.18 2004-01-15 14:22:21 adam Exp $ diff --git a/configure.in b/configure.in index f76206c..be5024b 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ -dnl Zebra, Index Data Aps, 1995-2003 -dnl $Id: configure.in,v 1.87 2003-11-28 23:16:23 adam Exp $ +dnl Zebra, Index Data Aps, 1995-2004 +dnl $Id: configure.in,v 1.88 2004-01-15 14:22:21 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.14) +AM_INIT_AUTOMAKE(idzebra,1.3.15) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) diff --git a/debian/changelog b/debian/changelog index 8844c53..57b03e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.15-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 15 Jan 2004 15:10:55 +0100 + idzebra (1.3.14-1) unstable; urgency=low * upstream. diff --git a/doc/zebra.xml.in b/doc/zebra.xml.in index 9623fd0..48f5991 100644 --- a/doc/zebra.xml.in +++ b/doc/zebra.xml.in @@ -24,7 +24,7 @@ '> ]> - + Zebra - User's Guide and Reference @@ -41,7 +41,7 @@ MikeTaylor - 1995-2003 + 1995-2004 Index Data diff --git a/include/zebraver.h b/include/zebraver.h index f1375de..d7e037b 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,5 +1,5 @@ -/* $Id: zebraver.h,v 1.36 2003-11-28 23:16:23 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 +/* $Id: zebraver.h,v 1.37 2004-01-15 14:22:22 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps This file is part of the Zebra server. @@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #ifndef ZEBRAVER -#define ZEBRAVER "1.3.14" +#define ZEBRAVER "1.3.15" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2003-11-28 23:16:23 $" +#define ZEBRADATE "$Date: 2004-01-15 14:22:22 $" #endif diff --git a/index/main.c b/index/main.c index f5073a1..881e6a0 100644 --- a/index/main.c +++ b/index/main.c @@ -1,5 +1,5 @@ -/* $Id: main.c,v 1.108 2003-11-24 12:58:00 mike Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 +/* $Id: main.c,v 1.109 2004-01-15 14:22:22 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps This file is part of the Zebra server. @@ -254,7 +254,7 @@ int main (int argc, char **argv) else if (ret == 'V') { printf("Zebra %s %s\n", ZEBRAVER, ZEBRADATE); - printf(" (C) 1994-2003, Index Data ApS\n"); + printf(" (C) 1994-2004, Index Data ApS\n"); #ifdef WIN32 #ifdef _DEBUG printf(" WIN32 Debug\n"); diff --git a/win/zebra.nsi b/win/zebra.nsi index 9af3c5a..53c4d8c 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,9 +1,9 @@ -; $Id: zebra.nsi,v 1.18 2003-11-28 23:16:23 adam Exp $ +; $Id: zebra.nsi,v 1.19 2004-01-15 14:22:22 adam Exp $ -!define VERSION "1.3.14" +!define VERSION "1.3.15" Name "Zebra" -Caption "Index Data Yebra ${VERSION} Setup" +Caption "Index Data Zebra ${VERSION} Setup" OutFile "idzebra_${VERSION}.exe" LicenseText "You must read the following license before installing:" -- 1.7.10.4