From 415ab252f455618b85eef28ef6f6dacc1ae2bf87 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 19 Feb 2015 21:34:46 -0500 Subject: 3.15.8 --- NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 57e05ae4bf..688b1846c9 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 53979d96a0..c03b51c86e 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)]) -- cgit v1.2.1