X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=47356ad2f66ec94df22ccdf057a26d98fe01705e;hb=fb37a88ea31abe662d996deeeff6f2eca111f68c;hp=6481b8580b68bfb90083eac6a891645830be5c96;hpb=6164387805efc64a201204fa81e531a201d77014;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 6481b85..47356ad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,29 @@ Possible compatibility problems with earlier versions marked with '*'. --- (IN PROGRESS) +The generic front-end server (server/seshigh.c) now supports returning +Init diagnostics to the client in User-information-field, in +accordance with Z35.90 Implementor Agreement 5 (Returning diagnostics +in an InitResponse) + +--- 2.0.4 2003/09/04 + +Allow any CQL relation (not just all,any,exact,scr). + +Fixes for OCLC UI ASN.1 to make it work with SilverPlatter targets +that features the same UI. + +Implemented command update0 in YAZ client which is equivalent to +update but uses old of Ext Update ASN.1. + +Use OID 1.2.840.10003.15.1000.81.1 for privately defined charsets +in charset negotiation. Added VAL_ID_CHARSET in oid.h. +Previously no OID was used for this info. + +ZOOM uses smallSetUpperBound=1 instead of 0 for piggyback searches. +It apparantely upsets EBSCO Publishing IR Z39.50 Server which +returns 'malformed search term' otherwise. + SortResponse member resultCount now set to NULL in sort handler of frontend server.