Skip to content

Commit 81da7ce

Browse files
committed
5.0.3
1 parent c2184c5 commit 81da7ce

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
5.0.2 (stable):
219

320
* Document, Node: Recognize HTML documents

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++], [5.0.2],
3+
AC_INIT([libxml++], [5.0.3],
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: '5.0.2',
4+
version: '5.0.3',
55
license: 'LGPLv2.1+',
66
default_options: [
77
'warning_level=1',

0 commit comments

Comments
 (0)