Change Log

mxTidy Change Log

The change log includes a detailed description of all changes to this package in the recent releases.
Version: 3.0.0

Changes from 0.4.0 to 3.0.0:

  • Synchronized the package version with the distribution.

Changes from 0.3.0 to 0.4.0:

  • Fixed a two possible problems in libtidy that could result in segfaults. Thanks to Luke Matkins for pointing these out.

Changes from 0.2.0 to 0.3.0:

  • Removed unnecessary typedefs from platform.h which caused compiler problems on e.g. MacOS.

  • Minor tweaks.

  • Fixed a bug in the UTF-8 handling code of libtidy which triggered a core dump in case mxTidy was used to parse a string. Thanks to Mateusz Korniak for reporting this one.

Changes from 0.1.0 to 0.2.0:

  • Fixed a bug in the stream interfaces which caused the string buffer interface to fail on non-ASCII input data. Thanks to Walter Dörwald for finding this bug.

  • Minor tweaks.