diff --git a/.cvsignore b/.cvsignore index e8124b6..009f16b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.2beta1.tar.gz +lxml-2.2beta2.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index f32b6ad..43277f6 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,9 +1,9 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define beta 1 +%define beta 2 Name: python-lxml Version: 2.2 -Release: 0.4.beta%{beta}%{?dist} +Release: 0.5.beta%{beta}%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -50,6 +50,17 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Sun Jan 25 2009 Jeffrey C. Ollie - 2.2-0.5.beta2 +- 2.2beta2 (2009-01-25) +- Bugs fixed +- +- * Potential memory leak on exception handling. This was due to a +- problem in Cython, not lxml itself. +- * iter_links (and related link-rewriting functions) in lxml.html would +- interpret CSS like url("link") incorrectly (treating the quotation +- marks as part of the link). +- * Failing import on systems that have an io module. + * Fri Dec 12 2008 Jeffrey C. Ollie - 2.2-0.4.beta1 - 2.2beta1 (2008-12-12) - Features added diff --git a/sources b/sources index ca861e3..e6e2a8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f811008505aba17ed09dd494c4ccc20a lxml-2.2beta1.tar.gz +3c580423364591d527aa21fbe186307d lxml-2.2beta2.tar.gz