[ANNOUNCE] PyClutter 0.5.2



hi everyone;

PyClutter 0.5.2 is now available for download at:

  http://www.clutter-project.org/sources/pyclutter/0.5/

MD5 checksums:
  116d97ebcc33cda7cdfba016c494908c  pyclutter-0.5.2.tar.gz
  6ca7c65d83a4ae99e9d4b3941e8c2021  pyclutter-0.5.2.tar.bz2

this is a developers shapshot of the 0.5 cycle leading to the next 0.6
stable cycle.

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

PyClutter is a library providing Python bindings for Clutter.

PyClutter currently requires:

  * GLib 2.14.0 or higher
  * GTK+ 2.10.0 or higher
  * Clutter 0.5.6 or higher
  * PyGObject 2.12.1 or higher
  * Python 2.3.5 or higher

Optionally, PyClutter depends on:

  * clutter-gst 0.5.0 or higher
  * clutter-gtk 0.5.2 or higher
  * clutter-cairo 0.5.0 or higher

The official website is: http://www.clutter-project.org
The Clutter blog is at:  http://www.clutter-project.org/blog
To subscribe to the Clutter mailing list, send mail to: clutter+subscribe o-hand com 
The official mailing list archive is: http://lists.o-hand.com/clutter/

* Notes

   o this is unstable development release. While it has had a bit of
     testing, there are certainly plenty of bugs remaining to be found.
     this release should not be used in production.

   o Bugs should be reported to http://bugzilla.o-hand.com

* List of changes between 0.5.1 and 0.5.2

  o Require clutter-core >= 0.5.6
  o Resync with upstream changes
  o Add initial API reference [bug #758, Daniel Schierbeck]
  o Deprecated clutter.rectangle_new_with_color(): pass the
    "color" (optional) parameter to clutter.Rectangle() instead
  o Deprecated clutter.stage_get_default(): call clutter.Stage() instead
  o Let pyclutter pick up clutter.Script.connect_signals()
  o The parameters of clutter.Score.append() have been inverted with
    regards to the C API; the new signature is:

      clutter.Score.append(timeline, parent)

    Named parameters will still work.
  o Fix bug #748 - typo in clutter.Event.modifier_state

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, OpenedHand Ltd.
Unit R, Homesdale Business Centre
216-218 Homesdale Rd., Bromley - BR12QZ
http://www.o-hand.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]