Skip to content

Commit 42313bd

Browse files
committed
2.42.2
1 parent f8edf1c commit 42313bd

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

NEWS

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

332
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++], [2.42.1],
3+
AC_INIT([libxml++], [2.42.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: '2.42.1',
4+
version: '2.42.2',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'cpp_std=c++11',

0 commit comments

Comments
 (0)