[gtk+] 3.15.8



commit 415ab252f455618b85eef28ef6f6dacc1ae2bf87
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Feb 19 21:34:46 2015 -0500

    3.15.8

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 57e05ae..688b184 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Overview of Changes in GTK+ 3.15.8
+==================================
+
+* CSS
+ - Support animated font weight changes
+
+* GtkScrolledWindow:
+ - Ensure indicators appear in the correct place
+
+* Wayland:
+ - DND fixes
+
+* GtkPopover:
+ - has a map/unmap animation now
+
+* Bugs fixed:
+ 743647 image-missing is missing from libgtk's resources
+ 744054 Clarify documentation for event propagation a...
+ 744683 Tooltips should have ATK_ROLE_TOOL_TIP (like ...
+
+* Translation updates
+ Galician
+ Hebrew
+ Hungarian
+ Italian
+ Norwegian bokmål
+ Punjabi
+ Slovenian
+ Spanish
+
+
 Overview of Changes in GTK+ 3.15.7
 ==================================
 
diff --git a/configure.ac b/configure.ac
index 53979d9..c03b51c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [15])
-m4_define([gtk_micro_version], [7])
+m4_define([gtk_micro_version], [8])
 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]