[clutter/clutter-1.14] Release Clutter 1.14.6 (stable)



commit 0ea06529b2f90825cef57b2e6261beb630012dfa
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Nov 20 23:52:22 2013 +0000

    Release Clutter 1.14.6 (stable)

 NEWS         |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 50 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f07b3e3..46c59ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+Clutter 1.14.6                                                       2013-11-20
+===============================================================================
+
+  • List of changes since Clutter 1.14.4
+
+    - Tons of cherry picking from the 1.16 stable branch
+
+    - Limit the size of offscreen effect buffers
+    Avoid creating huge buffers, when the size of the stage will do. This
+    prevents hitting the texture size limit and wasting memory.
+
+    - Avoid reference leaks when rearranging the children of an actor
+    A reference was leaked when changing the layout and paint ordering.
+
+    - Layout managers fixes
+    BoxLayout, BinLayout, and TableLayout have had minor adjustments to
+    improve the correctness of their layout policy, especially when used
+    by actors that already apply internal padding, as well as supporting
+    the actor expansion and alignment flags.
+
+  • List of bugs fixed since Clutter 1.14.4
+
+    #699675
+    #692706
+    #701974
+    #696813
+    #700980
+    #702016
+    #702610
+    #708922
+    #709762
+    #709434
+    #708850
+    #707033
+    #705779
+    #707774
+    #707808
+    #706450
+    #703809
+    #705739
+    #703882
+
+Many thanks to:
+
+  Florian Müllner, Lionel Landwerlin, Balázs Úr, Craig R. Hughes, Jasper St.
+  Pierre, Adel Gadllah, Bastien Nocera, Cosimo Cecchi, Ján Kyselica, Matthias
+  Clasen, Samuel Degrande, Sjoerd Simons
+
 Clutter 1.14.4                                                       2013-05-15
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 355c95b..ebad538 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], [14])
-m4_define([clutter_micro_version], [5])
+m4_define([clutter_micro_version], [6])
 
 # • 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], [5])
 #   ...
 #
 # • for development releases: keep clutter_interface_age to 0
-m4_define([clutter_interface_age], [1])
+m4_define([clutter_interface_age], [2])
 
 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]