[clutter] Release Clutter 1.7.8 (snapshot)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] Release Clutter 1.7.8 (snapshot)
- Date: Mon, 15 Aug 2011 14:16:59 +0000 (UTC)
commit f6fe09fa24586fa277b53e010f77b50af15367c1
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Mon Aug 15 14:32:37 2011 +0100
Release Clutter 1.7.8 (snapshot)
NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 55 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c758ef7..c5bf08f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+Clutter 1.7.8 2011-08-15
+===============================================================================
+
+ â List of changes since Clutter 1.7.6
+
+ - Various fixes in Cally
+ Make sure to use Clutter's API and remove old workarounds that were put
+ into place when Cally was a separate project and targeting pre-1.0 API
+ versions of Clutter.
+
+ - Add ClutterCairoTexture:auto-resize
+ This property makes it easier to create 2D canvas surfaces by tracking
+ the actor's allocation in a backward compatible way.
+
+ - Add ClutterAnimatable.interpolate_value()
+ This new virtual function deprecates the animate_property() virtual of the
+ Animatable interface, which was sub-optimal in different ways.
+
+ - Allow using Animatable implementations with ClutterState
+ Thanks to the new interpolate_value() virtual it is now possible to use
+ the Animatable interface with ClutterState; this allows animating
+ action, constraint and effect properties using the same "@" syntax also
+ used by ClutterAnimation and clutter_actor_animate().
+
+ - Improve ClutterModel's implementation
+ Avoid a bunch of needless checks, and make sure that the ::row-changed
+ signal is emitted in all cases when a row has been changed through the
+ ClutterModelIter API. The conformance test unit for ClutterModel has
+ also been improved to avoid future regressions.
+
+ - Improve ClutterStage behaviour on OS X
+ Make sure that the fullscreen, multi-screen and key focusing are
+ well-behaved on OS X, by implementing the correct delegate methods.
+
+ â List of bugs fixed since Clutter 1.7.6
+
+ [bugzilla.gnome.org]
+
+ #655387 - Missing GObject introspection annotations
+ #655306 - Added windowDidChangeScreen delegate to fix pick errors when
+ window moved to different screen
+ #655311 - Prevent hiding of unrelated application windows when stage returns
+ from fullscreen
+ #655307 - Fix resource leak on subsequent calls to clutter_stage_osx_realize
+ #648633 - gnome-shell notification pop-ups do not emit
+ object:state-changed:showing
+
+Many thanks to:
+
+ Kirk A. Baker, Neil Roberts, Alejandro PiÃeiro, Alejo Pacin,
+ Daniel Mustieles, Evan Nemerson, Marek ÄernockÃ, Philippe Normand,
+ Robert Bragg
+
+
Clutter 1.7.6 2011-07-26
===============================================================================
diff --git a/configure.ac b/configure.ac
index 628f5f3..e81e358 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], [7])
-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]