Skip to content

Commit 52dd87b

Browse files
committed
3.2.5
1 parent 12a2ce9 commit 52dd87b

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

NEWS

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
3.2.5 (stable):
2+
3+
Documentation:
4+
* Update Visual Studio build docs
5+
(Chun-wei Fan) Pull request #58
6+
* Parser docs: Add a link to parser options
7+
(Kjell Ahlstedt)
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+
* Backport libxml2 CMake support from libxml++-5.0
17+
(Chun-wei Fan) Pull request #57
18+
* Don't fail if warning_level=everything
19+
(Daniel Boles, Kjell Ahlstedt) Merge request gtkmm!87
20+
* Don't require the 'dot' command to build the documentation
21+
(Kjell Ahlstedt) Issue libsigcplusplus#98
22+
* Add the build-manual option
23+
(Kjell Ahlstedt)
24+
* Add bcrypt dependency when libxml2 is a subproject
25+
Issue #64 (Kjell Ahlstedt)
26+
(Andrew Potter) Pull request #65
27+
28+
Build:
29+
* Make it compatible with libxml2 >= 2.12.0
30+
by modifying #include directives
31+
(Kjell Ahlstedt)
32+
33+
134
3.2.4 (stable):
235

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

0 commit comments

Comments
 (0)