[gtk+/gtk-3-10] 3.10.3



commit 08aafd2beaa95100e198b48cc35c42df48b7b83a
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Nov 11 09:20:50 2013 -0500

    3.10.3

 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 30 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8301966..44dd743 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Overview of Changes in GTK+ 3.10.2 to 3.10.3
+============================================
+
+* Theme support
+ - Always fall back to 'gnome' icon theme in addition to 'hicolor'
+ - Respect deprecated gtk-button-images setting
+ - Respect deprecated gtk-menu-images setting
+
+* Bugs fixed:
+ 577642 Selected Printer Does Not Stick Between Sessions
+ 693227 Incorrect size allocation with overflow
+ 703784 Epiphany crash during displaying printing dialog
+ 710389 x11: Don't set WM_TAKE_FOCUS if accept_focus is FALSE
+ 710411 [PATCH] Fix key "Page_Down" identified as "Next"
+ 710666 Frame clock related bug fixes
+ 710958 Problem with very large window
+ 711110 GDK_HINT_MAX_SIZE ignored on Win32
+ 711255 GtkListBox: Expand the placeholder
+ 711553 gdk/win32: remove extra allocation for \r removal
+ 711611 GtkStack: Use new-style property installation/notification 
+
+* Translation updates:
+ Arabic
+ German
+ Greek
+ Russian
+
+
 Overview of Changes in GTK+ 3.10.1 to 3.10.2
 ============================================
 
diff --git a/configure.ac b/configure.ac
index 8c7098e..d10fb43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [10])
-m4_define([gtk_micro_version], [2])
-m4_define([gtk_interface_age], [2])
+m4_define([gtk_micro_version], [3])
+m4_define([gtk_interface_age], [3])
 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]