X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=CHANGELOG;h=259eb2bafd00e28f6acc2d02f4fb6a5e1d84392a;hb=79fbddfe6b191ef88aae59f728af93d68252448c;hp=2cf8598be7876488643e4414f4b94834d88a37b5;hpb=683bd26f52e6f7791627c60a08f14e4532e01769;p=yaz-moved-to-github.git diff --git a/CHANGELOG b/CHANGELOG index 2cf8598..259eb2b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ Possible compatibility problems with earlier versions marked with '*'. +* Changed code so that it compiles as C++. The type definition +of Odr_fun which is a member of Odr_arm was changed. The result is, +that an explicit typecast is needed for the fun pointer when +using Odr_arm - as in: + {1, -1, -1, Z_IdAuthentication_idPass, (Odr_fun)z_IdPass}, + +Updated TagSet-G and -M definitions (tagsetm.tag and tagsetg.tag). + Implemented the new structured date and time definition as approved by the ZIG. Added schemaId element to the specificTag in Espec-1 (also approved at the last ZIG). Thanks to RVDM.