File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
32
4.0.1 (stable):
2
33
3
34
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++] , [ 4.0.1 ] ,
3
+ AC_INIT ( [ libxml++] , [ 4.0.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 : ' 4.0.1 ' ,
4
+ version : ' 4.0.2 ' ,
5
5
license : ' LGPLv2.1+' ,
6
6
default_options : [
7
7
' cpp_std=c++17' ,
You can’t perform that action at this time.
0 commit comments