Skip to content

Commit d9e7591

Browse files
author
Kjell Ahlstedt
committed
2.91.2
1 parent 6d57f92 commit d9e7591

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
2.91.1 (unstable):
217

318
* Renamed ABI from libxml++-2.6 to libxml++-3.0.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## This file is part of libxml++.
22

3-
AC_INIT([libxml++], [2.91.1],
3+
AC_INIT([libxml++], [2.91.2],
44
[https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B],
55
[libxml++], [http://libxmlplusplus.sourceforge.net/])
66
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)