summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-09-19 17:58:16 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-09-19 20:03:37 +0100
commit7236da1f4fdfe46190573fef737464cc4ede34d2 (patch)
tree60734381368cff2345f05d9933144acbea494e25
parent227033524707b584de6dbdbd3c4ce944145eeb44 (diff)
downloadclutter-7236da1f4fdfe46190573fef737464cc4ede34d2.tar.gz
Release Clutter 1.8.01.8.0
-rw-r--r--NEWS47
-rw-r--r--configure.ac4
2 files changed, 49 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6a8e07718..d3df59283 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 8a1bbd678..eec1e467e 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