Skip to content

Commit

Permalink
5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellahl committed Aug 13, 2024
1 parent 20ecb77 commit e37dd04
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
5.4.0 (stable):

* Node: Add eval_xpath().
(Kjell Ahlstedt) Issue #66 (Marie Preusse)

Meson build:
* Require meson >= 0.62.
* Use Meson's pkgconfig module instead of the libxml++.pc.in template.
(Kjell Ahlstedt)


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.4.0],
[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.4.0',
license: 'LGPLv2.1+',
default_options: [
'warning_level=1',
Expand Down

0 comments on commit e37dd04

Please sign in to comment.