diff --git a/.gitignore b/.gitignore index 4ee2294..42d45c5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ lxml-2.2.7.tar.gz.asc /lxml-2.3.2.tar.gz.asc /lxml-2.3.3.tar.gz /lxml-2.3.3.tar.gz.asc +/lxml-2.3.5.tar.gz +/lxml-2.3.5.tar.gz.asc diff --git a/python-lxml.spec b/python-lxml.spec index 29788f6..f7da0c1 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -5,8 +5,8 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 2.3.3 -Release: 4%{?dist} +Version: 2.3.5 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -121,6 +121,21 @@ rm -rf %{buildroot} %endif %changelog +* Thu Sep 27 2012 Jeffrey Ollie - 2.3.5-1 +- Bugs fixed +- +- * Crash when merging text nodes in element.remove(). +- * Crash in sax/target parser when reporting empty doctype. + +* Thu Sep 27 2012 Jeffrey Ollie - 2.3.4-1 +- Bugs fixed +- +- * Crash when building an nsmap (Element property) with empty namespace +- URIs. +- * Crash due to race condition when errors (or user messages) occur during +- threaded XSLT processing (or compilation). +- * XSLT stylesheet compilation could ignore compilation errors. + * Sat Aug 04 2012 David Malcolm - 2.3.3-4 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 diff --git a/sources b/sources index 9150768..b1dc22d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a7825793c69d004f388ec6600bad7a6f lxml-2.3.3.tar.gz -5c4b1a05f6e46a4dd7ebed8b5ad9e32e lxml-2.3.3.tar.gz.asc +730bb63383528b65eaa099d64ce276cf lxml-2.3.5.tar.gz +e425570be622360d10b639e6ad7b62c6 lxml-2.3.5.tar.gz.asc