[clutter/clutter-1.16] Release Clutter 1.16.0



commit eae876c44e793a1000bc89f900db11e400197055
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Sep 24 00:45:33 2013 +0100

    Release Clutter 1.16.0

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b368811..5c8242c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Clutter 1.16.0                                                       2013-09-23
+===============================================================================
+
+  • List of changes since Clutter 1.15.96
+
+    - Fix a division by zero in the X11 backend
+
+    - Translation updates
+    Portuguese, Danish
+
+  • List of bugs fixed since Clutter 1.15.96
+
+    #707033 - Hidden division by zero in examples/basic-actor.c
+
+Many thanks to:
+
+  Duarte Loreto, Kenneth Nielsen.
+
 Clutter 1.15.96                                                      2013-09-20
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index a793b8d..a85ab91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@
 # - increase clutter_micro_version to the next odd number
 # - 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], [97])
+m4_define([clutter_minor_version], [16])
+m4_define([clutter_micro_version], [0])
 
 # • 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]