[clutter/clutter-1.8: 1/2] Release Clutter 1.8.0



commit 7236da1f4fdfe46190573fef737464cc4ede34d2
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Sep 19 17:58:16 2011 +0100

    Release Clutter 1.8.0

 NEWS         |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 49 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6a8e077..d3df592 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+Clutter 1.8.0                                                        2011-09-19
+===============================================================================
+
+  â List of changes since Clutter 1.7.90
+
+    - Add debug options to catch out-of-band transformations
+    Transformations performed outside of the ::apply_transform() virtual
+    function are problematic for Clutter, as they might break paint volume,
+    culling, and event handling. The "oob-transform" debug mode will add a
+    check and a warning if the expected modelview matrix as computed by
+    Clutter is not the current modelview matrix set when painting an actor.
+    This debug mode should help when debugging some hard to pinpoint redraw
+    issue.
+
+    - Implicitly clip to the stage viewport
+    This should avoid degenerate clip regions.
+
+    - Paint editable Text actors even when empty
+    If the cursor is visible we need to actually paint it.
+
+    - Do not fall back to the text color for the selection color
+    This avoids invisible text in case the selected-text-color property
+    is not set in ClutterText.
+
+    - Add a fall back to wildcard source durations in ClutterState
+    This allows having wildcard sources to provide a duration for
+    other transitions.
+
+    - Translations updates
+    Indonesia, Lithuanian, Catalan, Tamil, Slovenian, Hindi,  Kannada.
+
+  â List of bugs fixed since Clutter 1.7.90
+
+    [bugzilla.gnome.org]
+
+    #659069 - text: Take out a nonsense fallback
+    #659116 - text: We still have to paint the actor if the cursor is visible
+    #659200 - [PATCH] Use correct duration on ClutterState transitions with
+              wildcard source
+    #659501 - Queue a redraw when removing an effect by name
+
+Many thanks to:
+
+  Robert Bragg, Shankar Prasad, Andika Triwidada, Aurimas Äernius,
+  Gil Forcada, I Felix, Jasper St. Pierre, Martin Srebotnjak,
+  Matej UrbanÄiÄ, Rajesh Ranjan, Rui Matos
+
 Clutter 1.7.90                                                       2011-09-12
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 8a1bbd6..eec1e46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@
 # - increase clutter_micro_version to the next odd number
 # - increase clutter_interface_version to the next odd number
 m4_define([clutter_major_version], [1])
-m4_define([clutter_minor_version], [7])
-m4_define([clutter_micro_version], [91])
+m4_define([clutter_minor_version], [8])
+m4_define([clutter_micro_version], [0])
 
 # â 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]