[clutter/clutter-1.14] Release Clutter 1.13.4



commit dcec39123b88adb8b3eee7c71062a00011cc2c2c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jan 16 22:46:01 2013 +0000

    Release Clutter 1.13.4

 NEWS         |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 41 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fa484a6..fdce22b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Clutter 1.13.4                                                       2013-01-16
+===============================================================================
+
+  â List of changes since Clutter 1.13.2
+
+    - Build fixes for the Windows backend.
+    Including fixes for building with Visual Studio.
+
+    - Fix for the fullscreen support of the ClutterStage on Windows.
+
+    - Documentation fixes.
+
+    - Use XFixes to show and hide the cursor on X11 backends.
+
+    - Allow setting Pango attributes on editable ClutterText actors.
+
+    - Translation updates
+    Russian, Bulgarian, Spanish, Greek, Galician, Slovenia, Polish.
+
+  â List of bugs fixed
+
+    #690735 - ClutterSwipeAction is broken
+    #691651 - Fix a typo in CLUTTER_STAGE_STATE document
+    #686477 - pango attributes in ClutterText cannot be set while editable
+    #690836 - clutter_stage_set_fullscreen on a win32 stage does not function
+              correctly
+    #690835 - mingw build from git master fails with "no previous declaration
+              for 'DllMain'"
+    #690833 - missing include file clutter-shader.h in clutter-backend-win32.c
+    #691114 - "(constructor)" tag for clutter_color_alloc() is missing
+    #690664 - x11: Ignore num lock / scroll lock for event state
+    #690497 - use XFixes for hiding the cursor
+
+Many thanks to:
+
+  Jasper St. Pierre, Wouter Paesen, Chun-wei Fan, Emmanuele Bassi, Kouhei
+  Sutou, Aleksej Kabanov, Alexander Shopov, Daniel Mustieles, Daniel Stone,
+  Dimitris Spingos, Fran DiÃguez, Matej UrbanÄiÄ, Nirbheek Chauhan, Piotr
+  DrÄg, Tomeu Vizoso.
+
 Clutter 1.13.2                                                       2012-12-18
 ===============================================================================
 
diff --git a/configure.ac b/configure.ac
index 6f9eed2..334cad5 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], [13])
-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]