X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=1695a7fb7a2cc147641061a619a94aff279d627b;hp=720feca75806929e2289dc91dc92fceda521f501;hb=0442642bb213139271943552e5c1bc731ee96872;hpb=4c6462484342ee50f5d26f9fb3a625481b3d5bba diff --git a/CHANGELOG b/CHANGELOG index 720feca..1695a7f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,28 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 2.0.3 2003/06/04 +SortResponse member resultCount now set to NULL in sort handler of +frontend server. + +OPAC support ZOOM. ZOOM_record_get returns OPAC info (as XML) if +type is "opac". + +Add three new utility functions for translating OIDs between various +formats -- symbolic name such as "Usmarc", minus-1-terminated int +arrays and dotted strings such as "1.2.840.10003.9.5.1": + int *oid_name_to_oid(oid_class oclass, const char *name, int *oid); + char *oid_to_dotstring(const int *oid, char *oidbuf); + char *oid_name_to_dotstring(oid_class oclass, const char *name, char *oidbuf); + +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 .