Comment 1 for bug 144673

Revision history for this message
Bob Spencer (bob-spencer) wrote :

diffstat.txt attached (from diff -ruN <package>-{old-version,new-version} | diffstat > diffstat.txt )
changelog.diff attached (from diff -u <package>-{old-version,new-version}/ChangeLog > changelog.diff )
NEWS attached (from latest)

Changes Overview
Overview of changes between 0.4.1 and 0.4.2
===========================================

* Add constructor for clutter.ActorBox, clutter.Margin and clutter.Padding
* Lazily initialise clutter when loading the module
* Fix the constructor of clutter.BehaviourDepth
* Do not export the event copy and free functions
* Pass the command line arguments to Clutter
* Add more checks to the alpha functions wrappers
* Fix bug #507 - Initialize color components [Giuliani Vito Ivan]
* Fix bug #506 - Require the correct arguments to be passed to
  the behaviour ctors to avoid a segfault [Giuliani Vito Ivan]

Overview of changes between 0.4.0 and 0.4.1
===========================================

* Add clutter.threads API
* Allow constructing the boxed types we wrap
* Allow using a 4-tuple in clutter.Actor.set_geometry()

Overview of changes between 0.3.0 and 0.4.0
===========================================

* Resync with upstream
* Allow creating clutter.Layout, clutter.Container and subclassing
  every generic class in pure Python
* Contain bindings for clutter-gst, clutter-gtk and clutter-cairo

Overview of changes between 0.1.0 and 0.2.0
===========================================

* Resync with upstream
  o add clutter.Behaviour API
  o allow implementing a clutter.Behaviour in pure python
  o add clutter.Alpha API
  o allow implementing the clutter.Media interface in pure python
* Clean up the build environment
  o split overridden functions per object/function
  o add clutter.gtk and clutter.gst sub-modules
  o add some public API for bindings of clutter-based libraries