[gtk/gtk-3-24] 3.24.8



commit 5428379fad31f1637c920d97a3d0303f606bfb6e
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 10 17:12:29 2019 -0400

    3.24.8

 NEWS         | 38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 40 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9f86501c9f..b1c2d9a950 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Overview of Changes in GTK+ 3.24.8
+==================================
+
+* Color editor: don't warn if editing is cancelled
+
+* Always redraw on allocate - not doing so is
+  not safe when any widget can have a background
+
+* Use GLSL 3.30 for shaders
+
+* Quartz: add a preliminary GdkGLContext implementation
+
+* Win32: Fix a bug that prevented storing printer driver prefs
+
+* Wayland: properly place window menus
+
+* GtkApplication: support session state changes in
+  sandboxes, using the inhibit portal
+
+* Fix a problem with autostart notification
+
+* Places: Show loop devices as reported by gvfs
+
+* Translation updates:
+  Brazilian Portuguese
+  Catalan
+  Czech
+  German
+  Hungarian
+  Indonesian
+  Italian
+  Polish
+  Romanian
+  Spanish
+  Swedish
+  Turkish
+
+
 Overview of Changes in GTK+ 3.24.7
 ==================================
 
diff --git a/configure.ac b/configure.ac
index cfe41450c5..f700616649 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [24])
-m4_define([gtk_micro_version], [7])
-m4_define([gtk_interface_age], [3])
+m4_define([gtk_micro_version], [8])
+m4_define([gtk_interface_age], [4])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])
 m4_define([gtk_version],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]