Release Clutter 1.3.14 (developers snapshot)

This commit is contained in:
Emmanuele Bassi 2010-09-15 16:12:39 +01:00
parent 037a1b82cc
commit b776f6b4fb
7 changed files with 1218 additions and 1183 deletions

24
NEWS
View File

@ -1,4 +1,4 @@
Clutter 1.3.14 ()
Clutter 1.3.14 (15/09/2010)
===============================================================================
• List of changes since Clutter 1.3.12
@ -13,6 +13,7 @@ Clutter 1.3.14 ()
- ClutterScript definitions
- event handling
- ClutterAnimator
- reusing complex animations
» Add methods to retrieve the clicked button and to force a release
in ClickAction.
@ -47,6 +48,27 @@ Clutter 1.3.14 ()
» Make sure ClutterX11TexturePixmap removes the Cogl texture handle before
freeing the X11 Pixmap to avoid an error.
» Avoid regenerating the CoglMaterial programs too many times.
Many thanks to:
Elliot Smith
Robert Bragg
Damien Lespiau
Neil Roberts
Colin Walters
Owen W. Taylor
Bastian Winkler
Alejandro Piñeiro
Alexandros Frantzis
Chris Kühl
Luca Invernizzi
Henrik Hedberg
Javier Jardón
Lucas Rocha
Murray Cumming
Øyvind Kolås
Clutter 1.3.12 (16/08/2010)
===============================================================================

View File

@ -12,7 +12,7 @@
# - increase clutter_interface_version to the next odd number
m4_define([clutter_major_version], [1])
m4_define([clutter_minor_version], [3])
m4_define([clutter_micro_version], [13])
m4_define([clutter_micro_version], [14])
m4_define([clutter_release_status],
[m4_if(m4_eval(clutter_micro_version % 2), [1], [git],

File diff suppressed because it is too large Load Diff

499
po/de.po

File diff suppressed because it is too large Load Diff

468
po/it.po

File diff suppressed because it is too large Load Diff

468
po/pl.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff