summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-07-22 19:13:00 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-07-22 19:13:00 +0100
commit23596a0ca600929f17669b171358342e8ea96c55 (patch)
tree915a6038fd32ff2f576738bd6241c337415b869d /NEWS
parentb834503b7954b6563e786f2eb0223c3af57c665d (diff)
downloadclutter-23596a0ca600929f17669b171358342e8ea96c55.tar.gz
Release Clutter 1.23.41.23.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 134d4c74f..656891555 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Clutter 1.23.4 2015-07-22
+===============================================================================
+
+ • List of changes since Clutter 1.23.2
+
+ - Add functions for binding a GListModel to a ClutterActor
+ The bind_model() and bind_model_with_propertis() methods on ClutterActor
+ allow binding objects inside a GListModel implementation to children or
+ an actor.
+
+ - Add event types for touchpad gestures
+ Currently, the libinput input backend is the only one that will generate
+ the touchpad events for swipe and pinch/zoom/rotate, but support for other
+ backends is planned in the future.
+
+ - Documentation fixes
+
+ • List of bugs fixed since Clutter 1.23.2
+
+ #752272 - _CLUTTER_DEPRECATED_MACRO_FOR is not defined when not compiling
+ with gcc
+ #752056 - Check for NULL pointer for pspec returned by
+ g_object_class_find_property, before dereferencing
+ #752104 - Automatic wayland detect support causes error when wayland is
+ not installed
+ #751472 - Don't create libinput properties
+
+Many thanks to:
+
+ Carlos Garnacho, Ting-Wei Lan, Kalev Lember, Nitin Sharma,
+ Pedro Albuquerque, Peter Hutterer, Stefan Sauer
+
Clutter 1.23.2 2015-06-18
===============================================================================