From: Matthias Clasen Date: Mon, 2 Oct 2017 16:45:24 +0000 (-0400) Subject: 3.22.22 X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~148 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=364559b78956a720d65e80d72dfb5c8d2dff2f4f;p=gtk%2B3.0.git 3.22.22 --- diff --git a/NEWS b/NEWS index bc3048aacc..32b4dff8fc 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 ec4e9a3028..a041381cd0 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],