Skip to content

Commit 97b462f

Browse files
committed
4.0.2
1 parent f44e769 commit 97b462f

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

NEWS

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
4.0.2 (stable):
2+
3+
* Document, Node: Recognize HTML documents
4+
(Kjell Ahlstedt) Issue #23 (rkd77)
5+
* Parsers: Avoid std::getline for istream inputs
6+
(Andrew Potter) Pull request #28
7+
8+
Build:
9+
* Meson build: When mm-common >= 1.0.4 is used, Perl is not required
10+
(Kjell Ahlstedt)
11+
* Win32: Don't include afxres.h in resources
12+
* Support Visual Studio 2022
13+
(Chun-wei Fan)
14+
* Meson build: Require meson >= 0.55.0
15+
* Meson build: Specify 'check' option in run_command()
16+
Will be necessary with future versions of Meson.
17+
* Meson build: Avoid configuration warnings
18+
* docs/manual: Sort example file lists
19+
See https://gitlab.gnome.org/GNOME/gtkmm-documentation/-/merge_requests/15
20+
by Bernhard M. Wiedemann
21+
(Kjell Ahlstedt)
22+
* NMake Makefiles: Make things more configurable
23+
(Chun-wei Fan) Issue #44 (lxxxd)
24+
25+
Documentation:
26+
* docs/manual: Upgrade from DocBook 4.1 to DocBook 5.0
27+
(Kjell Ahlstedt)
28+
* MSVC_NMake/README: Document dependency placement
29+
(Chun-wei Fan) Issue #44 (lxxxd)
30+
31+
132
4.0.1 (stable):
233

334
Build:

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++], [4.0.1],
3+
AC_INIT([libxml++], [4.0.2],
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: '4.0.1',
4+
version: '4.0.2',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'cpp_std=c++17',

0 commit comments

Comments
 (0)