[libxml++/libxml++-2-40] 2.40.1



commit d15034542b5505b2f2c805248887ca36310199ab
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed Oct 28 14:48:27 2015 +0100

    2.40.1

 NEWS         |   12 +++++++++---
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index d98c380..5ae7b18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.40.1 (stable):
+
+* Add a config-time test for support of std::exception_ptr. Don't try to
+  use std::exception_ptr on a system where it does not exist.
+  (Daniel Trebbien, Kjell Ahlstedt) Bug #757042 (Michael Biebl)
+
 2.40:
 
 Major changes since 2.38:
@@ -6,9 +12,9 @@ Major changes since 2.38:
   (Murray Cumming, Kjell Ahlstedt, Mikhail Titov)
 * SaxParser: Fix “double free or corruption” if a std::exception is thrown
   by a handler method.
-  (Daniel Trebbien, Kjell Ahlstedt)
+  (Daniel Trebbien, Kjell Ahlstedt) Bug #753570
 
-2.40.0 (unstable):
+2.40.0 (stable):
 
 * Build improvements.
   (Kjell Ahlstedt)
@@ -17,7 +23,7 @@ Major changes since 2.38:
 
 * SaxParser: Fix “double free or corruption” if a std::exception is thrown
   by a handler method.
-  (Daniel Trebbien, Kjell Ahlstedt)
+  (Daniel Trebbien, Kjell Ahlstedt) Bug #753570
 * 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.
diff --git a/configure.ac b/configure.ac
index 6e657ba..880fe0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libxml++], [2.40.0],
+AC_INIT([libxml++], [2.40.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]