The current production release version of the XBinder compiler is 1.4.2. The following changes have been made since the initial release (1.4.0):
- Fixed problem in detecting control characetrs in input stream.(PR# XBI-698)
- Fixed problem in decoding XML messages containing CRCRLF line ending.(PR# XBI-704)
- Fixed incorrect append function generated on array type.(PR# XBI-705)
- Fixed macros defined in run-time header file osSysTypes.h.(PR# XBI-712)
- Fixed backward compatibility option (-compat 1.3) to generate C++ code for derived types in the same way as it was done prior to the 1.4 release. This model was to inherit from C++ base classes that were declared as the base type in complexContent extensions. (PR# XBI-654)
- Fixed memory free problem with repeating xsd:anyType element. (PR# XBI-681)
- Fixed compilation errors that occurred when trying to build libraries from scratch using provided makefiles in a source code distribution package. (XBI-667)
- Fixed a memory management error that would occur when using a dynamic encode buffer and encoding a very large document in memory. (XBI-660)
- Fixed a compilation error in the generated code that occurred when generateing code for the G2S gaming standards schemas with the -sax switch enabled. (XBI-659)

