X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=1bea92b95e4eed0a0c2e703712679c54a449d808;hp=2e7daefde79b92e0ee42af944b304539c4b0c2fc;hb=b5bc2a31ad5125dc6d3ed1b6e626f0b9d22618bb;hpb=8de81d57ebf189d37a160fe66df667b50ba7cb86 diff --git a/CHANGELOG b/CHANGELOG index 2e7daef..1bea92b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,22 @@ Possible compatibility problems with earlier versions marked with '*'. +* Slightly changed some member names of DeleteResultSetRequest/Response. + +* Changed some C definitions regarding EXPLAIN record syntax (prt-exp.h) +and added member 'languages' in TargetInfo (which was missing). + +Changed the way attribute sets are handled in the retrieval +module. These are now cached, just like the abstract syntaxes +(schemas). + +Changed YAZ so that it links with compiled ASN.1. + +Added Explain-schema definitions and mapping routines. The following +Explain categories have been implemented: AttributeDetails, +AttributeSetInfo, DatabaseInfo, CategoryList and TargetInfo. + +Fixed minor bug in Windows version of Server Library. + --- 1.4pl2+ 1998/4/17 (Released with Zebra) Added Extended Services to server (backend.h). Thanks to Charles Woodfield.