File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.91.2 (unstable):
2
+
3
+ * Remove the preprocessor constant LIBXMLCPP_EXCEPTIONS_ENABLED.
4
+ It was always 1.
5
+
6
+ * Add a config-time test for support of std::exception_ptr. Don't try to
7
+ use std::exception_ptr on a system where it does not exist.
8
+ This includes re-implementing the wrapped_exception class and the
9
+ raise() and clone() methods in xmlpp::exception and its subclasses.
10
+ (Daniel Trebbien, Kjell Ahlstedt) Bug #757042 (Michael Biebl)
11
+
12
+ * The ABI is not identical to that of libxml++ 2.91.1.
13
+ There may be more changes in ABI and/or API before the first stable
14
+ libxml++-3.0 release.
15
+
1
16
2.91.1 (unstable):
2
17
3
18
* Renamed ABI from libxml++-2.6 to libxml++-3.0.
Original file line number Diff line number Diff line change 1
1
# # This file is part of libxml++.
2
2
3
- AC_INIT ( [ libxml++] , [ 2.91.1 ] ,
3
+ AC_INIT ( [ libxml++] , [ 2.91.2 ] ,
4
4
[ https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B] ,
5
5
[ libxml++] , [ http://libxmlplusplus.sourceforge.net/] )
6
6
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments