From c24324406c241d4f7370c74d54c426dafb890de0 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 13 Dec 2008 01:45:08 +0000 Subject: [PATCH] - 2.1.4 (2008-12-12) - Bugs fixed - - * Crash when using an XPath evaluator in multiple threads. --- .cvsignore | 2 +- python-lxml.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 43be006..8d7a820 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.1.3.tar.gz +lxml-2.1.4.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index b54750e..f475d96 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.3 +Version: 2.1.4 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 - 2.1.4-1 +- 2.1.4 (2008-12-12) +- Bugs fixed +- +- * Crash when using an XPath evaluator in multiple threads. + * Mon Nov 17 2008 Jeffrey C. Ollie - 2.1.3-1 - 2.1.3 (2008-11-17) - Bugs fixed diff --git a/sources b/sources index 86016fb..d348da7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -93a651178c1428e05cff8f058c336425 lxml-2.1.3.tar.gz +05f35b81955caf502584b685a5226417 lxml-2.1.4.tar.gz