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

ANNOUNCE: Clutter 1.18.2 (stable)

Recommended Posts

Good news, everyone!

 

A new Clutter release is now available at:

 

http://download.gnome.org/sources/clutter/1.18/

 

SHA256 Checksum:

 

f9fe12e6148426063c90e67dfaeb56013bf1aea224ef502223d13eab6c1add63

clutter-1.18.2.tar.xz

 

Additionally, a git clone of the source tree:

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

 

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

9cb351f39396e5b27c716a20824fce31e5e1244a

 

which can be verified with:

git verify-tag 1.18.2

 

and can be checked out with a command such as:

git checkout -b build 1.18.2

 

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.37.3

JSON-GLib ≥ 0.12.0

Cogl ≥ 1.17.5

Cairo ≥ 1.12.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: http://developer.gnome.org/clutter/stable/

Cookbook: http://docs.clutter-project.org/docs//clutter-cookbook/1.0/

 

Release Notes:

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

release of Clutter.

- Installing the contents of this release will overwrite the files

from the installation of the current release of Clutter.

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

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

 

 

• List of changes since Clutter 1.18.0

 

- Fix the list of dependencies

Clutter 1.18 depends on Cogl 1.17.5 when building the EGL/KMS backend.

 

- Fixes for the Visual Studio build files

Use the new symbol visibility annotations when building with MSVC.

 

- Fix event handling on Windows

An optimization led to a crash on the Windows backend when delivering

events without an associated ClutterStage.

 

- Ensure that set_child_above/below work on the Stage

ClutterStage should respect the paint order when using the Actor API.

 

- Skip conformance test suite on X11 when DISPLAY is unset

Instead of bailing out when initializing the test suite we should just

tell the test suite API to skip the units. This allows the TAP driver

to catch the skipped tests and avoid warnings.

 

- Translation updates

Danish, French, Indonesian, Greek.

 

• List of bugs fixed since Clutter 1.18.0

 

#728177 - Cannot collect coverage with lcov 1.10

#727020 - wayland: Add missing CLUTTER_AVAILABLE annotations

#711645 - clutter_actor_set_child_above_sibling() not working in

ClutterStage

#726762 - Fix Import of Clutter Version Constants

#726703 - build error: undefined reference to

`cogl_kms_renderer_set_kms_fd'

 

Many thanks to:

 

Chun-wei Fan, Adel Gadllah, Andika Triwidada, Ask H. Larsen, David Warman,

Emilio Pozuelo Monfort, Vadim Rutkovsky, maria thukididu, teuf.

 

 

Have fun with Clutter!

 

--

W: http://www.emmanuelebassi.name

B: http://blogs.gnome.org/ebassi/

_______________________________________________

 

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  

×