3.22.22
authorMatthias Clasen <mclasen@redhat.com>
Mon, 2 Oct 2017 16:45:24 +0000 (12:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 2 Oct 2017 16:45:24 +0000 (12:45 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index bc3048aacc16c61abdf8c7b08770a43f5a5a372c..32b4dff8fcf8a9b70d90f0da3fe7ff81c75ad5c5 100644 (file)
--- 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
 ===================================
 
index ec4e9a3028d6e8abd09beae7c767b3a7b596b005..a041381cd010ab6573f59aa4edf0f5243e156d67 100644 (file)
@@ -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],