2007-08-02 Matthew Allum <mallum@openedhand.com>

* NEWS:
        * README:
        Initial updating ready for release.
This commit is contained in:
Matthew Allum 2007-08-02 15:09:00 +00:00
parent 4ccfc2daa2
commit 7b85b34b6c
3 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-08-02 Matthew Allum <mallum@openedhand.com>
* NEWS:
* README:
Initial updating ready for release.
2007-08-02 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/eglnative/clutter-backend-egl.c:
@ -566,6 +572,8 @@
in case where the start and end opacity are reversed; use the
correct cast macros for passing the opacity as a pointer.
2007-07-06 ====================== 0.3.1 Release ========================
2007-07-06 Matthew Allum <mallum@openedhand.com>
* NEWS:

25
NEWS
View File

@ -1,3 +1,28 @@
Clutter 0.4.0 (XX/08/2007)
========================
* List of changes between 0.3.1 and 0.4.0
o Many documentation additions and improvements.
o ClutterBehaviourEllipse API and internals improvements
o Add basic tslib support to eglnative backend (for touchscreen events)
* List of bug fixed
o #390 - clutter_stage_get_actor_at_pos broken on 16bpp displays.
o #398 - inconsistent type for return value of clutter_event_get_state
o #403 - Critical error when removing texture actor
o #404 - Solaris build error with OpenGL, missing
GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB and GL_TEXTURE_RECTANGLE_ARB
o #409 - depth mismatch between visual (32) and window (24)
o #407 - metadata-available signal #ifdef'ed out
o #413 - Clutter compile error with Sun Studio C compiler
o #426 - typo in sdl_backend
o #414 - ClutterEntry invisible if size not set
o #434 - clutter_color_from_pixel incorrectly interprets alpha value
o #435 - clutter_color_subtract does the opposite of its documentation
Clutter 0.3.1 (06/07/2007)
========================

5
README
View File

@ -129,6 +129,11 @@ RELEASE NOTES
Relevant information for developers with existing Clutter applications
wanting to port to newer releases (See NEWS for general new feature info).
Release Notes for Clutter 0.4.0
-------------------------------
* FIXME
Release Notes for Clutter 0.3.1
-------------------------------