[gtk+/gtk-3-20] 3.20.9
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-20] 3.20.9
- Date: Wed, 17 Aug 2016 15:41:46 +0000 (UTC)
commit 53e92dcab2d28748409e9248f229496b08263ca5
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Aug 17 11:06:13 2016 -0400
3.20.9
NEWS | 21 +++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 32d68ed..33f159f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of Changes in GTK+ 3.20.9
+==================================
+
+* Bug fixes:
+ 769287 GtkMenuToolButton:show-menu is emitted twice and breaks dynamic m...
+ 769603 gtk+-3.20.8: underlink issue with ld.gold - build fails: ./.libs/...
+ Fix headerbar size allocation
+ Use g_snprintf instead of snprintf
+
+* Translation updates
+ Brazilian Portuguese
+ Czech
+ German
+ Hungarian
+ Indonesian
+ Lithuanian
+ Polish
+ Portuguese
+ Swedish
+
+
Overview of Changes in GTK+ 3.20.8
==================================
diff --git a/configure.ac b/configure.ac
index bfc7ed7..b05242a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [20])
-m4_define([gtk_micro_version], [8])
-m4_define([gtk_interface_age], [8])
+m4_define([gtk_micro_version], [9])
+m4_define([gtk_interface_age], [9])
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]