diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-10-02 12:45:24 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-10-02 12:45:24 -0400 |
commit | 364559b78956a720d65e80d72dfb5c8d2dff2f4f (patch) | |
tree | 944cf209af6284eeb653e31d74063f91d3d0c4ff | |
parent | 142ef42d226b03026ff32ff92727a1bb1463504d (diff) | |
download | gtk+-364559b78956a720d65e80d72dfb5c8d2dff2f4f.tar.gz |
3.22.223.22.22
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 29 insertions, 2 deletions
@@ -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], |