3.21.6

Desktop / GNOME / GTK - Matthias Clasen [redhat.com] - 13 September 2016 04:34 UTC



###

diff --git a/NEWS b/NEWS
index 17b0bb3..7817f03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+Overview of Changes in GTK+ 3.21.6
+==================================
+
+* GtkScrolledWindow sizing behavior has been changed back to the
+ previous behavior, with new API to change it
+
+* Some GtkPopover size allocation problems have been fixed
+
+* Wayland:
+ - We require xdg-shell version 6 now
+
+* Bugs fixed:
+ 764979 Connect to server is unusable after cancelling a password dialog
+ 766569 Better size requisition for GTK_SCROLL_NATURAL children
+ 767391 cross-fade() not cross-fading
+ 769498 Scrollbars are broken
+ 770278 modernize example applications
+ 770508 Recent change in GtkTreeView::grab_focus_and_unset_draw_keyfocus()...
+ 770614 GtkScale in HighContrast theme with value = 0: WARNING: allocates ...
+ 770624 Fix typos
+ 770703 Fix crash when using page-down on GtkListBox
+ 770745 wayland: Warn when an application tries to map popup incorrectly
+ 770849 GtkLabel with padding brokenness
+ 770906 Wayland: Unmapping a toplevel from a menu/popup can lead to a prot...
+ 771033 GtkStatusIcon cannot show activate menu in VirtualBox since 3.21.2
+
+* Translation updates:
+ Brazilian Portuguese
+ British English
+ Czech
+ Danish
+ Finnish
+ French
+ Galician
+ German
+ Hebrew
+ Hungarian
+ Kazakh
+ Korean
+ Latvian
+ Lithuanian
+ Persian
+ Polish
+ Portuguese
+ Russian
+ Scottish Gaelic
+ Serbian
+ Slovak
+ Swedish
+
+
Overview of Changes in GTK+ 3.21.5
==================================

diff --git a/configure.ac b/configure.ac
index bd181a8..1958afc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@

m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [21])
-m4_define([gtk_micro_version], [5])
+m4_define([gtk_micro_version], [6])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])

a361705 3.21.6
NEWS | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 52 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share