From e3d11ccbee57a936976239a0afac4562e967c593 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 18 Feb 2009 03:09:38 +0000 Subject: [PATCH] - 2.2beta3 (2009-02-17) - Features added - - * XSLT.strparam() class method to wrap quoted string parameters that - require escaping. - - Bugs fixed - - * Memory leak in XPath evaluators. - * Crash when parsing indented XML in one thread and merging it with - other documents parsed in another thread. - * Setting the base attribute in lxml.objectify from a unicode string - failed. - * Fixes following changes in Python 3.0.1. - * Minor fixes for Python 3. - - Other changes - - * The global error log (which is copied into the exception log) is now - local to a thread, which fixes some race conditions. - * More robust error handling on serialisation. --- .cvsignore | 2 +- python-lxml.spec | 27 +++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 009f16b..63ec0a8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.2beta2.tar.gz +lxml-2.2beta3.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index 43277f6..11aca06 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 2 +%define beta 3 Name: python-lxml Version: 2.2 -Release: 0.5.beta%{beta}%{?dist} +Release: 0.6.beta%{beta}%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -50,6 +50,29 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Tue Feb 17 2009 Jeffrey C. Ollie - 2.2-0.6.beta3 +- 2.2beta3 (2009-02-17) +- Features added +- +- * XSLT.strparam() class method to wrap quoted string parameters that +- require escaping. +- +- Bugs fixed +- +- * Memory leak in XPath evaluators. +- * Crash when parsing indented XML in one thread and merging it with +- other documents parsed in another thread. +- * Setting the base attribute in lxml.objectify from a unicode string +- failed. +- * Fixes following changes in Python 3.0.1. +- * Minor fixes for Python 3. +- +- Other changes +- +- * The global error log (which is copied into the exception log) is now +- local to a thread, which fixes some race conditions. +- * More robust error handling on serialisation. + * Sun Jan 25 2009 Jeffrey C. Ollie - 2.2-0.5.beta2 - 2.2beta2 (2009-01-25) - Bugs fixed diff --git a/sources b/sources index e6e2a8b..23af9be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c580423364591d527aa21fbe186307d lxml-2.2beta2.tar.gz +f9e8be923a5d055c8ab1927a2d4aa6a1 lxml-2.2beta3.tar.gz