ANNOUNCE: Clutter 1.14.4 (stable)



Good news, everyone!

A new Clutter release is now available at:

  http://download.gnome.org/sources/clutter/1.14/

SHA256 Checksum:

c996d91fff6fff24d9e23dcd545439ebc6b999fb1cf9ee44c28ca54c49c0ee1c
clutter-1.14.4.tar.xz

Additionally, a git clone of the source tree:
  git clone git://git.gnome.org/clutter

will include a signed 1.14.4 tag which points to a commit named:
  5f96faf259db61a4424f96ce944ae01493f6a4fd

which can be verified with:
  git verify-tag 1.14.4

and can be checked out with a command such as:
  git checkout -b build 1.14.4

Clutter is a library for creating compelling, dynamic and portable graphical
user interfaces. Clutter is released under the terms of the GNU Lesser
General Public License, version 2.1 or (at your option) later.

Clutter depends on:
  GLib ≥ 2.31.19
  JSON-GLib ≥ 0.12.0
  Cogl ≥ 1.14.0
  Cairo ≥ 1.10
  Pango ≥ 1.30
  Atk ≥ 2.5.3

Clutter also has platform-specific dependencies; for more information, see
the README file included in the release.

Documentation:
   Clutter: http://developer.gnome.org/clutter/stable/
  Cookbook: http://docs.clutter-project.org/docs//clutter-cookbook/1.0/

Release Notes:
  - This version is API and ABI compatible with the current stable
    release of Clutter.
  - Installing the contents of this release will overwrite the files
    from the installation of the current release of Clutter.
  - Bugs should be reported on the Clutter Bugzilla product, at:
    http://bugzilla.gnome.org/enter_bug.cgi?product=clutter


  • List of changes since Clutter 1.14.2

    - Fix GestureAction handling of multi-touch gestures

    - Add a paint callback for Stage updates
    This experimental API allows installing a notification function on
    ClutterStage that is called when the stage has finished drawing, but
    before the frame buffer is flushed. This function replaces the ::paint
    signal on the ClutterStage in a way that does not disable paint volume
    culling and optimizations.

    - Improve scaling behaviour in ZoomAction
    Instead of recomputing the scaling center, the action should use the
    pivot-point of the ClutterActor.

    - Documentation fixes

  • List of bugs fixed since Clutter 1.14.2

    #698668 - A few improvements to ClutterGestureAction
    #698671 - Refactor event handling code in ClutterGestureAction
    #698674 - Improve ClutterZoomAction behavior
    #698783 - Add a paint callback for ClutterStage

Many thanks to:

  Lionel Landwerlin


Have fun with Clutter!

ciao,
 Emmanuele.

--
W: http://www.emmanuelebassi.name
B: http://blogs.gnome.org/ebassi/


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