[Lxml-checkins] r54595 - lxml/branch/lxml-2.0
scoder at codespeak.net
scoder at codespeak.net
Fri May 9 16:07:25 CEST 2008
Author: scoder
Date: Fri May 9 16:07:24 2008
New Revision: 54595
Modified:
lxml/branch/lxml-2.0/CHANGES.txt
Log:
changelog
Modified: lxml/branch/lxml-2.0/CHANGES.txt
==============================================================================
--- lxml/branch/lxml-2.0/CHANGES.txt (original)
+++ lxml/branch/lxml-2.0/CHANGES.txt Fri May 9 16:07:24 2008
@@ -11,6 +11,12 @@
Bugs fixed
----------
+* Windows build was broken.
+
+* Moving a subtree from a document created in one thread into a
+ document of another thread could crash when the rest of the source
+ document is deleted while the subtree is still in use.
+
* Rare crash when serialising to a file object with certain encodings.
Other changes
More information about the lxml-checkins
mailing list