File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ 5.4.0 (stable):
2
+
3
+ * Node: Add eval_xpath().
4
+ (Kjell Ahlstedt) Issue #66 (Marie Preusse)
5
+
6
+ Meson build:
7
+ * Require meson >= 0.62.
8
+ * Use Meson's pkgconfig module instead of the libxml++.pc.in template.
9
+ (Kjell Ahlstedt)
10
+
11
+
12
+ 5.2.1 (stable):
13
+
14
+ * Parser: Ignore deprecation of xmlParserCtxt members.
15
+ (Kjell Ahlstedt)
16
+
17
+ Documentation:
18
+ * Don't link to removed developer-old.gnome.org.
19
+ (Kjell Ahlstedt)
20
+
21
+ Meson build:
22
+ * Use libxml2 meson build when libxml2 is built as a subproject.
23
+ (Andrew Potter) Issue #67, Pull request #68
24
+ * Require python3 >= 3.7. That's what Meson requires.
25
+ (Kjell Ahlstedt)
26
+
1
27
5.2.0 (stable):
2
28
3
29
* Use callback functions with C linkage
Original file line number Diff line number Diff line change 1
1
# # This file is part of libxml++.
2
2
3
- AC_INIT ( [ libxml++] , [ 5.2 .0] ,
3
+ AC_INIT ( [ libxml++] , [ 5.4 .0] ,
4
4
[ https://github.com/libxmlplusplus/libxmlplusplus/issues] ,
5
5
[ libxml++] , [ https://libxmlplusplus.github.io/libxmlplusplus/] )
6
6
AC_PREREQ ( [ 2.59] )
Original file line number Diff line number Diff line change 1
1
# This file is part of libxml++.
2
2
3
3
project (' libxml++' , ' cpp' ,
4
- version : ' 5.2 .0' ,
4
+ version : ' 5.4 .0' ,
5
5
license : ' LGPLv2.1+' ,
6
6
default_options : [
7
7
' warning_level=1' ,
You can’t perform that action at this time.
0 commit comments