From 7b85b34b6cfc63fdede44641c7a6cf1a25ee7469 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Thu, 2 Aug 2007 15:09:00 +0000 Subject: [PATCH] 2007-08-02 Matthew Allum * NEWS: * README: Initial updating ready for release. --- ChangeLog | 8 ++++++++ NEWS | 25 +++++++++++++++++++++++++ README | 5 +++++ 3 files changed, 38 insertions(+) diff --git a/ChangeLog b/ChangeLog index 59264889b..18bd9f26d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-08-02 Matthew Allum + + * NEWS: + * README: + Initial updating ready for release. + 2007-08-02 Emmanuele Bassi * 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 * NEWS: diff --git a/NEWS b/NEWS index b0c70e846..94248e3ed 100644 --- a/NEWS +++ b/NEWS @@ -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) ======================== diff --git a/README b/README index d17117e4c..775343e5d 100644 --- a/README +++ b/README @@ -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 -------------------------------