X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=edbc6f4a69fd75eb1b4bd94126021d32482fb80c;hb=d4727a15cd43e69241152bcdec5c8ad97c6c8695;hp=3c06e808fd13c8108b19bc387abd843b28b25237;hpb=84b60b9a8d2052540541726390fde416c59e1f40;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 3c06e80..edbc6f4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,29 @@ Possible compatibility problems with earlier versions marked with '*'. -Added EXTERNAL: UNIverse Resource Report. +YAZ now uses GNU configure to generate Makefile(s). + +* 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. + +Added EXTERNAL: UNIverse Resource Report (non-standard). Implemened odr_enum and odr_set_of functions to handle ASN.1 types ENUMERATED and SET OF.