We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a566f commit 8d99848Copy full SHA for 8d99848
NEWS
@@ -1,3 +1,13 @@
1
+2.39.2 (unstable):
2
+
3
+* SaxParser: Fix “double free or corruption” if a std::exception is thrown
4
+ by a handler method.
5
+ (Daniel Trebbien, Kjell Ahlstedt)
6
+* Replace some (deprecated in C++11) std::auto_ptr by std::unique_ptr.
7
+ There are still some auto_ptrs in header files bug replacing them would
8
+ break ABI.
9
+ (Kjell Ahlstedt) Bug #753123.
10
11
2.39.1 (unstable):
12
13
* Use (and require) C++11.
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])
0 commit comments