Skip to content

Commit e37dd04

Browse files
committed
5.4.0
1 parent 20ecb77 commit e37dd04

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

NEWS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
5.2.0 (stable):
228

329
* 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.4.0],
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.4.0',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'warning_level=1',

0 commit comments

Comments
 (0)