Skip to content

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellahl committed Aug 12, 2024
1 parent 9c027a2 commit 2a04382
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
5.2.1 (stable):

* Parser: Ignore deprecation of xmlParserCtxt members.
(Kjell Ahlstedt)

Documentation:
* Don't link to removed developer-old.gnome.org.
(Kjell Ahlstedt)

Meson build:
* Use libxml2 meson build when libxml2 is built as a subproject.
(Andrew Potter) Issue #67, Pull request #68
* Require python3 >= 3.7. That's what Meson requires.
(Kjell Ahlstedt)

5.2.0 (stable):

* Use callback functions with C linkage
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## This file is part of libxml++.

AC_INIT([libxml++], [5.2.0],
AC_INIT([libxml++], [5.2.1],
[https://github.com/libxmlplusplus/libxmlplusplus/issues],
[libxml++], [https://libxmlplusplus.github.io/libxmlplusplus/])
AC_PREREQ([2.59])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is part of libxml++.

project('libxml++', 'cpp',
version: '5.2.0',
version: '5.2.1',
license: 'LGPLv2.1+',
default_options: [
'warning_level=1',
Expand Down

0 comments on commit 2a04382

Please sign in to comment.