[gtk+/gtk-3-8] 3.8.0
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-8] 3.8.0
- Date: Mon, 25 Mar 2013 22:30:35 +0000 (UTC)
commit c8bac063a21c90925deb12e77e947b3a0c0ef33b
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Mar 25 16:55:57 2013 -0400
3.8.0
NEWS | 37 +++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 259a7e8..f7769b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Overview of Changes in GTK+ 3.8.0
+=================================
+
+* Bug fixes
+ 674759 GtkLabel: wrong value of "mnemonic-keyval" when...
+ 695493 testgtk: issues with the color selection example
+ 696051 vertical grid lines in rtl mode
+ 696171 GtkAssistant highlighted font unreadable
+ 696202 Add GtkSpinner animation back to Win32 theme
+ 696232 win32: do not crash on invalid utf8 conversion
+ 696405 appchooserbutton: filter out applications not...
+ 696546 Fix a crash in gtk_print_backend_cups_finalize()
+ 696553 Fix a crash in avahi_create_browsers()
+ Use natural size to set treeview adjustments
+
+* Translation updates
+ Aragonese
+ Czech
+ French
+ Galician
+ German
+ Gujarati
+ Hindi
+ Hungarian
+ Italian
+ Kazakh
+ Marathi
+ Odia
+ Persian
+ Punjabi
+ Russian
+ Slovenian
+ Tamil
+ Traditional Chinese
+ Ukrainian
+
+
Overview of Changes in GTK+ 3.7.14
==================================
diff --git a/configure.ac b/configure.ac
index b537594..c9033eb 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], [7])
-m4_define([gtk_micro_version], [15])
+m4_define([gtk_minor_version], [8])
+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]