SPTK Changelog

What's new in SPTK 4.13

Jun 29, 2011
  • Performance optimizations and functionality enhancements:
  • Added support for log rotation in CFileLogger.
  • XML parser performance optimization. The speed increase in parsing XML file or creating and filling CXmlDoc object is about 30%..60%, depending on the XML structure.
  • Added CDateTime support for parsing and printing UTC time. That feature is useful, for instance, when dealing with SOAP and RPC data presentation.
  • Bug fixes:
  • XML Parser: Fixed incorrect XML Text encoding if last encoding char is one the of the special chars that should be encoded in XML.
  • XML Parser: Fixed skipping attributes with empty values, i.e. namespace="", when loading XML file.