[clutter/clutter-1.18] Release Clutter 1.17.4 (snapshot)



commit 7fe74f58cb5b7d837ea72fe9a8e72828a4d084ec
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Feb 19 13:24:22 2014 +0000

    Release Clutter 1.17.4 (snapshot)

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 37 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 52b3d94..b607a56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Clutter 1.17.4                                                       2014-02-19
+===============================================================================
+
+  • List of changes since Clutter 1.17.2
+
+    - Add per-gesture thresholds
+    It is possible to give horizontal and vertical thresholds to each
+    ClutterGestureAction instance; if unset, the default is to use the
+    dnd threshold from ClutterSettings.
+
+    - Allow negative factors in ClutterActor scale properties
+    The functions already accepted these values, but the properties did not.
+
+    - Depend on Cogl 1.17.3
+
+    - Translation updates
+    Spanish, Hebrew, Czech, Brazilian Portuguese, Traditional Chinese (Hong
+    Kong and Taiwan), Serbian, Galician, Indonesian, Italian, Aragonese,
+    Norwegian bokmål, Ukranian.
+
+  • List of bugs fixed since Clutter 1.17.2
+
+    #711540 - Fix bad logic in checks
+    #662818 - Fix documentation of 'hsla()' parsing
+    #710232 - Mention that ClutterTransition is abstract in the documentation
+    #706311 - Extend :scale-[xyz] factors in the negative range
+    #724242 - Add per-action thresholds
+
+Many thanks to:
+
+  Bastien Nocera, Daniel Mustieles, Kjartan Maraas, Milo Casagrande, Adel
+  Gadllah, Andika Triwidada, Chao-Hsiung Liao, Daniel Korostil, Fran Diéguez,
+  Jorge Pérez Pérez, Marek Černocký, Rafael Ferreira, Yosef Or Boczko,
+  Мирослав Николић
+
+
 Clutter 1.17.2                                                       2014-01-22
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 0750e92..d90b304 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], [17])
-m4_define([clutter_micro_version], [3])
+m4_define([clutter_micro_version], [4])
 
 # • 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]