Take care of integer data nodes as well in conversion.
[yaz-moved-to-github.git] / CHANGELOG
index 2cf8598..259eb2b 100644 (file)
--- 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.