commit 78c716446072fb3db26300178728f2b5e96c5f03
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jun 19 09:02:16 2012 +0100

    Release Clutter 1.10.8 (stable)

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)

commit 813916cd96eafe22f528558698390f23f966c291
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jun 19 08:56:54 2012 +0100

    docs: Fix XInclude path for test-threads.c

 clutter/clutter-main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fb2ce6bd6da4de59b15354340b6d3303f7731374
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 14:13:36 2012 +0100

    text: Chain up in the ScriptableIface implementation
    
    We need ClutterActor's implementation to run as well.

 clutter/clutter-text.c |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 57513d21f1925311e3e9230b4bc78e09910dc1fa
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Tue Jun 12 15:41:39 2012 -0700

    introspection: assorted annotation fixes ported from Vala
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677778

 clutter/clutter-binding-pool.c |    3 ++-
 clutter/clutter-color.c        |    6 +++---
 clutter/clutter-main.c         |    4 ++--
 clutter/clutter-shader-types.c |   22 +++++++++++-----------
 clutter/clutter-stage.c        |    2 +-
 5 files changed, 19 insertions(+), 18 deletions(-)

commit cef9deae35a01173ac063993d816152204bc17b1
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 18 17:54:06 2012 +0100

    interval: Do not leak the result GValue
    
    The compute() method will cache the result, to avoid multiple
    allocations and copies; this means, though, that we need to unset the
    GValue when destroying the Interval.

 clutter/clutter-interval.c |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit abba3cc56d11f32c634462a08767a99e2c142d97
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Jun 12 08:25:05 2012 +0200

    tests: link test-conformance against libm
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677921

 tests/conform/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b1fa61a57267772e0a4e0686fe690a4f8429e237
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Thu Jun 14 11:17:05 2012 +0200

    tests: Make sure we return 0 only on error

 tests/conform/events-touch.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fdb967a9be8f4abdcc1fcae730e3b6112a7cd442
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Wed Jun 13 12:37:02 2012 +0200

    Stop casting ClutterTouchSequence* to ulong
    
    Use instead a hash table to link touch sequences to colors.

 tests/interactive/test-touch-events.c |   27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

commit 9e21c2126a0df502ee57308a455b794a39b3682b
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Fri Jun 8 10:02:50 2012 +0200

    tests: Cope with lack of ClutterPoint by defining a similar struct locally
    
    ClutterPoint was added in 1.12

 tests/conform/events-touch.c |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit af198b7f40dc3b075ae0290c5de51671bf11246f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Jun 7 12:23:49 2012 +0100

    conform/events-touch: Silently bail out if init failed
    
    This removes the need to conditionally run the test.

 tests/conform/events-touch.c      |   33 ++++++++++++++++++++++++---------
 tests/conform/test-conform-main.c |   11 ++---------
 2 files changed, 26 insertions(+), 18 deletions(-)

commit 0a012b7efdb93f98e1d37b1194f16ba308a7a7e7
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Thu Jun 7 11:08:49 2012 +0200

    tests: Add unit test for touch event handling
    
    For now, it just generates a simple horizontal slide (by writing
    to /dev/uinput) and checks that the stage gets the events at the
    expected coordinates.
    
    The test won't run if it doesn't have read/write permissions to
    /dev/uinput.
    
    It also adds OS_LINUX to config.h.

 configure.ac                        |    5 +
 tests/conform/Makefile.am           |    5 +
 tests/conform/events-touch.c        |  379 +++++++++++++++++++++++++++++++++++
 tests/conform/test-conform-common.c |    2 +
 tests/conform/test-conform-main.c   |    9 +
 5 files changed, 400 insertions(+)

commit f4778887829a83ba1450eaec59d82d3e2c452304
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Mon Jun 4 13:15:43 2012 +0200

    tests: Add interactive test for touch events
    
    Conflicts:
    	tests/interactive/Makefile.am

 tests/interactive/Makefile.am         |    3 +-
 tests/interactive/test-touch-events.c |  161 +++++++++++++++++++++++++++++++++
 2 files changed, 163 insertions(+), 1 deletion(-)

commit 6ded96b3971ede454ff4ca7d22208d947028a6ad
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Mon Jun 4 13:15:13 2012 +0200

    events: Deliver touch events to actors

 clutter/clutter-main.c |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit cd76ab7c2a74263774dc23779a8e9dcd5a656879
Author: RÅ«dolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Tue Jun 5 17:50:00 2012 +0300

    Updated Latvian translation

 po/lv.po | 1883 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 1115 insertions(+), 768 deletions(-)

commit 457ded16031aa584e22e72d2bb543f56fca3e296
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon May 28 16:56:17 2012 +0100

    Post-release version bump to 1.10.7

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)