File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
34
3.2.4 (stable):
2
35
3
36
* 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++] , [ 3.2.4 ] ,
3
+ AC_INIT ( [ libxml++] , [ 3.2.5 ] ,
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 : ' 3.2.4 ' ,
4
+ version : ' 3.2.5 ' ,
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