From: Emmanuele Bassi Date: Thu, 17 Jan 2008 10:48:18 +0000 (+0000) Subject: Release 0.5.0 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=1b23b8aa147bf9d492edd59a55257768c2c69e4e;p=clutter-gtk Release 0.5.0 --- diff --git a/ChangeLog b/ChangeLog index 873ef53..08875e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-17 Emmanuele Bassi + + * NEWS: + * README: Release 0.5.0 + 2007-12-04 Emmanuele Bassi Update after the API changes in Clutter core diff --git a/NEWS b/NEWS index 8d1f577..9538992 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,21 @@ +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. diff --git a/configure.ac b/configure.ac index ab40f0a..1df9b45 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_INIT([clutter-gtk], AC_CONFIG_SRCDIR([clutter-gtk/clutter-gtk.h]) AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([1.7]) +AM_INIT_AUTOMAKE([1.9]) CLUTTER_GTK_MAJOR_VERSION=clutter_major_version CLUTTER_GTK_MINOR_VERSION=clutter_minor_version @@ -67,7 +67,7 @@ AC_FUNC_MALLOC AC_FUNC_MMAP AC_CHECK_FUNCS([memset munmap strcasecmp strdup]) -CLUTTER_REQUIRED=0.5.0 +CLUTTER_REQUIRED=0.5.2 PKG_CHECK_MODULES(CLUTTER, clutter-glx-0.5 >= $CLUTTER_REQUIRED) AC_SUBST(CLUTTER_CFLAGS)