Clutter 1.7.90 (release candidate)

Good news, everyone!

A new Clutter snapshot is now available at:

http://source.clutter-project.org/sources/clutter/1.7/
http://download.gnome.org/sources/clutter/1.7/

SHA256 Checksum:

36b98d400ce9397e66e7b4f6f424a7185dadba0350651ae20964f494ec40b190 clutter-1.7.90.tar.xz

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.

Release Notes

  • This version of Clutter is the first release candidate for the 1.8 release.
  • The API added during the 1.7 development cycle should be considered frozen.
  • 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.7.14

Make sure that setting :use-markup does not depend on the order
Setting the :use-markup property should yield the same results regardless of whether the :text property is also set before or after. This applies to ClutterText defined using ClutterScript as well.
Protect against multiple unrealize call on ClutterStage
This should fix a segmentation fault in clutter-gtk when unrealize() is called multiple times on an already unrealized stage.
Fortify ATK event listener
Make sure that we subscribe only to the events we want to, and avoid warnings caused by AT-SPI, as well as a leak.
Documentation fixes
Translation updates
Indonesian, British English, Brazilian Portuguese, Oriya, Polish, Latvian, Hindi, Danish, Chinese (Simplified), Lithuanian, Turkish, Russian, Spanish, Asturian.

List of bug fixes since Clutter 1.7.14

[bugzilla.gnome.org]

  • #651940 - "use-markup" is ignored when set after "text"
  • #658721 - cally: Fix up event listener registration minimally

[buzgilla.clutter-project.org]

  • #2629 - ClutterText thinks priv->text can be NULL, but it can't

Many thanks to

Muhammet Kara, Andika Triwidada, Manoj Kumar Giri, Piotr Drąg, Aurimas Černius, Bruce Cowan, Edvaldo de Souza Cruz, Jorge González, Kenneth Nielsen, Matthias Clasen, Neil Roberts, Og B. Maciel, Rajesh Ranjan, Ray Wang, Rudolfs Mazurs, Xandru Armesto, Yuri Myasoedov

Have fun with Clutter!