Skip to content

Commit 2a04382

Browse files
committed
5.2.1
1 parent 9c027a2 commit 2a04382

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
5.2.0 (stable):
217

318
* Use callback functions with C linkage

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

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is part of libxml++.
22

33
project('libxml++', 'cpp',
4-
version: '5.2.0',
4+
version: '5.2.1',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'warning_level=1',

0 commit comments

Comments
 (0)