Towards 1.3.1
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Aug 2002 12:01:00 +0000 (12:01 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 20 Aug 2002 12:01:00 +0000 (12:01 +0000)
CHANGELOG
TODO
configure.in
include/zebraver.h
win/makefile
win/readme.txt

index 7916082..2ad5532 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
 
 
+--- 1.3.1 2002/08/20
+
 New .abs-directive "xpath" that takes one argument: "enable"
 or "disable" to enable and disable XPATH -indexing. If no "xpath"
 direcive is found in .abs-file , XPATH-indexing is disabled to ensure
 New .abs-directive "xpath" that takes one argument: "enable"
 or "disable" to enable and disable XPATH -indexing. If no "xpath"
 direcive is found in .abs-file , XPATH-indexing is disabled to ensure
diff --git a/TODO b/TODO
index c2cf5c7..bdd8e7b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
 Zebra TODO
 Zebra TODO
-$Id: TODO,v 1.12 2002-07-25 13:06:43 adam Exp $
+$Id: TODO,v 1.13 2002-08-20 12:01:00 adam Exp $
 
 
-Make test scripts.
+More test scripts.
 
 Handle free lists for isamb (possibly others).
 
 
 Handle free lists for isamb (possibly others).
 
index 968b46f..e1d59d6 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2002
 dnl Zebra, Index Data Aps, 1995-2002
-dnl $Id: configure.in,v 1.39 2002-08-05 14:08:08 adam Exp $
+dnl $Id: configure.in,v 1.40 2002-08-20 12:01:00 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(zebra,1.3.0)
+AM_INIT_AUTOMAKE(zebra,1.3.1)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index 0956f91..37a9ecb 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.22 2002-08-02 19:26:55 adam Exp $
+/* $Id: zebraver.h,v 1.23 2002-08-20 12:01:00 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -23,9 +23,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 
 #ifndef ZEBRAVER
 
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.3.0"
+#define ZEBRAVER "1.3.1"
 #endif
 
 #ifndef ZEBRADATE
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2002-08-02 19:26:55 $"
+#define ZEBRADATE "$Date: 2002-08-20 12:01:00 $"
 #endif
 #endif
index e2d7192..08bb5fe 100644 (file)
@@ -1,5 +1,5 @@
-# Z'mbol/Zebra makefile for MS NMAKE
-# $Id: makefile,v 1.14 2002-08-05 20:05:07 adam Exp $
+# Zebra makefile for MS NMAKE
+# $Id: makefile,v 1.15 2002-08-20 12:01:00 adam Exp $
  
 ###########################################################
 ############### Parameters 
  
 ###########################################################
 ############### Parameters 
@@ -20,7 +20,7 @@ all: dirs zebralib zserver zindex
 ###########################################################
 # The current directory is supposed to be something like
 # ..../Zebra/Win, everything is relative to that
 ###########################################################
 # The current directory is supposed to be something like
 # ..../Zebra/Win, everything is relative to that
-ROOTDIR=..   # The home of Z'mbol
+ROOTDIR=..   # The home of zebra
 
 # YAZ include files, libraries, etc.
 YAZDIR=$(ROOTDIR)\..\YAZ
 
 # YAZ include files, libraries, etc.
 YAZDIR=$(ROOTDIR)\..\YAZ
index 7e183cd..5c31b07 100644 (file)
@@ -1,14 +1,14 @@
-Compilation for Z'mbol on WIN32.
- $Id: readme.txt,v 1.1 1999-12-08 22:11:56 adam Exp $
+Compilation for Zebra on WIN32.
+ $Id: readme.txt,v 1.2 2002-08-20 12:01:00 adam Exp $
 
 This software is shipped with MS nmake files. It has been tested
 on Visual C++ 6, but should work with Visual C++ 5 as well.
 
 Prerequesties:
 
 This software is shipped with MS nmake files. It has been tested
 on Visual C++ 6, but should work with Visual C++ 5 as well.
 
 Prerequesties:
-   yaz    - untar it at the same location as Z'mbol.
+   yaz    - untar it at the same location as zebra.
 
 Optional prerequesties:
 
 Optional prerequesties:
-   bzip2  - untar it at the same location as Z'mbol.
+   bzip2  - untar it at the same location as zebra.
 
 Adjust the makefile as needed. Comments in the makefile itself
 describe the most important settings.
 
 Adjust the makefile as needed. Comments in the makefile itself
 describe the most important settings.
@@ -18,6 +18,6 @@ Run nmake
 The makefile (if un-modified) builds the following:
 
  lib\zebra.lib       a library with most modules
 The makefile (if un-modified) builds the following:
 
  lib\zebra.lib       a library with most modules
- bin\zmbolidx.exe    the indexer utility
- bin\zmbolsrv.exe    the Z39.50 server
+ bin\zebraidx.exe    the indexer utility
+ bin\zebrasrv.exe    the Z39.50 server