commit 639e8bedf98041fa58c0d666de6cc91cad857063 Author: Emmanuele Bassi Date: Tue Apr 5 18:36:39 2011 +0100 Release Clutter 1.6.14 (stable) NEWS | 18 ++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) commit 06db0bcf2e6b932a62b4e961a5c7f88ae172e59e Author: Neil Roberts Date: Tue Apr 5 17:30:29 2011 +0100 cogl-pipeline: Be careful not to take ownership of root layer In _cogl_pipeline_prune_empty_layer_difference if the layer's parent has no owner then it just takes ownership of it. However this could theoretically end up taking ownership of the root layer because according to the comment above in the same function that should never have an owner. This patch just adds an extra check to ensure that the unowned layer has a parent. http://bugzilla.clutter-project.org/show_bug.cgi?id=2588 clutter/cogl/cogl/cogl-pipeline.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 4212e808bd417a8237c5b043d9462823c7fe1402 Author: Robert Bragg Date: Tue Apr 5 17:01:24 2011 +0100 pipeline: reclaim ownership if reverting to layer ancestor In _cogl_pipeline_prune_empty_layer_difference if we are reverting to the immediate parent of an empty/redundant layer then it is not enough to simply add a reference to the pipeline's ->layer_differences list without also updating parent_layer->owner to point back to its new owner. This oversight was leading us to break the invariable that all layers referenced in layer_differences have an owner and was also causing us to break another invariable whereby after calling _cogl_pipeline_layer_pre_change_notify the returned layer must always be owned by the given 'required_owner'. http://bugzilla.clutter-project.org/show_bug.cgi?id=2588 clutter/cogl/cogl/cogl-pipeline.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 21a13ecd32c9510410508aba75a04eb3ed70e368 Author: Emmanuele Bassi Date: Mon Apr 4 22:34:10 2011 +0100 build: Generate the release announcement Update the release-message target to generate the full release announcement out of the standard blurb and the NEWS file. We use a pretty evil sed incantation, courtesy of Neil Roberts. build/autotools/Makefile.am.release | 46 +++++++++++++++++++++++++++++++++- 1 files changed, 44 insertions(+), 2 deletions(-) commit c1e4911069b01cfa9630ee4082f08854d4513ca9 Author: Emmanuele Bassi Date: Mon Apr 4 22:33:31 2011 +0100 build: Look for sed Use AC_PROG_SED to find sed in a portable way. configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 67761429e6552893edbe4182466de6441081c673 Author: Samuel Degrande Date: Fri Mar 25 12:49:44 2011 +0100 Removes the addition of the .exe extension to unit-test scripts, on win32. On win32, test scripts are created with a .exe extension. Under mingw, a .exe script is launched in 16 bit compatibility mode (through ntvdm), and so it just does not run. http://bugzilla.clutter-project.org/show_bug.cgi?id=2619 (cherry picked from commit 4594d1bafe835d1fa68e04564528a497d259d7dc) Signed-off-by: Emmanuele Bassi configure.ac | 1 + tests/conform/Makefile.am | 20 +++++++++++++------- tests/interactive/Makefile.am | 14 ++++++++++---- 3 files changed, 24 insertions(+), 11 deletions(-) commit 083d1ee73de48abeee3b9dff00d261da1fe9a8e3 Author: Emmanuele Bassi Date: Mon Apr 4 15:09:18 2011 +0100 build: Fix typo in Makefile.am.release build/autotools/Makefile.am.release | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cac2cf1d26f89f9964a855a6ae5e32745c890cc2 Author: Emmanuele Bassi Date: Mon Apr 4 15:08:01 2011 +0100 Post-release version bump to 1.6.13 configure.ac | 4 +- po/clutter-1.0.pot | 264 +++++++++++--- po/de.po | 273 +++++++++++--- po/fr.po | 282 ++++++++++++--- po/gl.po | 1037 ++++++++++++++++++++++++++-------------------------- po/id.po | 281 ++++++++++++--- po/it.po | 288 ++++++++++++--- po/nl.po | 1037 ++++++++++++++++++++++++++-------------------------- po/pa.po | 1037 ++++++++++++++++++++++++++-------------------------- po/pl.po | 1037 ++++++++++++++++++++++++++-------------------------- po/sv.po | 1037 ++++++++++++++++++++++++++-------------------------- po/te.po | 1037 ++++++++++++++++++++++++++-------------------------- po/uk.po | 1037 ++++++++++++++++++++++++++-------------------------- po/zh_CN.po | 278 ++++++++++++--- po/zh_TW.po | 1037 ++++++++++++++++++++++++++-------------------------- 15 files changed, 5461 insertions(+), 4505 deletions(-)