[gtk+] 3.22.0



commit b51255b6a7a883e4e5977057707205ab8f225d55
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 19 10:07:29 2016 -0700

    3.22.0

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7817f03..0a25b19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Overview of Changes in GTK+ 3.22.0
+==================================
+
+* Reduce some noisy warnings
+
+* Improve positioning and sizing of popups on Wayland
+
+* Update Adwaita assets
+
+* Bugs fixed:
+ 602773 GdkEventKey.is_modifier is 0 for Shift, Ctrl, Alt keys
+ 771117 gtk3 3.21.5 broke displaying drop-down lists, need to scrol...
+ 771349 gdk_screen_get_monitor_scale_factor on X11 always returns 1...
+ 771568 Holding down a modifier key results in 100% cpu usage
+ 771561 Epiphany application mode on Wayland broken with WebKit...
+
+* Translation updates:
+ Brazilian Portuguese
+ British English
+ Catalan
+ Danish
+ French
+ Galician
+ Greek
+ Kazakh
+ Persian
+ Slovak
+ Spanish
+ Swedish
+ Ukrainian
+
+
 Overview of Changes in GTK+ 3.21.6
 ==================================
 
diff --git a/configure.ac b/configure.ac
index 1958afc..d03503b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@
 # set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.
 
 m4_define([gtk_major_version], [3])
-m4_define([gtk_minor_version], [21])
-m4_define([gtk_micro_version], [6])
+m4_define([gtk_minor_version], [22])
+m4_define([gtk_micro_version], [0])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])


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