File: ANNOUNCEMENT

package info (click to toggle)
cmtk 3.2.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,428 kB
  • ctags: 11,670
  • sloc: cpp: 86,941; ansic: 23,347; sh: 3,896; xml: 1,551; perl: 700; makefile: 344
file content (14 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Mini-XML 2.7 is now available for download from:

    http://www.minixml.org/software.php

Mini-XML 2.7 fixes some minor platform and XML issues. Changes include:

- Updated the source headers to reference the Mini-XML license and its
  exceptions to the LGPL2 (STR #108)
- The shared library did not include a destructor for the thread-
  specific data key on UNIX-based operating systems (STR #103)
- mxmlLoad* did not error out on XML with multiple root nodes (STR #101)
- Fixed an issue with the _mxml_vstrdupf function (STR #107)
- mxmlSave* no longer write all siblings of the passed node, just that
  node and its children (STR #109)