File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ 5.0.3 (stable):
2
+
3
+ * exception: Fix linking on MinGW
4
+ (Chun-wei Fan) Issue #45 (Rosen Penev)
5
+ (Chun-wei Fan) Pull request #46
6
+ * headers: Drop LIBXMLPP_API from 'friend' members
7
+ (Chun-wei Fan) Pull request #47
8
+
9
+ Meson build:
10
+ * Detect if we build from a git subtree
11
+ (William Roy) Merge request gtkmm!72
12
+ * Don't copy files with configure_file()
13
+ (Kjell Ahlstedt)
14
+ * Fix the evaluation of is_git_build on Windows
15
+ (Kjell Ahlstedt) Issue gtkmm#131 (William Roy)
16
+
17
+
1
18
5.0.2 (stable):
2
19
3
20
* Document, Node: Recognize HTML documents
Original file line number Diff line number Diff line change 1
1
# # This file is part of libxml++.
2
2
3
- AC_INIT ( [ libxml++] , [ 5.0.2 ] ,
3
+ AC_INIT ( [ libxml++] , [ 5.0.3 ] ,
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 : ' 5.0.2 ' ,
4
+ version : ' 5.0.3 ' ,
5
5
license : ' LGPLv2.1+' ,
6
6
default_options : [
7
7
' warning_level=1' ,
You can’t perform that action at this time.
0 commit comments