File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
30
2.42.1 (stable):
2
31
3
32
Build:
Original file line number Diff line number Diff line change 1
1
# # This file is part of libxml++.
2
2
3
- AC_INIT ( [ libxml++] , [ 2.42.1 ] ,
3
+ AC_INIT ( [ libxml++] , [ 2.42.2 ] ,
4
4
[ https://github.com/libxmlplusplus/libxmlplusplus/issues] ,
5
5
[ libxml++] , [ https://libxmlplusplus.github.io/libxmlplusplus/] )
6
6
AC_PREREQ ( [ 2.59] )
Original file line number Diff line number Diff line change 1
1
# This file is part of libxml++.
2
2
3
3
project (' libxml++' , ' cpp' ,
4
- version : ' 2.42.1 ' ,
4
+ version : ' 2.42.2 ' ,
5
5
license : ' LGPLv2.1+' ,
6
6
default_options : [
7
7
' cpp_std=c++11' ,
You can’t perform that action at this time.
0 commit comments