From 471ee2c73957a30d2e6a9e97d951fb5def86c5a5 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 11 Jan 1996 10:15:31 +0000 Subject: [PATCH] Alfa 4 release. --- CHANGELOG | 5 ++++- Makefile | 4 ++-- doc/zebra.sgml | 6 ++++-- include/zebraver.h | 7 +++++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9787b59..b9cca0a 100644 --- 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 diff --git a/Makefile b/Makefile index 89d5f54..18767c2 100644 --- 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 diff --git a/doc/zebra.sgml b/doc/zebra.sgml index 40ae215..468de07 100644 --- a/doc/zebra.sgml +++ b/doc/zebra.sgml @@ -1,13 +1,13 @@
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> diff --git a/include/zebraver.h b/include/zebraver.h index a307ff7..5c31644 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -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 -- 1.7.10.4