Work
authorSebastian Hammer <quinn@indexdata.com>
Mon, 10 Jun 1996 08:53:01 +0000 (08:53 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Mon, 10 Jun 1996 08:53:01 +0000 (08:53 +0000)
CHANGELOG
makelib/Makefile

index c7ce827..98212d2 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,25 +1,35 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
----
+--- 1.2 1996/6/x (1st anniversary release)
 
-[frontend-server] NextResultSetPosition was sometimes set incorrectly when
-surrogate diagnostics were generated.
+Added Summary record syntax. Lightly tested.
+
+Added OPAC record syntax. Untested.
+
+Added ResourceReport service encoders/decoders. Untested.
+
+Fixed bug in z_Unit - wrong tagging on unitSystem.
 
-Fixed bug in the DiagRecs decoder
+Fixed bug in the DiagRecs decoder.
 
 Added options for max PDU size and session timeout to frontend-server.
 
-Added documentation of query-language parsers and other utilities.
+Added documentation of query-language parsers and other supporting utilities.
 
-Added Attribute set to the bend_scanrequest API.
+[frontend-server] Added Attribute set to the bend_scanrequest API.
+
+[frontend-server] NextResultSetPosition was sometimes set incorrectly when
+surrogate diagnostics were generated.
 
 [retrieval] Allow multiple local values for attribute.
 
 [retrieval] Allow multiple attributes per element in .abs files. index type.
 
+[retrieval] Added Summary tagset, abstract syntax, and d1-node/ASN filter.
+
 --- 1.1pl2  1996/4/10
 
-Minor changes, mostly specific to Zebra
+Minor changes, mostly specific to Zebra's requirements (retrieval)
 
 --- 1.1  1996/2/20
 
index d97e4cf..94084f0 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.7 1995-11-01 13:54:38 quinn Exp $
+# $Id: Makefile,v 1.8 1996-06-10 08:55:47 quinn Exp $
 
 #CC=
 SHELL=/bin/sh
@@ -18,8 +18,8 @@ $(LIB): $(LIBS)
        for i in $(LIBS); do echo $$i; ar x $$i; done
        -rm -f __*
        ar qc $(LIB) *.o
-       ranlib $(LIB)
        rm -f *.o
+       ranlib $(LIB)
 
 clean:
        -rm -f *.o