diff --git a/ChangeLog b/ChangeLog index ac296edd6..a704ce4c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,48 +1,59 @@ +2008-07-10 Emmanuele Bassi + + * configure.ac: Post release bump to 0.3.1. + +======== Release 0.8.0 ======================================================== + +2008-07-10 Emmanuele Bassi + + * configure.ac: + * NEWS: Release 0.8.0. + 2008-07-10 Matthew Allum * clutter/cogl/gles/cogl-fbo.c: * clutter/cogl/gles/cogl-texture.c: - Fix warnings with eglnative build + Fix warnings with eglnative build 2008-07-10 Matthew Allum * README: - Sync up/improve ready for 0.8 release. + Sync up/improve ready for 0.8 release. * AUTHORS: - Sync up to date - hope I havn't missed anyone.. + Sync up to date - hope I havn't missed anyone.. 2008-07-10 Matthew Allum * clutter/glx/clutter-glx-texture-pixmap.c: - Assume TFP npots sized textures are always supported if TFP ext is! - (Based on patch from James Ketrenos) + Assume TFP npots sized textures are always supported if TFP ext is! + (Based on patch from James Ketrenos) 2008-07-08 Matthew Allum - Bug 1011 - Fix TFP fallback mechanism (take 2) + Bug 1011 - Fix TFP fallback mechanism (take 2) * clutter/glx/clutter-glx-texture-pixmap.c: * tests/test-pixmap.c: - Slightly modified patch from Gwenole Beauchesne applied - to better handle both falling back to non accelerated tfp - and improvements to the test case. + Slightly modified patch from Gwenole Beauchesne applied + to better handle both falling back to non accelerated tfp + and improvements to the test case. 2008-07-07 Matthew Allum - Bug 1016 - Changing window-redirect-automatic property after - creating ClutterX11TexturePixmap doesn't work. + Bug 1016 - Changing window-redirect-automatic property after + creating ClutterX11TexturePixmap doesn't work. * clutter/x11/clutter-x11-texture-pixmap.c: - (clutter_x11_texture_pixmap_set_window): - Sync up redirection prop correctly (Jason Tackaberry) + (clutter_x11_texture_pixmap_set_window): + Sync up redirection prop correctly (Jason Tackaberry) 2008-07-07 Matthew Allum - Bug 1019 - clutter-frame-source.h not included by clutter.h + Bug 1019 - clutter-frame-source.h not included by clutter.h * clutter/clutter.h: - Add missing header include. + Add missing header include. 2008-07-05 Neil Roberts @@ -188,14 +199,14 @@ * clutter/x11/clutter-event-x11.c: * clutter/x11/clutter-x11.h: * tests/test-devices.c: - Disable use of XInput and add an explicit clutter_x11_enable_xinput - to enable it. - Also fix up the x11 pre-init calls to not need g_type_init. + Disable use of XInput and add an explicit clutter_x11_enable_xinput + to enable it. + Also fix up the x11 pre-init calls to not need g_type_init. 2008-07-01 Øyvind Kolås Bug 1013 - Per device grabs are not obeyed in pointer device - propagation. + propagation. * clutter/clutter-event.c: (clutter_event_get_device_id): swap arguments of g_return_val_if_fail around. diff --git a/NEWS b/NEWS index f881fda9c..caf2767ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +Clutter 0.8.0 (10/07/2008) +=============================================================================== + + * List of changes between 0.7.6 and 0.8.0 + + o Assume that non-power-of-two sized textures are always supported + if texture-from-pixmap support is present. + + o Increase documentation coverage. + + o Disable the XINPUT support by default. + + o Improve the behaviour of clutter_actor_get_transformed_size(). + + o Fix a copy-and-paste bug which broke the vertex shaders. + + * List of bugs fixed since 0.7.6 + + o #983 - cogl-bitmap-fallback.c compiler error/warning due to cast issue + o #985 - MSC math.h / M_PI issue + o #998 - clutter always captures X input events + o #1000 - clutter-x11 should define gtypes for its enumerations + o #1004 - Fix "edge-detect" shader + o #1007 - Fix TFP fallback mechanism + o #1008 - tfp still a bit borked + o #1010 - ClutterLabel does not update the layout + o #1011 - Fix TFP fallback mechanism (take 2) + o #1012 - clutter_stage_read_pixels() has incorrect alpha data + on some (most?) cards" + o #1013 - Per device grabs are not obeyed in pointer device propagation. + o #1015 - Cloning unparented actors with FBOs doesn't work with new + layout code + o #1016 - Changing window-redirect-automatic property after creating + ClutterX11TexturePixmap doesn't work + o #1019 - clutter-frame-source.h not included by clutter.h + o #1022 - extern inline functions in clutter-fixed.h + o #1033 - Manually parsing command line options prevents initializing + Clutter + Clutter 0.7.6 (27/06/2008) =============================================================================== diff --git a/configure.ac b/configure.ac index 11e67e672..052e87745 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # An odd micro number indicates in-progress development, (eg. from CVS) # An even micro number indicates a released version. m4_define([clutter_major_version], [0]) -m4_define([clutter_minor_version], [7]) -m4_define([clutter_micro_version], [7]) +m4_define([clutter_minor_version], [8]) +m4_define([clutter_micro_version], [1]) m4_define([clutter_version], [clutter_major_version.clutter_minor_version.clutter_micro_version]) diff --git a/po/clutter-0.7.pot b/po/clutter-0.8.pot similarity index 100% rename from po/clutter-0.7.pot rename to po/clutter-0.8.pot