[gtkmm-documentation/gtkmm-3-24] 3.24.1
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation/gtkmm-3-24] 3.24.1
- Date: Mon, 14 Dec 2020 10:58:04 +0000 (UTC)
commit bfe0c69b6148daee4ff31fd2a7667ca061bba63d
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Mon Dec 14 11:25:24 2020 +0100
3.24.1
NEWS | 29 +++++++++++++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3756c93..cdd6fb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+3.24.1: (stable)
+
+The tarball for 3.24.1 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the README
+file, especially the last paragraph.
+
+* custom_widget example: Use Glib::ExtraClassInit
+ (Kjell Ahlstedt)
+* buildapp examples: Add meson.build files
+ Add meson.build files and auxiliary scripts for meson builds
+ (Kjell Ahlstedt)
+* Gtk::Builder chapter: Describe combination with Glib::Property
+ (Kjell Ahlstedt)
+* Builder: Using derived widgets: Update for glibmm 2.62
+ (Daniel Boles) Merge request !5
+* Don't recommend `new` for an in-class member
+ (Daniel Boles) Merge request !7
+* Drop pointless/confusing class around RadioButtons
+ (Daniel Boles) Merge request !6
+* Add treeview/custom_treemodel example
+ (Kjell Ahlstedt) Issue #9 (Danny van Elsen)
+* Describe how the mm-common/skeletonmm project is built with Meson
+ (Kjell Ahlstedt)
+* input example: Don't include build/config.h
+ (Kjell Ahlstedt) Issue #11 (Keyikedalube Ndang)
+* Describe how to build a multi-threaded program
+ (Kjell Ahlstedt) Issue #12 (Keyikedalube Ndang)
+
+
3.24.0: (stable)
* Add Gtk::FileChooserNative example
diff --git a/configure.ac b/configure.ac
index 2f55e7d..a913ee6 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.0],
+AC_INIT([gtkmm-documentation], [3.24.1],
[https://gitlab.gnome.org/GNOME/gtkmm-documentation/issues/],
[gtkmm-documentation], [http://www.gtkmm.org/])
diff --git a/meson.build b/meson.build
index 27df3df..95d8592 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.0',
+ version: '3.24.1',
default_options: [
'cpp_std=c++14'
],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]