[gtk+/gtk-3-10: 5/5] 3.10.0



commit b92f6b1dbeefd148b08802f3b64e14bd8f7627d4
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 23 11:22:36 2013 -0400

    3.10.0

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 40 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 33438f3..12f4757 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Overview of Changes in GTK+ 3.9.16 to 3.10.0
+============================================
+
+* Accessibility improvements
+ - Add accessible names to csd window buttons
+ - Mark GtkLinkButton as visited when appropriate
+ - Add a GtkListBoxRow accessible
+
+* Bug fixes:
+ 692258 Implement GtkListBoxRowAccessible, set its state to...
+ 702681 Issues with applications marked as NoDisplay
+ 704087 GtkPlacesSidebar shouldn't open a bookmark when the...
+ 708320 listbox: Update the cursor row when the row's child...
+ 708384 icontheme: Make sure icon_info->scale doesn't end u...
+
+* Translation updates
+ Assamese
+ Brazilian Portuguese
+ Czech
+ French
+ Galician
+ Hebrew
+ Indonesian
+ Italian
+ Kazakh
+ Latvian
+ Lithuanian
+ Polish
+ Portuguese
+ Russian
+ Scottish Gaelic
+ Serbian
+ Slovak
+ Slovenian
+ Spanish
+ Traditional Chinese
+
+
 Overview of Changes in GTK+ 3.9.14 to 3.9.16
 ============================================
 
diff --git a/configure.ac b/configure.ac
index 09f2e7b..4fc8163 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@
 # set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.
 
 m4_define([gtk_major_version], [3])
-m4_define([gtk_minor_version], [9])
-m4_define([gtk_micro_version], [17])
+m4_define([gtk_minor_version], [10])
+m4_define([gtk_micro_version], [0])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])


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