commit 5514f1cf4289d2d85463e44de6dade86af21d129 Author: Emmanuele Bassi Date: Mon Dec 15 23:50:58 2014 +0000 Release Clutter 1.21.2 NEWS | 37 +++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) commit 2f490c9dcc3111217ddb968054c1c0d5e475564b Author: Emmanuele Bassi Date: Tue Dec 16 00:15:18 2014 +0000 build: More out of tree build fixes clutter/Makefile.am | 2 +- doc/reference/clutter/Makefile.am | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) commit 8e87d0417b341ca43d9399937c5946fe9cb48c32 Author: Emmanuele Bassi Date: Tue Dec 16 00:02:16 2014 +0000 build: Fix out-of-tree builds Add a srcdir prefix to the inspected files for glib-mkenums. build/autotools/Makefile.am.enums | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) commit c337100c14fbfc1a607c427424aeca9173ef8382 Author: Emmanuele Bassi Date: Tue Dec 3 13:43:36 2013 +0000 Use new introspection annotation syntax Instead of the deprecated one. clutter/cally/cally-actor.c | 4 +--- clutter/clutter-container.c | 16 ++++------------ clutter/clutter-interval.c | 8 ++------ clutter/clutter-main.c | 8 ++------ clutter/clutter-paint-node.c | 7 +------ clutter/clutter-transition.c | 8 ++------ clutter/deprecated/clutter-alpha.c | 4 +--- clutter/deprecated/clutter-frame-source.c | 8 ++------ 8 files changed, 15 insertions(+), 48 deletions(-) commit 270918d5c9ddf1b52fe4f8de5cc374693b02e226 Author: Emmanuele Bassi Date: Tue Dec 3 13:41:33 2013 +0000 Bump up the requirement for GLib and introspection The syntax for some introspection annotations has changed between 1.38 and 1.39, so we need to bump up the dependency in order to get the new scanner. Introspection should be updated in lock-step with GLib, so we should also bump up the required GLib version. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 05a940fa5e12ab065f827ed32af17e7335ca9fb6 Author: Emmanuele Bassi Date: Mon Dec 15 23:42:12 2014 +0000 docs: Mention ClutterRequestMode in the release notes README.in | 7 +++++++ 1 file changed, 7 insertions(+) commit 4f03b32eea3cb7221eeaaf0d18e3c31cee23dda1 Author: Emmanuele Bassi Date: Mon Dec 15 23:39:05 2014 +0000 actor: Queue a relayout if we use the content's preferred size In case the ClutterContent changes, and the actor uses the content's preferred size to drive its own. clutter/clutter-actor.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit e2eb0b0adad71bbd3bd71d5e82288bd9d9c5985d Author: Emmanuele Bassi Date: Mon Dec 15 23:13:30 2014 +0000 build: Use subdir-objects clutter/Makefile.am | 742 ++++++++++++++++++++++++++-------------------------- 1 file changed, 372 insertions(+), 370 deletions(-) commit 3113f4521bc95a2a2db608fdcdb31cd36a536162 Author: Emmanuele Bassi Date: Mon Dec 15 23:12:43 2014 +0000 Fix the version number This is a development cycle.