Alfa 4 release.
authorSebastian Hammer <quinn@indexdata.com>
Thu, 11 Jan 1996 10:15:31 +0000 (10:15 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Thu, 11 Jan 1996 10:15:31 +0000 (10:15 +0000)
CHANGELOG
Makefile
doc/zebra.sgml
include/zebraver.h

index 9787b59..b9cca0a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,7 @@
---- XXXXX XXXX/XX/XX
+--- 1.0a4 1996/01/11
+
+A whole slew of upates, to make the first publicized release. Get the doc
+and check it out.
 
 --- 1.0a3 1995/12/06
 
index 89d5f54..18767c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
 # Copyright (C) 1994-1995, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.45 1996-01-08 19:15:07 adam Exp $
+# $Id: Makefile,v 1.46 1996-01-11 10:15:33 quinn Exp $
 
 SHELL=/bin/sh
 MAKE=make
 RANLIB=ranlib
-VERSION=1.0a3
+VERSION=1.0a4
 
 # Where are Yaz libraries located?
 YAZLIB=../../yaz/lib/libyaz.a
index 40ae215..468de07 100644 (file)
@@ -1,13 +1,13 @@
 <!doctype linuxdoc system>
 
 <!--
-  $Id: zebra.sgml,v 1.15 1996-01-10 15:22:27 quinn Exp $
+  $Id: zebra.sgml,v 1.16 1996-01-11 10:15:37 quinn Exp $
 -->
 
 <article>
 <title>Zebra Server - Administrators's Guide and Reference
 <author><htmlurl url="http://130.225.252.168/" name="Index Data">, <tt><htmlurl url="mailto:info@index.ping.dk" name="info@index.ping.dk"></>
-<date>$Revision: 1.15 $
+<date>$Revision: 1.16 $
 <abstract>
 The Zebra information server combines a versatile fielded/free-text
 search engine with a Z39.50-1995 frontend to provide a powerful and flexible
@@ -1167,6 +1167,8 @@ and in hardcopy.
 <it>NOTE: Tcl support is not currently available, but will be
 included with the next release.</it>
 
+<it>NOTE: Variant support is not currently available in the input filter, but will be included with the next release.</it>
+
 <sect1>Internal Representation<label id="internal-representation">
 
 <p>
index a307ff7..5c31644 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: zebraver.h,v $
- * Revision 1.2  1995-12-06 16:05:50  adam
+ * Revision 1.3  1996-01-11 10:15:44  quinn
+ * Alfa 4 release.
+ *
+ * Revision 1.2  1995/12/06  16:05:50  adam
  * New version.
  *
  * Revision 1.1  1995/12/05  11:24:51  adam
@@ -13,5 +16,5 @@
  */
 
 #ifndef ZEBRAVER
-#define ZEBRAVER "1.0a3"
+#define ZEBRAVER "1.0a4"
 #endif