3.9.4

Desktop / GNOME / GTK - Matthias Clasen [redhat.com] - 17 June 2013 05:47 UTC



###

diff --git a/NEWS b/NEWS
index b9a711c..4e1f7c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Overview of Changes in GTK+ 3.9.2 to 3.9.4
+==========================================
+
+* GtkSearchBar: a toolbar that will popup automatically when
+ searches should be started, and dismissed when they are finished
+
+* GtkListBox a vertical container that can sort and filter its
+ children
+
+* GtkStack has gained position dependent transitions (left-right
+ and up-down)
+
+* The Broadway GDK backend can be built on Windows now
+
+* Bugs fixed:
+ 593079 untranslated strings in errors
+ 692638 Don't use AC_CANONICAL_TARGET
+ 699673 [3.2/3.4/3.6/3.8] uuid conflicting on Windows
+ 700185 GtkWindow: problem with child widget visibility
+ 700444 [W32] The use of uninitialized GDK default screen
+ 700779 gtk_menu_item_draw puts the arrow too close to the border
+ 701463 typo: "a string containing the an approximation"
+ 701840 deprecate gtk_im_multicontext_append_menuitems
+ 702370 a11y's /child/add-remove/GtkEntry test reads invalid memory
+
+* Translation updates
+ Brazilian Portuguese
+ Chinese
+ Czech
+ Japanese
+
+
Overview of Changes in GTK+ 3.9.0 to 3.9.2
==========================================

diff --git a/configure.ac b/configure.ac
index 8885944..4a6aed4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@

m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [9])
-m4_define([gtk_micro_version], [3])
+m4_define([gtk_micro_version], [4])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])

230a81e 3.9.4
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 33 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share