diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-01-27 12:04:11 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-01-27 12:04:11 -0500 |
commit | 20db44f587d6ae180366339673dc45265133a36c (patch) | |
tree | 5c4f1cd0fd93f91b947c2397737ce36a9aa6547b | |
parent | b7cd7ca747569a0ba9b02a40bcbf36224734a5b9 (diff) | |
download | gtk+-20db44f587d6ae180366339673dc45265133a36c.tar.gz |
3.6.53.6.5
-rw-r--r-- | NEWS | 41 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 43 insertions, 2 deletions
@@ -1,3 +1,44 @@ +Overview of Changes in GTK+ 3.6.5 +================================= + +* Bug fixes: + 669808 fullscreen/unscreen was broken for Quartz on OS X + 672271 File chooser seems over-enthusiastic about using sub... + 687066 gtk 3.6.1 fails to build for win32 + 688534 gdk 3.6.2 does not build with mesa 9.0.1 + 691426 get_current_desktop does not interpret property data... + 691515 Insufficient checks for EWMH support + 691572 Touch: strengthen synthesized touch crossing events... + 694742 Fix possible memory leak when GlobalAlloc() fails + 694755 When clicking Activities, sometimes gnome-shell cras... + 695278 Avoid passing a NULL title to setTitle + 695312 Initial 'text' set in the non-numeric-only GtkSpinBu... + 696171 GtkAssistant highlighted font unreadable + 696202 Add GtkSpinner animation back to Win32 theme + win32: add more width to the slider to not cut it wh... + win32: add margin to scale trough + win32: set color for scale marks + win32: scale slider with marks was off by 2 pixels + win32: handle again gtk-font-name + + +* Translation updates: + Brazlian Portuguese + Catalan + Czech + French + Galician + German + Hungarian + Indonesian + Interlingua + Lithuanian + Polish + Serbian + Slovenian + Spanish + + Overview of Changes in GTK+ 3.6.4 ================================= diff --git a/configure.ac b/configure.ac index fe0cb8962c..0a28949623 100644 --- a/configure.ac +++ b/configure.ac @@ -10,8 +10,8 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [6]) -m4_define([gtk_micro_version], [4]) -m4_define([gtk_interface_age], [4]) +m4_define([gtk_micro_version], [5]) +m4_define([gtk_interface_age], [5]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version], |