Skip to content

Commit

Permalink
3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellahl committed Sep 9, 2022
1 parent c22d704 commit b0ec13e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
3.2.4 (stable):

* Document, Node: Recognize HTML documents
(Kjell Ahlstedt) Issue #23 (rkd77)
* Parsers: Avoid std::getline for istream inputs
(Andrew Potter) Pull request #28

Build:
* Meson build: When mm-common >= 1.0.4 is used, Perl is not required
(Kjell Ahlstedt)
* Win32: Don't include afxres.h in resources
* Support Visual Studio 2022
(Chun-wei Fan)
* Meson build: Require meson >= 0.55.0
* Meson build: Specify 'check' option in run_command()
Will be necessary with future versions of Meson.
* Meson build: Avoid configuration warnings
* docs/manual: Sort example file lists
See https://gitlab.gnome.org/GNOME/gtkmm-documentation/-/merge_requests/15
by Bernhard M. Wiedemann
(Kjell Ahlstedt)
* NMake Makefiles: Make things more configurable
(Chun-wei Fan) Issue #44 (lxxxd)

Documentation:
* docs/manual: Upgrade from DocBook 4.1 to DocBook 5.0
(Kjell Ahlstedt)
* MSVC_NMake/README: Document dependency placement
(Chun-wei Fan) Issue #44 (lxxxd)


3.2.3 (stable):

Build:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## This file is part of libxml++.

AC_INIT([libxml++], [3.2.3],
AC_INIT([libxml++], [3.2.4],
[https://github.com/libxmlplusplus/libxmlplusplus/issues],
[libxml++], [https://libxmlplusplus.github.io/libxmlplusplus/])
AC_PREREQ([2.59])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is part of libxml++.

project('libxml++', 'cpp',
version: '3.2.3',
version: '3.2.4',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11',
Expand Down

0 comments on commit b0ec13e

Please sign in to comment.