diff --git a/.cvsignore b/.cvsignore index 08fe9ad..cc069cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.10.tar.gz +lxml-2.0.11.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index 2cb18de..3ced9dc 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 2.0.10 +Version: 2.0.11 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -49,6 +49,12 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Fri Dec 12 2008 Jeffrey C. Ollie - 2.0.11-1 +- 2.0.11 (2008-12-12) +- Bugs fixed +- +- * Crash when using an XPath evaluator in multiple threads. + * Tue Nov 18 2008 Jeffrey C. Ollie - 2.0.10-1 - 2.0.10 (2008-11-17) - Bugs fixed diff --git a/sources b/sources index 06c10a6..b12161f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5d534c5efbf35b2fd8a7a933e657b71 lxml-2.0.10.tar.gz +52f492b9989b2f6bb8dcd3bb11a12fb9 lxml-2.0.11.tar.gz