Change logs for clutter-1.0 source package in Lucid

  • clutter-1.0 (1.2.4-0ubuntu1) lucid; urgency=low
    
      * New upstream release:
        - Revert patch for bug 2017 which broke subclassing ClutterListModel
        - Add more error reporting in case the GLX context creation failed
        - Fix cogl_texture_get_data() returning garbage
        - Fix the computation of the stage bounding rectangle when submitting
          clipped redraw requests
        - Switch texture units before setting the Cogl texture filters
        - Make sure that GLX_SGI_swap_control is set up correctly
      * debian/patches/01_fix_motion_events.patch:
        - Set a default stage for motion events if one isn't available
          (Neil J. Patel)
     -- Didier Roche <email address hidden>   Thu, 25 Mar 2010 14:16:07 +0100
  • clutter-1.0 (1.2.2-1ubuntu1) lucid; urgency=low
    
      * Merge from debian experimental, remaining changes:
        - comment out the enforced building for armv5t in debian/rules, ubuntu
          does not support v5t anymore (fixes FTBFS on armel).
      * don't build with json support (will mean deps update):
        - debian/rules: remove --enable-json
        - debian/control.in: remove libjson-glib-dev (>= 0.8) and
          gir1.0-json-glib-1.0 build-dep
    
    clutter-1.0 (1.2.2-1) experimental; urgency=low
    
      [ Gustavo Noronha Silva ]
      * debian/control:
      - bump Standards-Version to 3.8.3
    
      [ Emilio Pozuelo Monfort ]
      * New upstream release.
        - Build depend on libjson-glib-dev and gir1.0-json-glib-1.0.
      * debian/control.in,
        debian/rules:
        - GNOMEify.
     -- Didier Roche <email address hidden>   Tue, 23 Mar 2010 20:19:50 +0100
  • clutter-1.0 (1.0.8-1ubuntu1) lucid; urgency=low
    
      * comment out the enforced building for armv5t in debian/rules, ubuntu does
        not support v5t anymore (fixes FTBFS on armel).
     -- Oliver Grawert <email address hidden>   Sat, 19 Dec 2009 10:32:30 +0100
  • clutter-1.0 (1.0.8-1) unstable; urgency=low
    
      * New upstream release
      * debian/control:
      - adopt new GObject-Introspection mini-policy, by build-depending on
        gobject-introspection >= 0.6.5-3, and using the new gir1.0-* packages
      * debian/control, libclutter-1.0-0.install, gir1.0-clutter-1.0.install:
      - add new package for the typelib files
      * debian/rules:
      - make dh_girepository be called on the packages
    
    clutter-1.0 (1.0.6-1) unstable; urgency=low
    
      * New upstream release
     -- Sebastien Bacher <email address hidden>   Thu,  03 Dec 2009 22:27:48 +0000
  • clutter-1.0 (1.0.6-0ubuntu1) karmic; urgency=low
    
      [ Didier Roche ]
      * New upstream release: (LP: #449894)
        - Various documentation improvements including a new ClutterPath migration
          guide, a Glossary and objects index
        - A couple of new unit tests for: initial actor sizing, preferred actor
          size and ClutterGroup depth sorting
        - Fix ClutterGroup depth sorting
        - Fix double to float type conversions in ClutterScript and update
          test-script.json so it doesn't refer to old Actor types such as
          ClutterLabel.
        - Do not attempt to free empty ClutterModel column names
        - Fix the BlendString parser so numbers can be part of function names
          allowing use of DOT3_RGB
        - Fix the parsing of special "signal-" property names available when
          using the ClutterAnimation vararg API
        - Adds a "use-markup" property getter for ClutterText
        - Account for clock roll backs between frames so timelines don't simply
          hang
        - Disable mipmap filters before checking framebuffer object completeness
          since some drivers consider texture objects incomplete if a mipmap
          filter is set but the mipmap data hasn't yet been uploaded.
        - Various Makefile fixes, including fixes for the %.c: %.glsl codegen rules
          for GLES2, use AM_SILENT_RULES for automake > 1.11, use a shared set of
          defines for silencing make rules (Makefile.am.silent) and cleanup some
          misuse of CLUTTER_MAJORMINOR.
        - Fix cogl_clear so the alpha component isn't ignored
        - Fix for the GLES 2.0 Cogl backend and the eglx Clutter backend
    
       [ Laurent Bigonville ]
      * Fix installation of clutter documentation (LP: #439921)
    
     -- Didier Roche <email address hidden>   Mon, 12 Oct 2009 23:44:11 +0200