[clutter/clutter-1.14] Release Clutter 1.13.8



commit 8de3e42a10b30b659e2a2ce4a9366d28411e14e2
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Mar 5 00:05:10 2013 +0000

    Release Clutter 1.13.8

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 37 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f0de429..a7b2fda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Clutter 1.13.8                                                       2013-03-04
+===============================================================================
+
+  • List of changes since Clutter 1.13.6
+
+    - Use ClutterActor:child-transform with ClutterScrollActor
+    The ScrollActor class now uses the :child-transform property to translate
+    its children when scrolling. This simplifies the code, and makes it more
+    robust with regards to clipped redraws.
+
+    - Add progress-based marker API to ClutterTimeline
+    Allow adding a marker to a Timeline instance using the normalized progress
+    value between the beginning and the end of the timeline's duration.
+
+    - Allow building Wayland compositor and client support together
+    Instead of having to require two separate builds.
+
+    - Documentation fixes
+
+    - Translations update
+    Czech, Traditional Chinese (Hong Kong and Taiwan), German.
+
+  • List of bugs fixed since Clutter 1.13.6
+
+    #695158 - Animated property transitions cause the animated actor to be
+              leaked
+    #695119 - text: Fix PangoFontDescription leak
+    #694267 - The search entry no longer reacts to layout switches
+    #692851 - wayland backend & compositor support can't be built together
+    #694319 - Add progress-based marker API to ClutterTimeline
+    #686225 - ClutterScrollActor scrolls itself instead of just its contents
+
+Many thanks to:
+
+  Daniel Stone, Chao-Hsiung Liao, Marek Černocký, Mario Blättermann, Rui Matos.
+
 Clutter 1.13.6                                                       2013-02-20
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index e7476e9..be51cd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 # - increase clutter_interface_version to the next odd number
 m4_define([clutter_major_version], [1])
 m4_define([clutter_minor_version], [13])
-m4_define([clutter_micro_version], [7])
+m4_define([clutter_micro_version], [8])
 
 # • for stable releases: increase the interface age by 1 for each release;
 #   if the API changes, set to 0. interface_age and binary_age are used to


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]