From 6a61b6770c0fedfaf6bc743efb2efbd8f0bf0817 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 6 Jan 2009 21:19:25 +0000 Subject: [PATCH] - 2.1.5 (2009-01-06) - Bugs fixed - - * Potential memory leak on exception handling. This was due to a - problem in Cython, not lxml itself. - * Failing import on systems that have an io module. --- .cvsignore | 2 +- python-lxml.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8d7a820..f3c3fc9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.1.4.tar.gz +lxml-2.1.5.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index f475d96..76d9539 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.1.4 +Version: 2.1.5 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -49,6 +49,14 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Tue Jan 6 2009 Jeffrey C. Ollie - 2.1.5-1 +- 2.1.5 (2009-01-06) +- Bugs fixed +- +- * Potential memory leak on exception handling. This was due to a +- problem in Cython, not lxml itself. +- * Failing import on systems that have an io module. + * Fri Dec 12 2008 Jeffrey C. Ollie - 2.1.4-1 - 2.1.4 (2008-12-12) - Bugs fixed diff --git a/sources b/sources index d348da7..e96408e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05f35b81955caf502584b685a5226417 lxml-2.1.4.tar.gz +22567ccc6ab8ec8c90c335c810cabe11 lxml-2.1.5.tar.gz