Clutter 1.2.2 - stable release

Clutter 1.2.2 is now available for download at:

http://www.clutter-project.org/sources/clutter/1.2/

MD5 Checksums:

101cd6a03e4061b51ad6df6f6f7022bf clutter-1.2.2.tar.bz2
cb9008d29b822e015667ece74917fb67 clutter-1.2.2.tar.gz

SHA1 Checksums:

f3fc68c7f22ffb25449aa0b36ce16d0f4cb79ac0 clutter-1.2.2.tar.bz2
7b85124290860d66e5624df663e141c4cc8010b8 clutter-1.2.2.tar.gz

This is the second stable release of the 1.2 cycle; this version is API and ABI compatible with the previous stable release of Clutter.

Clutter is an open source software library for creating fast, visually rich, portable and animated graphical user interfaces. Clutter is licensed under the terms of the GNU Lesser General Public License version 2.1.

Requirements

Clutter currently requires:

  • GLib >= 2.16.0
  • Cairo >= 1.6
  • Pango >= 1.20
  • OpenGL >= 1.3 or 1.2 + multitexturing, OpenGL|ES 1.1 or OpenGL|ES 2.0
  • GLX, SDL, WGL, Quartz or an EGL Implementation

Depending on the platform and the configuration options Clutter also depends on:

  • GDK-Pixbuf >= 2.0
  • JSON-GLib >= 0.8
  • GObject-Introspection >= 0.6.4
  • UProf >= 0.2

Notes

  • This is the second stable release of the 1.2 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 current stable release of Clutter
  • Bugs should be reported here

What's new in Clutter 1.2.2

Since 1.2.0

  • Fix introspection annotations for ClutterBox
  • Compilation fixes for the EGL native backend
  • Fix ClutterX11TexturePixmap::queue-damage-redraw default handler registration to avoid a run-time warning
  • Handle GL_TEXTURE_RECTANGLE_ARB in the 2D sliced textures, and add a test case for that extension to avoid regressions
  • Improve the strictness of the JSON parser in the internal copy of JSON-GLib to which we fall back in the absence of the system one
  • Fix a crasher on NVidia drivers when enabling the ARGB visuals by default on GLX

Many thanks to:

José Dapena Paz
Neil Roberts
Owen W. Taylor
Øyvind Kolås

Have fun with Clutter!