Towards 1.3.15 ZEBRA.1.3.15
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jan 2004 14:22:21 +0000 (14:22 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jan 2004 14:22:21 +0000 (14:22 +0000)
CHANGELOG
README
configure.in
debian/changelog
doc/zebra.xml.in
include/zebraver.h
index/main.c
win/zebra.nsi

index 44a3ad5..7758dcc 100644 (file)
--- 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 (file)
--- 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 $
index f76206c..be5024b 100644 (file)
@@ -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)
index 8844c53..57b03e2 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.15-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 15 Jan 2004 15:10:55 +0100
+
 idzebra (1.3.14-1) unstable; urgency=low
 
   * upstream.
index 9623fd0..48f5991 100644 (file)
@@ -24,7 +24,7 @@
        <!ENTITY ref-shadow-registers '
                <xref linkend="shadow-registers"/>'>
 ]>
-<!-- $Id: zebra.xml.in,v 1.16 2003-09-05 10:50:33 adam Exp $ -->
+<!-- $Id: zebra.xml.in,v 1.17 2004-01-15 14:22:22 adam Exp $ -->
 <book id="zebra">
  <bookinfo>
   <title>Zebra - User's Guide and Reference</title>
@@ -41,7 +41,7 @@
    <firstname>Mike</firstname><surname>Taylor</surname>
   </author>
   <copyright>
-   <year>1995-2003</year>
+   <year>1995-2004</year>
    <holder>Index Data</holder>
   </copyright>
   <abstract>
index f1375de..d7e037b 100644 (file)
@@ -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
index f5073a1..881e6a0 100644 (file)
@@ -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");
index 9af3c5a..53c4d8c 100644 (file)
@@ -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:"