Jump to content
Compatible Support Forums
Sign in to follow this  
news

ANNOUNCE: Clutter 1.11.16 (snapshot)

Recommended Posts

Good news, everyone!

 

A new Clutter snapshot is now available at:

 

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

 

SHA256 Checksum:

 

8f50dfa0b1db93d2193dced4640589cbfe1dfed4b06d4463420c7909cef39f93

clutter-1.11.16.tar.xz

 

Additionally, a git clone of the source tree:

git clone git://git.gnome.org/clutter

 

will include a signed 1.11.16 tag which points to a commit named:

ec96435f2f3ba36a98cfe60a217b1651b4d2ee63

 

which can be verified with:

git verify-tag 1.11.16

 

and can be checked out with a command such as:

git checkout -b build 1.11.16

 

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

 

- Fixes for gesture-based actions

Ensure that the ClutterPanAction::pan-stopped signal is emitted before

the ClutterGestureAction::gesture-begin signal, in case a new gesture

starts; this requires adding a new state to ClutterGestureAction, the

gesture-prepare state.

 

- Ensure modified Enter keys do not end up in the Text buffer

For single-line ClutterText actors.

 

- Add touch event support to ClutterClickAction

 

- Updated translations

British English, Indonesian, Traditional Chinese (Hong Kong and Taiwan),

French, Serbian, Russian, German, Slovenian, Brazilian Portuguese, Greek,

Portuguese, Belarusian, Assamese, Danish.

 

• List of bugs fixed since Clutter 1.11.14

 

#683301 - stage: Normalize key focus setting

#683430 - CLUTTER_GESTURE_ACTION_GET_CLASS() calls

G_TYPE_INSTANCE_GET_PRIVATE() instead of

G_TYPE_INSTANCE_GET_CLASS()

#683431 - PanAction::pan-stopped sometimes is emitted before

::gesture-begin

#683471 - All gestures get cancelled after missing a button release event

#682161 - ClutterImage overflows beyond its actor's allocation

#623344 - Search incorrectly handles input

#683869 - test-events does not track touch events

#683870 - test-events only reports up/down scrolls

#683936 - ClickAction doesn't support touch events

#683937 - Wrong format identifiers in debug messages in

clutter_stage_allocate()

 

Many thanks to:

 

Emanuele Aina, Emmanuele Bassi, Alexandre Franke, Ask H. Larsen, Bruce Cowan,

Chao-Hsiung Liao, Christian Kirbach, Debarshi Ray, Dirgita, Duarte Loreto,

Enrico Nicoletto, Ihar Hrachyshka, Jasper St. Pierre, Martin Srebotnjak,

Matej UrbanÄÂiÄÂ, Nilamdyuti Goswami, Rui Matos, Tom Tryfonidis, Yuri Myasoedov,

ÃœøрþÑÂûðò ÃÂøúþûøћ.

 

 

Have fun with Clutter!

 

ciao,

Emmanuele.

 

--

W: http://www.emmanuelebassi.name

B: http://blogs.gnome.org/ebassi/

_______________________________________________

 

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×