This commit is contained in:
Matthias Clasen
2015-07-21 08:37:02 -04:00
parent 434c7220d7
commit 0749199d4c
2 changed files with 25 additions and 2 deletions

23
NEWS
View File

@@ -1,3 +1,26 @@
Overview of changes in GTK+ 3.16.6
==================================
* OS X: Partial aspect ratio support
* Revert a problematic change to scroll event handling
* Bug fixes:
741800 GTK3 apps have huge rendering pauses/hangs over SSH connection
751401 crash on DnD
751625 build error with pure wayland
752016 testgmenu: use the menu binding code
752093 Improvement to GtkImageMenuItem long description and code snippet
752520 Crash getting a NULL visual in glx_pixmap_get
* Translation updates:
Czech
Hungarian
Lithuanian
Polish
Slovenian
Overview of changes in GTK+ 3.16.5
==================================

View File

@@ -10,8 +10,8 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [16])
m4_define([gtk_micro_version], [5])
m4_define([gtk_interface_age], [5])
m4_define([gtk_micro_version], [6])
m4_define([gtk_interface_age], [6])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],