File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
17
3.0.1 (stable):
2
18
3
19
* Element::remove_attribute(): Delete the C++ wrapper
Original file line number Diff line number Diff line change 1
1
# # This file is part of libxml++.
2
2
3
- AC_INIT ( [ libxml++] , [ 3.0.1 ] ,
3
+ AC_INIT ( [ libxml++] , [ 3.2.0 ] ,
4
4
[ https://github.com/libxmlplusplus/libxmlplusplus/issues] ,
5
5
[ libxml++] , [ https://libxmlplusplus.github.io/libxmlplusplus/] )
6
6
AC_PREREQ ( [ 2.59] )
You can’t perform that action at this time.
0 commit comments