- 2.0.11 (2008-12-12)

- Bugs fixed
-
- * Crash when using an XPath evaluator in multiple threads.
This commit is contained in:
Jeffrey C. Ollie 2008-12-13 02:09:08 +00:00
commit e3a531da7c
3 changed files with 9 additions and 3 deletions

View file

@ -1 +1 @@
lxml-2.0.10.tar.gz
lxml-2.0.11.tar.gz

View file

@ -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 <jeff@ocjtech.us> - 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 <jeff@ocjtech.us> - 2.0.10-1
- 2.0.10 (2008-11-17)
- Bugs fixed

View file

@ -1 +1 @@
d5d534c5efbf35b2fd8a7a933e657b71 lxml-2.0.10.tar.gz
52f492b9989b2f6bb8dcd3bb11a12fb9 lxml-2.0.11.tar.gz