CVS: Products/ParsedXML - CHANGES.txt:1.15
Martijn Faassen <[email protected]> Mon, 16 Dec 2002 15:13:29 -0500
| Newsgroups | gmane.comp.web.zope.parsed-xml |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs-repository/Products/ParsedXML
In directory cvs.zope.org:/tmp/cvs-serv32427
Modified Files:
CHANGES.txt
Log Message:
Added change to CHANGES.txt
=== Products/ParsedXML/CHANGES.txt 1.14 => 1.15 ===
--- Products/ParsedXML/CHANGES.txt:1.14 Tue Jul 2 10:03:07 2002
+++ Products/ParsedXML/CHANGES.txt Mon Dec 16 15:13:29 2002
@@ -1,5 +1,15 @@
ParsedXML changes
+ ParsedXML 1.3.1
+
+ Bugs Fixed
+
+ - Bugfix/performance improvement. Do not rely on getPersistentDocument()
+ but instead use acquisition parent. This fixes a memory leak
+ triggered when doing 'document.documentElement', and also likely
+ improves performance when accessing the DOM through the ManageableDOM
+ wrappers.
+
ParsedXML 1.3.0
Features