More Clutter

good news, everyone!

after the 0.4.0 release, the second phase of this new stable cycle of Clutter is the release of the various integration libraries. there hasn't been much movement, but bugs have been fixed and these new releases work and require the 0.4.0 Clutter core release.

clutter-cairo
a reference counting issue has been fixed, so now the bindings can safely destroy the cairo context in order to update the content of the ClutterCairo texture. a simple convenience function for setting the source colour using a ClutterColor has also been added to the public API.
clutter-gst
A couple of leaks have been successfully plugged
clutter-gtk
The examples have been fixed

every add-on library has its own stable branch which you can check out:

  svn co http://svn.o-hand.com/repos/clutter/branches/clutter-cairo-0-4
  svn co http://svn.o-hand.com/repos/clutter/branches/clutter-gst-0-4
  svn co http://svn.o-hand.com/repos/clutter/branches/clutter-gtk-0-4

now that we have core and integration libraries out, expect the bindings to be released as well.