Files
xmlada/known-problems
Emmanuel Briot 3778656369 New release (fix memory leaks, mostly, and add configure script).
Lost in the recent CVS crash


git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/importfromcvs/trunk@11489 936e1b1b-40f2-da11-902a-00137254ae57
2001-10-30 15:01:18 +00:00

25 lines
752 B
Plaintext

Problems fixed in 0.7
- Dom.Core.Nodes.Normalize now processes the full subtree, as it should.
- Several memory leaks fixed (all of them, according to gnatmem)
Problems fixed in 0.6
- Library renamed to libxmlada
The previous name was libxml, which was too general and interfered
with other libraries like the C libxml
Problem reported by Jurgen Pfeifer
- Build procedures didn't work on NT
Due to the UNIX-oriented Makefile, the build procedures didn't work
correctly on NT and required a lot of adaptation.
Contributed by Jerry Van Dijk
- Installation was missing some files
Some of the source files, like encodings.ads, were not copied to the
installation directory.
Reported by D. Anisimkov
- Several parser problems fixed