Hi,

I've temporarily stolen the maintainer hat from our venerable Emmanuele
Bassi to bring to you the latest developer's snapshot leading up to the
1.2 release. Enjoy!

Clutter 1.1.6 is now available for download at:

  http://www.clutter-project.org/sources/clutter/1.1/

A mirror is also available here:

  http://download.gnome.org/sources/clutter/1.1/

MD5 Checksums:

  b90f1585bffb7151d6af14f4cd369eb7  clutter-1.1.6.tar.gz
  e87acc83b0b62a583d05bea70600f3d6  clutter-1.1.6.tar.bz2

Clutter is an open source software library for creating fast, visually 
rich, portable and animated graphical user interfaces. Clutter is 
licensed under the terms of the GNU Lesser General Public License 
version 2.1.

Clutter currently requires:

  • GLib >= 2.16.0
  • Cairo >= 1.6
  • PangoCairo >= 1.20
  • OpenGL >= 1.3 or 1.2+multitexturing, OpenGL ES 1.1 or OpenGL ES 2.0
  • GLX, SDL, WGL or an EGL Implementation
  • JSON-GLib >= 0.8 (optional)
  • GDK-Pixbuf >= 2.0 (optional)

Depending on the platform and the configuration options Clutter also 
depends on:

  • GDK-Pixbuf >= 2.0
  • JSON-GLib >= 0.8

Notes: 

  • This is the third developers snapshot of the 1.1 cycle 
  • This version is API and ABI compatible with the current 
    stable release of Clutter
  • Installing the contents of this release will overwrite the 
    files from the installation of the current stable release 
    of Clutter
  • Bugs should be reported to: http://bugzilla.o-hand.com 

What's new in Clutter 1.1.6:

    o Some fixes for the Win32 backend (bug #1905).

    o Profiling support via the UProf library. Configure with
      --enable-profile to get a report after each Clutter application is
      run.

    o Improved conformance tests with coverage reports via gcov.

    o ClutterTexture no longer tries to read back texture data into
      g_malloc'd memory on unrealize (bug #1842).

    o The CGL_* defines from cogl-defines.h have been removed. These
      should not have been used by any applications, but if they were
      being used then please replace them either with the Cogl enums or
      with the appropriate GL_* enum if you are using GL directly.

    o Added a delete-event signal to the stage.

    o Fix for using cogl_rectangle with different texture coordinates
      for multiple layers (bug #1937).

    o Fix for using stencil and depth buffers in FBOs on Intel drivers
      in Mesa (bug #1873).

    o Support for subtitles in ClutterMedia.

    o ClutterGLX will now use an RGB visual by default. For
      applications (and toolkit integration libraries) that want to
      enable the ClutterStage:use-alpha property there is a new
      function: clutter_x11_set_use_argb_visual().

    o Fix ClutterText to allow using Pango markup and attributes in
      the same actor (bug #1940).

Many thanks to:

     Alejandro Piñeiro
     Damien Lespiau
     Emmanuele Bassi
     Gord Allot
     Halton Huo
     Robert Bragg
     Samuel Degrande

Have fun with Clutter!
--
To unsubscribe send a mail to [email protected]

Reply via email to