Skip to content

Commit 50c5efe

Browse files
committed
3.2.0
1 parent cc8595a commit 50c5efe

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
3.2.0 (stable):
2+
3+
* Document, DomParser: Improve XInclude processing:
4+
Document:
5+
Add process_xinclude() overload that takes a fixup_base_uris parameter.
6+
DomParser:
7+
Add set/get_xinclude_options() and add optional XInclude processing to the
8+
parse methods.
9+
(Kjell Ahlstedt) Bug 781566
10+
* Add explicit keyword to some single-parameter constructors.
11+
(Murray Cumming)
12+
* tests: Don't require C++17
13+
(Kjell Ahlstedt)
14+
* Build: Fix srcdir != buildir build.
15+
(Kjell Ahlstedt, Murray Cumming)
16+
117
3.0.1 (stable):
218

319
* Element::remove_attribute(): Delete the C++ wrapper

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++], [3.0.1],
3+
AC_INIT([libxml++], [3.2.0],
44
[https://github.com/libxmlplusplus/libxmlplusplus/issues],
55
[libxml++], [https://libxmlplusplus.github.io/libxmlplusplus/])
66
AC_PREREQ([2.59])

0 commit comments

Comments
 (0)