14
0
forked from pool/python-lxml
OBS User unknown
2009-06-05 22:28:19 +00:00
committed by Git OBS Bridge
parent 0d7ff158ce
commit bef308a393
7 changed files with 58 additions and 35 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jun 03 10:47:00 CEST 2009 - toms@suse.de
- Updated to 2.2.1:
Features added:
* Injecting default attributes into a document during XML Schema
validation (also at parse time).
* Pass huge_tree parser option to disable parser security restrictions
imposed by libxml2 2.7.
Bugs fixed
* The script for statically building libxml2 and libxslt didn't work in Py3.
* XMLSchema() also passes invalid schema documents on to libxml2 for
parsing (which could lead to a crash before release 2.6.24).
Full list: http://codespeak.net/lxml/changes-2.2.1.html
-------------------------------------------------------------------
Fri Apr 03 08:41:00 CEST 2009 - toms@suse.de