From d80fef4c71bb9e1a76420360d85d50fb62ed7d3b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 15 Aug 2011 23:50:03 +0100 Subject: [PATCH] Release Clutter 1.7.10 (snapshot) --- NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c5bf08f88..ff5ac0277 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +Clutter 1.7.10 2011-08-15 +=============================================================================== + + • List of changes since Clutter 1.7.8 + + - Do not update the last paint volume when picking + Last minute fix for an issue that was most prominently manifesting itself + when using GNOME Shell with Clutter 1.7; this should resolve the issue + that dragging icons from the dash left around some stale pixels. + + - Fix building the tests + The performance and micro-benchmark tests did not pick up changes in + local dependencies, e.g. under a JHBuild root. + + • List of bugs fixed since Clutter 1.7.8 + + [bugzilla.gnome.org] + + #656588 - Outdated FSF Address in code files + +Many thanks to: + + Alejandro Piñeiro, Robert Bragg + Clutter 1.7.8 2011-08-15 =============================================================================== diff --git a/configure.ac b/configure.ac index afd8220ae..5e5680baa 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], [9]) +m4_define([clutter_micro_version], [10]) # • 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