[gtk/gtk-3-24] 3.24.11



commit 622111f1caf9104251de79bfa27ccfba9614cc90
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 3 15:43:49 2019 -0400

    3.24.11

 NEWS         | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 51 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e810eb5a1e..fe02c9f795 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+Overview of Changes in GTK+ 3.24.11
+===================================
+
+* Adwaita:
+ - Add drop shadow to icons
+ - Small color fixes
+ - Make title buttons round
+
+* OS X: Fix the monitors-changed signal
+
+* Win32:
+ - Build fixes
+ - Support choices in the native file chooser
+ - Fix icon cache freshness checks on 64bit
+
+* Wayland:
+ - Support xdg-output v3
+ - Fix clipboard ownership handling
+
+* X11: Improve monitor metadata
+
+* Build: Require GLib 2.57.2
+
+* Translation updates:
+ Basque
+ Brazilian Portuguese
+ British English
+ Catalan
+ Croatian
+ French
+ Friulian
+ Galician
+ German
+ Greek
+ Hungarian
+ Indonesian
+ Japanese
+ Korean
+ Latvian
+ Lithuanian
+ Polish
+ Punjabi
+ Romanian
+ Serbian
+ Slovenian
+ Spanish
+ Swedish
+
+
 Overview of Changes in GTK+ 3.24.10
 ===================================
 
diff --git a/configure.ac b/configure.ac
index 6888a37578..5a34049698 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], [10])
-m4_define([gtk_interface_age], [6])
+m4_define([gtk_micro_version], [11])
+m4_define([gtk_interface_age], [7])
 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]