[gtkmm/gtkmm-3-24] 3.24.7
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-3-24] 3.24.7
- Date: Mon, 12 Sep 2022 10:56:34 +0000 (UTC)
commit d8bd947d97684bfd351552b962bdc79d04c0f24d
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Mon Sep 12 11:53:26 2022 +0200
3.24.7
NEWS | 25 +++++++++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c463a5ee..b0bdecf9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+3.24.7 (stable):
+
+Gtk:
+* Don't derive gtkmm__GtkXxx GTypes from final types
+ (Kjell Ahlstedt) Issue glib#2661
+* TextView::get_tabs(): Fix a memory leak
+ (Kjell Ahlstedt)
+
+Documentation:
+* Widget: Improve the class documentation
+ (Kjell Ahlstedt)
+
+Demos:
+* Dialog demo: Add a non-modal dialog
+ (Kjell Ahlstedt) Issue #123 (PBS)
+
+Build:
+* Meson build: Avoid configuration warnings
+ (Kjell Ahlstedt)
+* MSVC build: Disable more warnings
+ (Chun-wei Fan)
+* Fix build with -Dbuild-deprecated-api=false
+ (Kjell Ahlstedt) Issue #126 (bbhtt)
+
+
3.24.6 (stable):
Gtk:
diff --git a/configure.ac b/configure.ac
index 2eed9495..38c54505 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([gtkmm], [3.24.6],
+AC_INIT([gtkmm], [3.24.7],
[https://gitlab.gnome.org/GNOME/gtkmm/issues/],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index feb8be4f..aa9242d6 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# The resource compiler, used in demos/gtk-demo, requires a C compiler.
project('gtkmm', 'c', 'cpp',
- version: '3.24.6',
+ version: '3.24.7',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]