Skip to content

Commit 8d99848

Browse files
committed
2.39.2
1 parent 23a566f commit 8d99848

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
2.39.1 (unstable):
212

313
* Use (and require) C++11.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([libxml++], [2.39.1],
1+
AC_INIT([libxml++], [2.39.2],
22
[https://bugzilla.gnome.org/enter_bug.cgi?product=libxml%2B%2B],
33
[libxml++], [http://libxmlplusplus.sourceforge.net/])
44
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)