ANNOUNCE: Clutter 1.13.2 (snapshot)



Good news, everyone!

A new Clutter git is now available at:

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

SHA256 Checksum:

bea0f262ab36a79973122a468d81400ea0eaa7b882fd773fbf2394a7fab9c5f0
clutter-1.13.2.tar.xz

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

will include a signed 1.13.2 tag which points to a commit named:
  790ecbaf94ad8a68864d94ba9f4dce2531a412fe

which can be verified with:
  git verify-tag 1.13.2

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

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

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
    http://bugzilla.gnome.org/enter_bug.cgi?product=clutter


  • List of changes since Clutter 1.12

    - Add ClutterTapAction, a gesture recogniser for single touch taps.

    - Add ClutterSwipeAction::swipe
    This new signal has a boolean return value, and brings the SwipeAction in
    line with the rest of the GestureAction sub-classes. The ::swept signal
    has also been deprecated.

    - Enable XInput 2.x support by default
    Instead of using Xlib core events. The clutter_x11_enable_xinput() function
    now does not do anything; it's possible to disable XInput support by using
    the CLUTTER_DISABLE_XINPUT environment variable.

    - Documentation fixes

  • List of bugs fixed since 1.12

    #679439 - Single-threaded clutter programs fail on platforms which don't
              permit unlocking an already unlocked mutex
    #685589 - Off-stage touch events are not delivered
    #685554 - Assertion failure when trying to cancel an already started gesture
    #685028 - Let users and subclasses set a custom threshold on GestureAction
    #685221 - Points get stuck in th tracking array when returning FALSE from
              ::gesture-progress
    #683948 - Add TapAction as subclass of GestureAction to deprecate
              ClickAction
    #685737 - Export the last event for each touch point on GestureAction
    #686776 - Shouldn't annotate constructor of GInitiallyUnowned subclasses
    #689073 - Fix clutter_actor_allocate_align_fill() with actors exactly
              between 2 pixels
    #685186 - tests: Print touch sequences in test-events
    #689258 - xi2: Reset the correct scroll axes on DeviceChanged
    #689061 - Some fixes and API additions for ClutterPanAction
    #689316 - Strange issues with margins
    #689399 - text: Prevent a relayout if font descriptions or attrs are equal
    #689496 - Fixes for Coverity
    #690214 - clutter_actor_apply_transform() fails to rollback the pivot
              translation if an explicit transform has been set
    #673838 - Enable XInput support by default
    #686692 - Clutter 1.12.2 compilation fails in evdev backend
    #685982 - ClutterActor::transitions-completed isn't called for implicit
              transitions
    #688457 - clutter_get_current_event() returns NULL on TOUCH_BEGIN
    #689392 - swipe-action: Introduce new ::swipe signal

Many thanks to:

  Emanuele Aina, Jasper St. Pierre, Emmanuele Bassi, Daniel Stone, Chun-wei
  Fan, Rob Bradford, Tomeu Vizoso, Wolfgang Stöggl, Alejandro Piñeiro,
  Christian Kirbach, Guillaume Desmottes, Lionel Landwerlin, Marek Černocký,
  Milo Casagrande, Nishio Futoshi, OKANO Takayoshi, Piotr Drąg, Rūdolfs Mazurs,
  Tristan Van Berkom.


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]