X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=CHANGELOG;h=66a644dd483619dfdf857391b01ee3beb1fa44eb;hp=947c176b05f13098c4416a946347a93a5b1cd72f;hb=bfad6661c8f3102304f1d79ed0ba2ff9aee2031b;hpb=aaa38e89fd07e2bb5b0c0941af6bb4bc5553350a diff --git a/CHANGELOG b/CHANGELOG index 947c176..66a644d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,18 @@ Possible compatibility problems with earlier versions marked with '*'. +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