summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-08-16 13:23:43 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-08-16 13:23:43 +0100
commite75e6e0c97f2f9878dc348775cfe75651872e927 (patch)
tree1cc27cece6f56c7d036423d1b45c265d967f5172
parentfd6d6a93f1550f6c423d1dfc2d228ae7b1c87707 (diff)
downloadclutter-e75e6e0c97f2f9878dc348775cfe75651872e927.tar.gz
Release Clutter 1.3.12 (developers snapshot)1.3.12
-rw-r--r--NEWS40
-rw-r--r--configure.ac2
2 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1c4f7ab72..4cf95ac4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Clutter 1.3.12 (16/08/2010)
+===============================================================================
+
+ • List of changes since Clutter 1.3.10
+
+ » New recipes in the Cookbook:
+ - create and animate sub-textures
+ - layout managers
+ - scroll events
+
+ » Set the ClutterTexture:filename property to also be readable.
+
+ » Avoid layout cycles when creating ClutterLayoutMeta objects
+ during the ::allocate implementation
+
+ » Add a ClutterTableLayout, a layout manager for tabular layouts.
+
+ » Capture ENTER and LEAVE events on the stage within the DragAction.
+
+ » Plug memory leaks.
+
+ » Use g_object_notify_by_pspec(), if available, to speed up the
+ emission of the ::notify signal on property changes.
+
+ » Re-use the Cogl texture atlas for the CoglPango glyphs cache,
+ and improve the performance with large font sizes.
+
+ » Various fixes in the Materials comparison and inheritance.
+
+ » Add the ability to associate a user program to a material.
+
+Many thanks to:
+
+ Neil Roberts
+ Elliot Smith
+ Robert Bragg
+ Damien Lespiau
+ José Dapena Paz
+ Owen W. Taylor
+
Clutter 1.3.10 (04/08/2010)
===============================================================================
diff --git a/configure.ac b/configure.ac
index b352e75c1..8e0c4ae44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
# - increase clutter_interface_version to the next odd number
m4_define([clutter_major_version], [1])
m4_define([clutter_minor_version], [3])
-m4_define([clutter_micro_version], [11])
+m4_define([clutter_micro_version], [12])
m4_define([clutter_release_status],
[m4_if(m4_eval(clutter_micro_version % 2), [1], [git],