[clutter/clutter-1.6] Release Clutter 1.6.18 (release)



commit df7ed38ee55e6e0063d41218607d6b193a21b34c
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Sep 14 10:04:36 2011 +0100

    Release Clutter 1.6.18 (release)

 NEWS         |   44 ++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 46 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 85a34f6..fed0758 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+Clutter 1.6.18                                                       2011-09-14
+===============================================================================
+
+  â List of changes since Clutter 1.6.16
+
+    - Fix the handling of the right edge in ClutterSnapConstraint.
+
+    - Plug leaks in CoglMaterial.
+
+    - Compilation fixes for the Sun C Compiler.
+
+    - Documentation fixes.
+
+    - Handle the destruction of actors correctly when using ClutterAnimation;
+      this fix allows to destroy an actor inside the ::completed signal
+      handler without idle sources or similar contortions.
+
+    - Fix the default value of ClutterText:editable in the property definition
+      and documentation.
+
+  â List of bugs fixed since Clutter 1.6.16
+
+    [bugzilla.gnome.org]
+
+    #652129 - Use "const" instead G_CONST_RETURN
+    #654024 - snap-constraint: Fix allocation for CLUTTER_SNAP_EDGE_RIGHT
+    #654718 - clutter 1.6.16 compile issues
+    #654726 - text: Fix the default value of "editable"
+    #654066 - ClutterTimeline new-frame signal not working correctly on some
+              platforms
+    #651717 - Enable evdev devices by default
+    #652034 - Crash in clutter_stage_queue_actor_redraw at clutter-stage.c
+              line 3311
+
+    [bugzilla.clutter-project.org]
+
+    #2621 - Clutter segfaults if you queue a redraw of an unmapped actor
+            inside the notify::mapped callback
+
+Many thanks to:
+
+  Javier JardÃn, Damien Lespiau, Neil Roberts, Bastian Winkler,
+  Chris Lord, Lionel Landwerlin, Robert Bragg
+
 Clutter 1.6.16                                                       2011-06-14
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 7020f80..e7eca6d 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], [6])
-m4_define([clutter_micro_version], [17])
+m4_define([clutter_micro_version], [18])
 
 # â 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
@@ -31,7 +31,7 @@ m4_define([clutter_micro_version], [17])
 #   ...
 #
 # â for development releases: keep clutter_interface_age to 0
-m4_define([clutter_interface_age], [17])
+m4_define([clutter_interface_age], [18])
 
 m4_define([clutter_binary_age], [m4_eval(100 * clutter_minor_version + clutter_micro_version)])
 



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