X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=5b6f9d81b2095b6d01203857e169193fea7bb6df;hp=d6e9feebd217beecbe4e86882f527bef124b2fc4;hb=6a39772ad0cbd1bcb5d0984cd783d4a9e06bdfdb;hpb=f4be2b662141a53c7b9a8a9b410b549dfd2bc1fb diff --git a/CHANGELOG b/CHANGELOG index d6e9fee..5b6f9d8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,29 @@ Possible compatibility problems with earlier versions marked with '*'. +* 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. + +Added EXTERNAL: UNIverse Resource Report (non-standard). + +Implemened odr_enum and odr_set_of functions to handle ASN.1 types +ENUMERATED and SET OF. + * Added 'const' to some of the char pointer arguments for the functions, data1_read_node, data1_getelementbytagname, data1_insert_taggeddata, data1_getesetbyname, data1_getelementbyname,