From: Emmanuele Bassi Date: Thu, 15 Mar 2012 19:02:39 +0000 (+0000) Subject: Update release notes X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d123e4b701a458b8674bd5f3dca20de8dc70f017;p=profile%2Fivi%2Fclutter.git Update release notes --- diff --git a/README.in b/README.in index d823331..d41d91a 100644 --- a/README.in +++ b/README.in @@ -289,6 +289,12 @@ features). Release Notes for Clutter 1.10 ------------------------------------------------------------------------------- +• The ClutterActor::paint, ClutterActor::queue-redraw, and + ClutterActor::queue-relayout signals are now annotated as not allowing + signal emission hooks; this enables some optimization inside GLib, and + given the amount of emissions these three signals have, we want to get + through all the fast paths we can. + • The ClutterActorBox parameter of the ClutterActor::allocation-changed signal is now marked as G_SIGNAL_TYPE_STATIC_SCOPE.