From ee59a458d2bc23e3977024ae54f0e2987595555d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 21 Aug 2014 15:43:35 +0100 Subject: [PATCH] Forgot to commit the NEWS file prior to release --- NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/NEWS b/NEWS index 28b9299fa..93cc75c46 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +Clutter 1.19.8 2014-08-21 +=============================================================================== + + • List of changes since Clutter 1.19.6 + + - Improve the GDK backend + The GDK backend is now reporting touch events, as well as supporting + foreign Wayland surfaces for the Stage window. The goal is to make the + GDK backend the preferred one in the next development cycle. + + - Fix drawing transparent Canvas content inside transparent actors + + - Translation updates + German, Assamese + + • List of bugs fixed since Clutter 1.19.6 + + #733202 - evdev: Add API to set the xkb layout index + #734934 - Add touch event translation code to GDK backend + #734935 - Add support for wayland foreign windows in GDK backend + #734761 - Memory leak in implicit transition + +Many thanks to: + + Lionel Landwerlin Christian Kirbach, Rui Matos, Tom Beckmann, ngoswami, + Sunjin Yang + Clutter 1.19.6 2014-07-24 ===============================================================================