[libxml++] 2.39.2



commit 8d998487d363cae9d4b974056a87be4333881644
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Sep 5 21:11:36 2015 +0200

    2.39.2

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d1efb47..3f03781 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.39.2 (unstable):
+
+* SaxParser: Fix “double free or corruption” if a std::exception is thrown
+  by a handler method.
+  (Daniel Trebbien, Kjell Ahlstedt)
+* Replace some (deprecated in C++11) std::auto_ptr by std::unique_ptr.
+  There are still some auto_ptrs in header files bug replacing them would
+  break ABI.
+  (Kjell Ahlstedt) Bug #753123.
+
 2.39.1 (unstable):
 
 * Use (and require) C++11.
diff --git a/configure.ac b/configure.ac
index 8ecc05d..2db69af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.39.1],
+AC_INIT([libxml++], [2.39.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]