ANNOUNCE: Clutter 1.11.6 (snapshot)



Good news, everyone!

A new Clutter snapshot is now available at:

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

SHA256 Checksum:

6b2cf49e71b5d0e46493ed51e4d19dd5b66d1aec56dff91775acbc30c241b4db
clutter-1.11.6.tar.xz

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

will include a signed 1.11.6 tag which points to a commit named:
  0ab74e52da5122e231a504005417c70376a958e0

which can be verified with:
  git verify-tag 1.11.6

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

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.9.6
  Cairo ≥ 1.10
  Pango ≥ 1.30
  Atk ≥ 2.1.5

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

Documentation:
   Clutter: http://docs.clutter-project.org/docs//clutter/1.11/
     Cally: http://docs.clutter-project.org/docs//cally/1.11/
  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.11.4

    - Accessibility fixes
    Clean up key listeners; implement AtkText missing methods for getting text
    before and after a given offset.

    - Ensure that ClutterBinLayout honours the fixed positioning

    - Improvements in GridLayout

    - Improve debugging messages
    We now print out the name, type, and pointer address of each actor when
    emitting debugging messages; also, all messages within one second are
    grouped together and show the delta instead of a full timestamp, to
    improve readability.

    - Add ClutterActor:content-repeat
    The content-repeat property can be used by a ClutterContent implementation
    to control the repeating of the content's data or pattern. ClutterImage
    and ClutterCanvas honour this property.

    - Explicit animation API improvements
    ClutterTransition will now ask the ClutterAnimatable associated to it
    for its initial or final state, in case either is missing; also, the
    - Switch to lcov for test coverage

    - Remove an extra reference on ClutterStage
    The reference added during dispose introduced a leak in case a stage was
    destroyed.

    - Improve touch event support
    New API to install a grab on a specific event sequence of an input device;
    ClutterText now responds to touch events; ClutterDragAction and
    ClutterDropAction also use touch events as well as pointer events. The
    conformance and interactive test suites now have units for checking touch
    event handling.

  • List of bugs fixed since Clutter 1.11.4

    #677659 - add user_data parameter to ClutterBindingActionFunc
    #677778 - Assorted introspection fixes from Vala
    #677921 - tests: link test-conformance against libm
    #675183 - Duplicate accessible key events
    #678391 - tests: no return in non-void function
    #678423 - 1.10.8 needs fix on osx ... clutter_x11_enable_xinput not
              available
    #678439 - crash in event translation
    #678264 - actor: Make margin properties animatable
    #677221 - Orca does not present run dialog text
    #678047 - Add touch events vfunc on ClutterActor
    #678049 - Add touch events support to Drag & Drop actions
    #678279 - Add grab API on touch sequences
    #678278 - Add touch events support to ClutterText

Many thanks to:

  Alejandro Piñeiro, Alexander Larsson, Lionel Landwerlin, Bastian Winkler,
  Tomeu Vizoso, Evan Nemerson, Andy Wingo, Daniel Mustieles, Danielle Madeley,
  Dimitris Spingos, Fran Diéguez, Frédéric Péters, Ihar Hrachyshka,
  Jasper St. Pierre, Matthias Clasen, Sasi Bhushan Boddepalli, Tom Tryfonidis


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]