[libxml++] 2.91.2



commit d9e759163ed46f572b1e64e3726ec793e450532f
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Fri Oct 30 10:53:14 2015 +0100

    2.91.2

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 55a0f3d..fc6d7b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.91.2 (unstable):
+
+* Remove the preprocessor constant LIBXMLCPP_EXCEPTIONS_ENABLED.
+  It was always 1.
+
+* 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.
+  This includes re-implementing the wrapped_exception class and the
+  raise() and clone() methods in xmlpp::exception and its subclasses.
+  (Daniel Trebbien, Kjell Ahlstedt) Bug #757042 (Michael Biebl)
+
+* The ABI is not identical to that of libxml++ 2.91.1.
+  There may be more changes in ABI and/or API before the first stable
+  libxml++-3.0 release.
+
 2.91.1 (unstable):
 
 * Renamed ABI from libxml++-2.6 to libxml++-3.0.
diff --git a/configure.ac b/configure.ac
index 0b1a589..561949a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 ## This file is part of libxml++.
 
-AC_INIT([libxml++], [2.91.1],
+AC_INIT([libxml++], [2.91.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]