[gtk+/gtk-3-6] 3.6.5



commit 20db44f587d6ae180366339673dc45265133a36c
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 27 12:04:11 2014 -0500

    3.6.5

 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 43 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 939876a..625ddf8 100644
--- a/NEWS
+++ b/NEWS
@@ -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 fe0cb89..0a28949 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],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]