[gtkmm-documentation/gtkmm-3-24] 3.24.2
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation/gtkmm-3-24] 3.24.2
- Date: Wed, 23 Mar 2022 13:55:09 +0000 (UTC)
commit bf61573d2963092cd3cba9549a7b544b7fbbee96
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Wed Mar 23 13:07:49 2022 +0100
3.24.2
NEWS | 19 +++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index cdd6fb3..d6929e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.24.2: (stable)
+
+* PO-files: added: why `fuzzy` tag appears
+ (DarkTrick) Merge request !14
+* Update the "Working with gtkmm's Source Code" appendix
+* index-in.docbook: Upgrade from DocBook 4.5 to DocBook 5.0
+* Recommend Meson instead of Autotools
+* "The .hg and .ccg files" section: Describe 'ignore_deprecations'
+ (Kjell Ahlstedt)
+
+Meson build:
+* Require Meson >= 0.56.0
+* Don't require gtkmm unconditionally
+* Specify 'check' option in run_command()
+* Don't use gnome.yelp()
+ In Meson >= 0.61.0, it can't be used with a generated XML file.
+* Add allow-network-access option
+ (Kjell Ahlstedt)
+
3.24.1: (stable)
The tarball for 3.24.1 has been created with 'meson dist'.
diff --git a/configure.ac b/configure.ac
index a913ee6..4b4dd9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
## This file is part of gtkmm-documentation.
AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [3.24.1],
+AC_INIT([gtkmm-documentation], [3.24.2],
[https://gitlab.gnome.org/GNOME/gtkmm-documentation/issues/],
[gtkmm-documentation], [http://www.gtkmm.org/])
diff --git a/meson.build b/meson.build
index 8784d27..8d9c015 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of gtkmm-documentation.
project('gtkmm-documentation', 'c', 'cpp',
- version: '3.24.1',
+ version: '3.24.2',
license: 'GPLv2',
default_options: [
'cpp_std=c++14'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]