[libxml++] 2.33.2



commit da6c5bb5f706296cc6891dccdd6a207590f5bef1
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Feb 11 16:23:40 2011 +0100

    2.33.2

 ChangeLog    |    2 ++
 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 236e272..181a5cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.33.2:
+
 2011-02-11  Murray Cumming  <murrayc murrayc com>
 
 	Node::remove_child(): Fix a use of deleted memory
diff --git a/NEWS b/NEWS
index ce4c4a5..1392cec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.33.2 (unstable):
+
+* Node::remove_child(): Fix a memory management problem introduced in 
+  2.33.1.
+  (Murray Cumming)
+* Document::do_write_to_stream(), Schema::set_document(): Check the results from 
+	xmlSchemaNewDocParserCtxt() and xmlSaveFormatFileTo().
+  (Murray Cumming) Bug #635846 (Markus Elfring)
+	
 2.33.1 (unstable):
 
 * (Hopefully) allow separate and multi-threaded libxml2 usage by 
diff --git a/configure.ac b/configure.ac
index 82d8c6c..eb59e7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.33.1],
+AC_INIT([libxml++], [2.33.2],
         [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]