File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ 5.2.1 (stable):
2
+
3
+ * Parser: Ignore deprecation of xmlParserCtxt members.
4
+ (Kjell Ahlstedt)
5
+
6
+ Documentation:
7
+ * Don't link to removed developer-old.gnome.org.
8
+ (Kjell Ahlstedt)
9
+
10
+ Meson build:
11
+ * Use libxml2 meson build when libxml2 is built as a subproject.
12
+ (Andrew Potter) Issue #67, Pull request #68
13
+ * Require python3 >= 3.7. That's what Meson requires.
14
+ (Kjell Ahlstedt)
15
+
1
16
5.2.0 (stable):
2
17
3
18
* 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.2.1 ] ,
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.2.1 ' ,
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