gnomemm r1823 - goocanvasmm/trunk



Author: murrayc
Date: Mon Dec  1 11:41:41 2008
New Revision: 1823
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1823&view=rev

Log:
Increased version

Modified:
   goocanvasmm/trunk/ChangeLog
   goocanvasmm/trunk/NEWS
   goocanvasmm/trunk/configure.in

Modified: goocanvasmm/trunk/NEWS
==============================================================================
--- goocanvasmm/trunk/NEWS	(original)
+++ goocanvasmm/trunk/NEWS	Mon Dec  1 11:41:41 2008
@@ -1,3 +1,25 @@
+0.13.0 (unstable):
+
+* Canvas: Added get_static_root_item() and get_static_root_item_model().
+* Added Grid item.
+* Item:
+  - Added set/get_is_static() and the vfuncs.
+  - Added animation_finished signal.
+  (Murray Cumming)
+  - Remove const from get_items_at_vfunc().
+    (Armin Burgmeier)
+    Bug #559374 (Louis-Francis RattÃ-Boulianne)
+  - Correct ensure_upated() to ensure_updated().
+    Bug #558489 (Louis-Francis RattÃ-Boulianne)
+* ItemModel: Added animation_finished signal.
+  (Murray Cumming)
+* Remove the CANVAS_ prefix from enum values because they are already 
+  namespaced.
+  (Josà Alburquerque)
+  Bug #557990 (Louis-Francis RattÃ-Boulianne)
+* Build: Fixed build with cairomm 1.7.
+  (Jonathon Jongsma) Bug #560074)
+
 0.12.0 (unstable):
 
 * Item: get/set_child_property() is now a templated method.

Modified: goocanvasmm/trunk/configure.in
==============================================================================
--- goocanvasmm/trunk/configure.in	(original)
+++ goocanvasmm/trunk/configure.in	Mon Dec  1 11:41:41 2008
@@ -16,7 +16,7 @@
 #  Version and initialization
 #########################################################################
 LIBGOOCANVASMM_MAJOR_VERSION=0
-LIBGOOCANVASMM_MINOR_VERSION=12
+LIBGOOCANVASMM_MINOR_VERSION=13
 LIBGOOCANVASMM_MICRO_VERSION=0
 
 #
@@ -26,7 +26,7 @@
 #  ? :+1 : ?   == just some internal changes, nothing breaks but might work
 #                 better
 # CURRENT : REVISION : AGE
-LIBGOOCANVASMM_SO_VERSION=3:0:0
+LIBGOOCANVASMM_SO_VERSION=4:0:0
 
 LIBGOOCANVASMM_VERSION=$LIBGOOCANVASMM_MAJOR_VERSION.$LIBGOOCANVASMM_MINOR_VERSION.$LIBGOOCANVASMM_MICRO_VERSION
 LIBGOOCANVASMM_RELEASE=$LIBGOOCANVASMM_MAJOR_VERSION.$LIBGOOCANVASMM_MINOR_VERSION
@@ -110,7 +110,7 @@
 #########################################################################
 #  Dependancy checks
 #########################################################################
-PKG_CHECK_MODULES(LIBGOOCANVASMM, glibmm-2.4 >= 2.14.2 gtkmm-2.4 >= 2.10.9 goocanvas >= 0.11 )
+PKG_CHECK_MODULES(LIBGOOCANVASMM, glibmm-2.4 >= 2.14.2 gtkmm-2.4 >= 2.10.9 goocanvas >= 0.13 )
 AC_SUBST(LIBGOOCANVASMM_CFLAGS)
 AC_SUBST(LIBGOOCANVASMM_LIBS)
 



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