Fix documentation building
[clutter-gtk] / ChangeLog
index e4c7213..b75f358 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2007-08-03  Chris Lord,,,  <chris@openedhand.com>
+
+       * doc/reference/Makefile.am:
+       Fix documentation building
+
+2007-07-18  Neil J. Patel  <njp@o-hand.com>
+
+       * examples/Makefile.am:
+       Point to new clutter-gtk library name.
+
+2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * examples/gtk-clutter-events.c: Remove wrong casting around
+       the g_signal_connect() argument; this masked a weird memory
+       corruption bug happening when compiling outside the sources
+       directory.
+
+2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * clutter-gtk/Makefile.am:
+       * clutter-gtk.pc.in: Install (and use) a versioned library, to
+       match the behaviour of clutter-core and the other integration
+       libraries.
+
+2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * clutter-gtk.pc.in: Depend on the right clutter pkgconfig file
+
+       * Makefile.am: Install a versioned clutter-gtk pkgconfig file
+
+2007-07-06  Matthew Allum  <mallum@openedhand.com>
+
+       * NEWS:
+       Update.
+       * configure.ac:
+       Bump up version to 0.3.1
+
+2007-07-06  Matthew Allum  <mallum@openedhand.com>
+
+       * clutter-gtk.pc.in:
+       Fix to require 0.3 clutter.
+
 2007-06-11  Neil Jagdish Patel  <njp@f7>
 
        * examples/gtk-clutter-events.c: (create_colors):