Re: [xml] Release of libxml2-2.4.20



Daniel Veillard wrote:

 Available from:
   ftp://xmlsoft.org/ and Gnome FTP mirrors
   http://xmlsoft.org/

This is a bugfix release, the next version is expected to have the
first shot at the XML Schemas support which I may commit in CVS in the
next week.
- bug fixes: file descriptor leak, XPath, HTML ouput, DTD validation
- XPath conformance testing and fixes by Richard Jinks
- Portability fixes: Solaris, MPE/iX, Windows, OSF/1, python bindings,
 libxml.m4

Daniel

A typo introduced in xpath.c in 2.4.40.

This patch fixes it.

bash-2.03# diff -c xpath.c.ORIG xpath.c
*** xpath.c.ORIG    Tue Apr 16 08:18:38 2002
--- xpath.c    Tue Apr 16 08:18:49 2002
***************
*** 392,398 ****
 xmlXPathCompSwap(xmlXPathStepOpPtr op) {
     int tmp;

! #ifdef LIBXML_THREAD_ENABLED
     /*
      * Since this manipulates possibly shared variables, this is
      * disable if one detects that the library is used in a multithreaded
--- 392,398 ----
 xmlXPathCompSwap(xmlXPathStepOpPtr op) {
     int tmp;

! #ifndef LIBXML_THREAD_ENABLED
     /*
      * Since this manipulates possibly shared variables, this is
      * disable if one detects that the library is used in a multithreaded
bash-2.03#

Gary





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]