From 3b96f866e17f485489ee292066df58c93088d73f Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 18 Nov 2008 13:54:47 +0000 Subject: [PATCH] - 2.0.10 (2008-11-17) - Bugs fixed - - * Ref-count leaks when lxml enters a try-except statement while an - outside exception lives in sys.exc_*(). This was due to a problem - in Cython, not lxml itself. --- .cvsignore | 2 +- python-lxml.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index ca087db..08fe9ad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.9.tar.gz +lxml-2.0.10.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index c17266c..2cb18de 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.9 +Version: 2.0.10 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -49,6 +49,14 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Tue Nov 18 2008 Jeffrey C. Ollie - 2.0.10-1 +- 2.0.10 (2008-11-17) +- Bugs fixed +- +- * Ref-count leaks when lxml enters a try-except statement while an +- outside exception lives in sys.exc_*(). This was due to a problem +- in Cython, not lxml itself. + * Fri Sep 5 2008 Jeffrey C. Ollie - 2.0.9-1 - 2.0.9 (2008-09-05) - Bugs fixed diff --git a/sources b/sources index 4e08e5a..06c10a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc8a7dc871d5e91d24432c9154af8664 lxml-2.0.9.tar.gz +d5d534c5efbf35b2fd8a7a933e657b71 lxml-2.0.10.tar.gz