[clutter-gtkmm] Updated for latest clutter-gtk.



commit 10e2f8d8afc6b92b9642ea4717692c9a20c5d5c5
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed May 5 23:48:56 2010 +0200

    Updated for latest clutter-gtk.
    
    	* configure.ac: Depend on latest clutter-gtk and cluttermm.
    	* clutter-gtk/src/clutter-gtk_methods.defs: Regenerated.
    	* clutter-gtk/src/embed.hg: Now derives from Gtk::Container, since it has
    	changed in clutter-gtk.
    	* clutter-gtk/clutter-gtkmm.h: Improved main page text.
    	* clutter-gtk/clutter-gtkmm.pc.in: Corrected htmlrefpub.

 ChangeLog    |   13 +++++++++++++
 NEWS         |    8 ++++++++
 configure.ac |    4 ++--
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 993db6d..b64c163 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+0.9.6:
+
+2010-05-05  Murray Cumming  <murrayc murrayc com>
+
+	Updated for latest clutter-gtk.
+
+	* configure.ac: Depend on latest clutter-gtk and cluttermm.
+	* clutter-gtk/src/clutter-gtk_methods.defs: Regenerated.
+	* clutter-gtk/src/embed.hg: Now derives from Gtk::Container, since it has 
+	changed in clutter-gtk.
+	* clutter-gtk/clutter-gtkmm.h: Improved main page text.
+	* clutter-gtk/clutter-gtkmm.pc.in: Corrected htmlrefpub.
+	
 2010-05-05  Murray Cumming  <murrayc murrayc com>
 
 	Viewport: Correct the constructor.
diff --git a/NEWS b/NEWS
index d2998a5..84554b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.9.6:
+
+* Update for latest clutter-gtk.
+  Clutter::Gtk::Embed now derives from Gtk::Container.
+  (Murray Cumming)
+  
+* Slightly improve documentation.
+  (David King, Murray Cumming)
 0.9.5:
 
 * Use clutter-gtk-0.10 and cluttermmm 1.0.
diff --git a/configure.ac b/configure.ac
index bdd0d19..0171ea2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([clutter-gtkmm], [0.9.5],
+AC_INIT([clutter-gtkmm], [0.9.6],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=clutter-gtkmm],
         [clutter-gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -34,7 +34,7 @@ MM_PREREQ([0.8])
 MM_INIT_MODULE([clutter-gtkmm-1.0])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([CLUTTER_GTKMM_SO_VERSION], [0:0:0])
+AC_SUBST([CLUTTER_GTKMM_SO_VERSION], [1:0:0])
 
 AC_PROG_CXX
 AC_DISABLE_STATIC



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]