diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-09-03 15:43:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-09-03 22:34:36 -0400 |
commit | 622111f1caf9104251de79bfa27ccfba9614cc90 (patch) | |
tree | e9b7565cb25fbdc90372447d8cc4b734b3cb27c8 | |
parent | 90dfff59012ef301555b0490deb206d0a1a1fa1e (diff) | |
download | gtk+-622111f1caf9104251de79bfa27ccfba9614cc90.tar.gz |
3.24.113.24.11
-rw-r--r-- | NEWS | 49 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 51 insertions, 2 deletions
@@ -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], |