ANNOUNCE: Clutter 1.13.10 (snapshot)



Good news, everyone!

A new Clutter snapshot is now available at:

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

SHA256 Checksum:

64a5da9869af2ee76129e2abb3aa01cde38adbb73691d1aaa69ee98fb479d9c2
clutter-1.13.10.tar.xz

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

will include a signed 1.13.10 tag which points to a commit named:
  9c1c3bf3528b1d2b7ba80e5b6ca1f201755674cf

which can be verified with:
  git verify-tag 1.13.10

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

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.8

    - Fix a typo in the ClutterTimeline::stopped signal declaration
    The "stopped" signal was using the ClutterTimelineClass.completed virtual
    function pointer slot, instead of the correct .stopped one, thus making
    subclasses of ClutterTimeline unable to override the default handler for
    the signal.

    - Use the XKB groups state when computing key modifiers on X11
    This allows getting the correct key symbol for high order groups.

    - Fixes for the Visual Studio build

    - Documentation and introspection fixes

    - Add a function to disable accessibility
    This allows using Clutter with an embedding toolkit that is also using
    ATK, like GTK+, without confusing the accessibility infrastructure.

    - Performance improvements
    ClutterActor now tries to minimize the amount of redraws queued on
    unmapped actors, unless the actors have Clones, or are part of a cloned
    branch of the scene graph.

    - Translation updates
    Uyghur, Belarusian, Catalan, Indonesian, Assamese, Portuguese, Danish,
    Catalan.

  • List of bugs fixed since Clutter 1.13.8

    #695158 - Animated property transitions cause the animated actor to be
              leaked
    #695260 - x11/xi2: Factor the XKB group state in to fill events'
              modifier_state
    #695188 - event: Use gunichar when dealing with unicode characters
    #691468 - No accessible key events
    #695838 - clutter: Prefer the X11 backend to the Wayland one
    #695870 - commit "actor: Skip transitions on invisible actors" breaks
              working code - reproducer included
    #695982 - Fix transition-z property setting

Many thanks to:

  Chun-wei Fan, Alejandro Piñeiro, Andika Triwidada, Ask H. Larsen, Bastien
  Nocera, Carles Ferrando, Duarte Loreto, Gheyret Kenji, Gil Forcada, Ihar
  Hrachyshka, Jasper St. Pierre, Lionel Landwerlin, Nilamdyuti Goswami, Rui
  Matos


Have fun with Clutter!

--
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]