From fd7e0c682787b15935221fcbb8a92b412a7d2344 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Feb 2017 16:17:09 -0500 Subject: [PATCH] 3.20.10 --- NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 33f159f70f..539f09ec37 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +Overview of Changes in GTK+ 3.20.10 +=================================== + +* Bug fixes: + 358970 gtk_scale_set_digits does not cause value to be rounded if draw-value is false... + 767391 cross-fade() not cross-fading + 770166 Can GtkButtons of arbitrary size be circular? The style class only accommodate... + 770236 gtkbindings: Add an example for gtk_binding_entry_add_signal() + 770242 gtkbindings: Clarify that widgets need has-focus for bindings to work + 770332 Notebook arrow icon wrong color after creating new tab + 770374 Gtk Treeview Editable overshoots column width when column width is small + 770550 gtkplacessidebar: fix signal marshal + 770614 GtkScale in HighContrast theme with value = 0: WARNING: allocates negative con... + 770624 Fix typos. + 770703 Fix crash when using page-down on GtkListBox + 770849 GtkLabel with padding brokenness + 774695 GtkProgressbar needs full and empty classes + 774726 GtkTreeView dnd: gtk_drag_finish remove row when reorder sinse 3.20 + 775525 gtk_flow_box_get_child_at_index shouldn't crash with an invalid index + 775864 getting-started: typo tie->the + 776560 icon-browser: window opens at very narrow size, only showing 1 column of icons + 779002 Race enumerating the monitors + +* Translation updates: + Brazilian Portuguese + Dutch + Icelandic + Kazakh + Scottisch Gaelic + Serbian + + Overview of Changes in GTK+ 3.20.9 ================================== diff --git a/configure.ac b/configure.ac index b05242aeb7..6209d4a48a 100644 --- a/configure.ac +++ b/configure.ac @@ -10,8 +10,8 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [20]) -m4_define([gtk_micro_version], [9]) -m4_define([gtk_interface_age], [9]) +m4_define([gtk_micro_version], [10]) +m4_define([gtk_interface_age], [10]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version],