summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-07-04 18:31:02 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-07-04 22:14:06 +0100
commit79f21a9b50b4d2bd86fe604e3a400aa1d32904ab (patch)
tree26f85713a97fa2c6e575d7cffa515bc759e145b7
parent2fc8fa82f07fd6f927c58f02af8f8a5b545b57b8 (diff)
downloadclutter-79f21a9b50b4d2bd86fe604e3a400aa1d32904ab.tar.gz
Release Clutter 1.7.4 (snapshot)1.7.4
-rw-r--r--NEWS62
-rw-r--r--configure.ac2
2 files changed, 63 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a0a2a9f68..a91626d9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,65 @@
+Clutter 1.7.4 2011-07-04
+===============================================================================
+
+ • List of changes since Clutter 1.7.2
+
+ - Unify the GLX and EGL backends to be a single code base
+ The GLX and EGL backends shared most of their code, and with the split
+ out Cogl, we can unify the code base into a single backend. The API as
+ well as the ABI are preserved.
+
+ - Restore a wider range of Z values for actors
+ The computation for the near and far planes given the perspective
+ transformation used to set up the viewport was broken in 1.7.2, and
+ the distance from the focal point was greatly reduced. This has now
+ been fixed.
+
+ - Bump up the dependency of Cogl
+ New windowing system API in Cogl required bumping the minimum version
+ to the latest development snapshot, 1.7.2.
+
+ - Add ClutterDropAction
+ The ClutterDropAction is an action for allowing ClutterActors to react
+ when an actor being dragged through ClutterDragAction crosses, or is
+ dropped over, them.
+
+ - Add a performance test suite
+ This suite is an addition to our conformance and interactive test
+ suites; the infrastructure can be used by buildbots and report tools
+ to track performance regressions across various commits.
+
+ - Documentation and annotation fixes
+
+ - Build fixes
+
+ • List of bug fixes since Clutter 1.7.2
+
+ [bugzilla.gnome.org]
+
+ #650329 - ClutterModifierType: Port fix from GDK to clutter's GDK copy
+ #652566 - Clutter-CRITICAL **: _clutter_stage_get_window: assertion
+ `CLUTTER_IS_STAGE (stage)' failed
+ #651784 - transition=spin / transition=spin-text is broken in pinpoint
+ with Clutter master
+ #652842 - Add a Drop action
+ #653066 - ClutterDragAction does not support multiple pointers
+ #653307 - Change the signature of ClutterTexture::load-finished to give
+ a GError, instead of a gpointer
+ #653607 - Arrays not annotated as such for introspection bindings
+ #651079 - ClutterText "blinks" when deleting text after going out of
+ bounds
+ #650675 - clutter-media: mention the asynchronous behavior of
+ set_playing()
+
+ [buzgilla.clutter-project.org]
+
+ #2625 - The furthest visible z value is really low
+
+Many thanks to:
+
+ Robert Bragg, Neil Roberts, Peter Ward, Colin Walters, Daniel Mustieles,
+ Jasper St. Pierre, Samuel Degrande, Øyvind Kolås
+
Clutter 1.7.2 2011-06-13
===============================================================================
diff --git a/configure.ac b/configure.ac
index 402016a95..e66f4d27f 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], [7])
-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