Changelog for
pyxml-0.8.4-194.3.x86_64.rpm :
Wed Dec 9 13:00:00 2009 keAATTsuse.de
- Apply patch to fix an expat DoS (CVE-2009-3560):
http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmlparse.c?r1=1.164&r2=1.165
(bnc#561561).
Wed Oct 28 13:00:00 2009 keAATTsuse.de
- Apply patch to fix an expat DoS (CVE-2009-3720). Reported by Ludwig
Nussel (bnc#550666).
Tue Aug 19 14:00:00 2008 roAATTsuse.de
- fix build with python-2.6
Tue Feb 28 13:00:00 2006 jmatejekAATTsuse.cz
- updated to reflect python changes due to #149809
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Wed Dec 1 13:00:00 2004 keAATTsuse.de
- Update to version 0.8.4; changes (from the announcement):
* Expat 1.95.8 is provided; pyexpat is extended to expose more
expat features:
- CurrentLineNumber, CurrentColumnNumber, CurrentByteIndex
- symbolic error numbers added in Expat 1.95.7 and 1.95.8
* Add Dublin Core Metadata Initiative (DCMI) namespaces to the
xml.ns module.
* Fix memory leaks in pyexpat.
* Fix line number reporting in SAX.
Sat Jan 10 13:00:00 2004 adrianAATTsuse.de
- build as user
Fri Aug 29 14:00:00 2003 mciharAATTsuse.cz
- require same python version as it was built with
Fri Aug 1 14:00:00 2003 keAATTsuse.de
- Update to version 0.8.3, changes compared to 0.8.2 (from the
announcement):
* Various bug fixes (e.g., memory leak in Expat bindings: content
model information provided by Expat was not freed as required).
* New convenience classes in the xml.ns module:
ClosedNamespace, OpenNamespace.
* The symbol \"_\" is no longer inserted into the built-in
namespace via the gettext module; I18N support is no longer
invasive.
* expatreader now implements feature_namespace_prefixes.
* drv_xmlproc now supports EntityResolvers that return system IDs.
Tue Jun 17 14:00:00 2003 keAATTsuse.de
- Apply pyxml-distutils.diff provided by Michal Cihar for building a
clean %files list.