Jump to content
Compatible Support Forums
Sign in to follow this  
news

ANNOUNCE: Clutter 1.23.4 (snapshot)

Recommended Posts

Good news, everyone!

 

A new Clutter snapshot is now available at:

 

https://download.gnome.org/sources/clutter/1.23/

 

SHA256 Checksum:

 

1dbc29871239e72fb9f0a152f573a26e609a68069e0679785c2277267f424ec1

clutter-1.23.4.tar.xz

 

Additionally, a git clone of the source tree:

git clone git://git.gnome.org/clutter

 

will include a signed 1.23.4 tag which points to a commit named:

23596a0ca600929f17669b171358342e8ea96c55

 

which can be verified with:

git verify-tag 1.23.4

 

and can be checked out with a command such as:

git checkout -b build 1.23.4

 

Clutter is a library for creating compelling, dynamic, and portable graphical

user interfaces. Clutter is released under the terms of the GNU Lesser

General Public License, version 2.1 or (at your option) later.

 

Clutter depends on:

GLib ≥ 2.44.0

JSON-GLib ≥ 0.12.0

Cogl ≥ 1.20.0

Cairo ≥ 1.14.0

Pango ≥ 1.30

Atk ≥ 2.5.3

 

Clutter also has platform-specific dependencies; for more information, see

the README file included in the release.

 

Documentation:

Clutter: https://developer.gnome.org/clutter/unstable/

Cookbook: https://developer.gnome.org/clutter-cookbook/1.23/

 

Release Notes:

- This is an unstable snapshot of Clutter; there are no compatibility

guarantees for API added during a development cycle.

- This version is API and ABI compatible with the previous stable

release of Clutter.

- Installing the contents of this release will overwrite the files

from the installation of the previous release of Clutter.

- Bugs should be reported on the Clutter Bugzilla product, at:

https://bugzilla.gnome.org/enter_bug.cgi?product=clutter

 

 

• 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

 

 

Have fun with Clutter!

 

--

https://www.bassi.io

[ ( -at -) ] ebassi [ ( -at -) gmail.com]

_______________________________________________

 

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×