[gtk+/gtk-3-22] 3.22.22



commit 364559b78956a720d65e80d72dfb5c8d2dff2f4f
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Oct 2 12:45:24 2017 -0400

    3.22.22

 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bc3048a..32b4dff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Overview of Changes in GTK+ 3.22.22
+===================================
+
+* Bugs fixed:
+ 639931 gtk_application_add_window() docs should mention window destruction
+ 644248 stylecontext: add a raised style class
+ 775126 memory leak in gdk_wayland_window_ensure_cairo_surface
+ 780758 flowbox: bind_model passes wrong reference to create_widget_func in bindings
+ 781757 gdk_seat_grab() not working for touchscreen events
+ 787021 GtkFlowBox: the orthogonal orientation always requests the most size it could...
+ 787302 gtk+-3.22.20/gtk/gtkmountoperation-x11.c:669:sanity check after use ?
+ 787303 gtk+-3.22.20/gtk/gtknotebook.c: 2 * redundant conditions ?
+ 787444 The color-selection dialog which is opened by a GtkColorButton should not be...
+ 787531 The tick button is not/barely visible on light colors with Dark theme
+ 787600 PlacesSidebar/SidebarRow: CloudProvider singleton/accounts are never unrefd
+ 787757 Focus outline easily disappears around color chooser swatches
+
+* Translation updates:
+ Chinese (Taiwan)
+ Dutch
+ Greek
+ Persian
+ Polish
+ Russian
+ Swedish
+
+
 Overview of Changes in GTK+ 3.22.21
 ===================================
 
diff --git a/configure.ac b/configure.ac
index ec4e9a3..a041381 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [22])
-m4_define([gtk_micro_version], [21])
-m4_define([gtk_interface_age], [21])
+m4_define([gtk_micro_version], [22])
+m4_define([gtk_interface_age], [22])
 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]