New Clutter release: 0.2.1

Good news everyone!

While development on the unstable branch continues, we at OpenedHand are still working on fixing bugs and backporting features to the stable 0.2 branch. This new release of the stable branch:

  • fixes a bug in the clutter_sine_func() alpha function that broke the ClutterBehaviourPath object;
  • fixes the compilation of Clutter with the --disable-debug configure switch (bug #215);
  • fixes the check for GL on some nVidia cards;
  • backports the new, faster fixed point math functions from the development branch;
  • backports the clutter_square_func() alpha function;

See the NEWS file and the ChangeLog for more details.

The 0.2.1 release is completely API and ABI compatible with the 0.2.0 release - as all the releases in the 0.2.x series will be.

As usual, you can download the Clutter tarball from:

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

And you can check out the stable branch from SVN using:

svn co http://svn.o-hand.com/repos/clutter/branches/clutter-0-2 clutter

Stay tuned for more news on the development of Clutter!