[Lxml-checkins] r39523 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Tue Feb 27 16:28:27 CET 2007


Author: scoder
Date: Tue Feb 27 16:28:25 2007
New Revision: 39523

Modified:
   lxml/trunk/CHANGES.txt
Log:
integrated changelog from 1.2.1 release

Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Tue Feb 27 16:28:25 2007
@@ -24,23 +24,30 @@
 Bugs fixed
 ----------
 
+* Possible memory leaks in namespace handling when moving elements between
+  documents
+
+Other changes
+-------------
+
+* major restructuring in the documentation
+
+
+1.2.1 (2007-02-27)
+==================
+
+Bugs fixed
+----------
+
 * Build fixes for MS compiler
 
 * Item assignments to special names like ``element["text"]`` failed
 
-* Possible memory leaks in namespace handling when moving elements between
-  documents
-
 * Renamed ObjectifiedDataElement.__setText() to _setText() to make it easier
   to access
 
 * The pattern for attribute names in ObjectPath was too restrictive
 
-Other changes
--------------
-
-* major restructuring in the documentation
-
 
 1.2 (2007-02-20)
 ================


More information about the lxml-checkins mailing list