[libxml++] 2.33.1



commit 41c87806f79f5a74a6b68baf2d8192226603f7e5
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Nov 18 09:19:40 2010 +0100

    2.33.1

 ChangeLog    |    4 +++-
 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d9f9567..0709564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.33.1:
+
 2010-11-14  Murray Cumming  <murrayc murrayc com>
 
 	free_wrappers(): Fix crash.
@@ -30,7 +32,7 @@
 	* libxml++/validators/dtdvalidator.cc:
 	* libxml++/nodes/element.cc: Adapted.
 	
-2010-11-08  Alessandro Pignotti <a pignotti sssup it>
+2010-11-08  Alessandro Pignotti  <a pignotti sssup it>
 
 	Make libxml++ compatible with separate and multi-threaded libxml2 usage.
 
diff --git a/NEWS b/NEWS
index a03e6b7..d3eae8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.33.1 (stable):
+
+* (Hopefully) allow separate and multi-threaded libxml2 usage by 
+  not using the global xmlRegisterNodeDefault() and xmlDeregisterNodeDefault() 
+  callbacks.
+  (Alessandro Pignotti)
+* Do not call xmlCleanupParser() when the library is unloaded, 
+  because it is brutal and can break other parts of applications that try to 
+  use libxml separately.
+  (Murray Cumming)
+* Minor code improvement.
+  (Knut Aksel Røysland)
+* Build: Build the examples by default.
+  (Murray Cumming)
+  
 2.32.0 (stable):
 
 * Node::find(): Check xmlNode::type for a XML_NAMESPACE_DECL to prevent a
diff --git a/configure.ac b/configure.ac
index 29f6a8f..82d8c6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.32.0],
+AC_INIT([libxml++], [2.33.1],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B],
         [libxml++], [http://libxmlplusplus.sourceforge.net/])
 AC_PREREQ([2.59])



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