ANNOUNCE: Clutter 1.13.8 (snapshot)



Good news, everyone!

A new Clutter snapshot is now available at:

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

SHA256 Checksum:

3a16f459c69468fe4a6ad7a53ef994af1d828b5c714839042c85439a494fbfc2
clutter-1.13.8.tar.xz

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

will include a signed 1.13.8 tag which points to a commit named:
  8de3e42a10b30b659e2a2ce4a9366d28411e14e2

which can be verified with:
  git verify-tag 1.13.8

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

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.13.4
  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/unstable/
  Cookbook: http://docs.clutter-project.org/docs//clutter-cookbook/1.0/

Release Notes:
  - This is an unstable snapshot of Clutter; there are no compatibility
    guarantees for API added during a development cycle.
  - 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.13.6

    - Use ClutterActor:child-transform with ClutterScrollActor
    The ScrollActor class now uses the :child-transform property to translate
    its children when scrolling. This simplifies the code, and makes it more
    robust with regards to clipped redraws.

    - Add progress-based marker API to ClutterTimeline
    Allow adding a marker to a Timeline instance using the normalized progress
    value between the beginning and the end of the timeline's duration.

    - Allow building Wayland compositor and client support together
    Instead of having to require two separate builds.

    - Documentation fixes

    - Translations update
    Czech, Traditional Chinese (Hong Kong and Taiwan), German.

  • List of bugs fixed since Clutter 1.13.6

    #695158 - Animated property transitions cause the animated actor to be
              leaked
    #695119 - text: Fix PangoFontDescription leak
    #694267 - The search entry no longer reacts to layout switches
    #692851 - wayland backend & compositor support can't be built together
    #694319 - Add progress-based marker API to ClutterTimeline
    #686225 - ClutterScrollActor scrolls itself instead of just its contents

Many thanks to:

  Daniel Stone, Chao-Hsiung Liao, Marek Černocký, Mario Blättermann, Rui Matos.


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]