This commit is contained in:
Matthias Clasen
2017-02-21 16:17:09 -05:00
parent bd725d3208
commit fd7e0c6827
2 changed files with 34 additions and 2 deletions

32
NEWS
View File

@@ -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
==================================

View File

@@ -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],