X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=5bc7cda87cc546a75fd21dbf0d100b61a680217f;hb=6636ca51def4b3e20a12505812397df355e2dfa2;hp=79e54d1d3bea8816751bd61f64dc27d4b4baa4df;hpb=660689d0e3d249b5d6c10fa695e621ec5b8e36a9;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 79e54d1..5bc7cda 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,27 @@ Possible compatibility problems with earlier versions marked with '*'. -New ZOOM setting, recordCharset, wich value "from[,to]" -where from is the character set of a record as received -by the target. The character set "to" is desired charset -of output record as returned by ZOOM_record_get. If -"to" is omitted UTF-8 is assumed. +Reverted modifications for ES Update definition for z_IU0Update +(OID 1.2.840.10003.9.5.1 and 1.2.840.10003.9.5). The definition +is back to YAZ 2.0.2. + +String value attributes for CCL parser. + +--- 2.0.3 2003/06/20 + +Fix CCL directive @case handling so that it affects string match for +both CCL keywords and qualifiers. + +* ESFormat-Update updates. Packages with OID 1.2.840.10003.9.5.1 and +1.2.840.10003.9.5 are now handled by the same decoder z_IU0Update . +Decoder has been updated with ASN.1 changes as listed in +http://lcweb.loc.gov/z3950/agency/defns/updateES.html +Note that the "latest" DB Update, OID 1.2.840.10003.9.5.1.1 , handler +z_IUUpdate, remains unchanged. + +ZOOM_record_get may now return a record in a specific character set. +For type use "form; charset=from[,to]" where form (render, xml, ..) , +"from" is the character set of record as returned by target. "to" is +the character set to be returned. If omitted, "to" is UTF-8. YAZ ASN.1 compiler renamed from yaz-comp to yaz-asncomp