From aad96558ae84084a537078ef1741d22218f190e4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 20 Sep 2013 11:06:03 +0100 Subject: [PATCH] Release Clutter 1.15.96 (snapshot) --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 99662aa13..b36881177 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Clutter 1.15.96 2013-09-20 +=============================================================================== + + • List of changes since Clutter 1.15.94 + + - Fix a crasher bug happening on X11 + Some events coming from the system would result in a segmentation fault. + + • List of bugs fixed since Clutter 1.15.94 + + #708439 - clutter-xi2: don't access the stage if we don't have one + Clutter 1.15.94 2013-09-19 =============================================================================== diff --git a/configure.ac b/configure.ac index efa5bce27..38f55d32b 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], [15]) -m4_define([clutter_micro_version], [95]) +m4_define([clutter_micro_version], [96]) # • 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