[viewport] Remove units-based API
[clutter-gtk] / NEWS
diff --git a/NEWS b/NEWS
index 8d1f577..8771bec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,53 @@
+Clutter-GTK 0.8.1 18/07/2008
+============================
+
+ - Fix the pkg-config file
+ - Really fix bug #907 and enable motion events
+
+Clutter-GTK 0.8.0 15/07/2008
+============================
+
+ - Require clutter-x11 0.8.0 or clutter-win32 0.8.0
+ - Support the Clutter win32 backend
+ - Support multiple GtkClutterEmbed widgets
+ - Add utility functions for integrating with GTK+ themes, GTK+ stock icons,
+   icon themes and GdkPixbuf
+ - Do not open a second Display connection on X11
+
+Clutter-GTK 0.6.0 18/02/2008
+============================
+
+ - Require clutter-x11 0.6.0
+
+Clutter-GTK 0.5.2 21/01/2008
+============================
+
+ - Require clutter-x11 0.5.4
+ - Using the X11 pkg-config file it should now be possible to build against
+   Clutter EGLX backend
+ - Complete reimplementation of the embeddable widget, letting Clutter draw
+   directly onto a GtkWidget window. [Iain Holmes, Matthew Allum, Havoc
+   Pennington]
+ - Renamed the widget to GtkClutterEmbed
+
+Clutter-GTK 0.5.0 17/01/2008
+============================
+
+ - Update for new Clutter 0.5 X11 API
+
 Clutter-GTK 0.3.1 06/07/2007
-==========================
+============================
 
  - Fix PC file requirements
 
-Clutter-GTK 0.3 29/06/2007
-==========================
+Clutter-GTK 0.3.0 29/06/2007
+============================
 
  - Update for new Clutter 0.3 API
  - Add a new example
 
-Clutter-GTK 0.1 22/03/2007
-==========================
+Clutter-GTK 0.1.0 22/03/2007
+============================
 
  - Initial release. 
-   o Basic clutter GTK widget using XEMBED.
\ No newline at end of file
+   o Basic clutter GTK widget using XEMBED.