gnomemm r2131 - goocanvasmm/trunk
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r2131 - goocanvasmm/trunk
- Date: Thu, 26 Mar 2009 17:36:39 +0000 (UTC)
Author: murrayc
Date: Thu Mar 26 17:36:39 2009
New Revision: 2131
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2131&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 Thu Mar 26 17:36:39 2009
@@ -1,3 +1,11 @@
+0.14.0 (unstable):
+
+* Item and ItemModel: Added x, y, height, width properties. Removed them from
+ derived classes, which now get them from their base Item/ItemModel instead.
+* Item: Added signal_scroll_event.
+ (Murray Cumming)
+* Build: Fixed warnings. (Hubert Figuiere) Bug #562903
+
0.13.0 (unstable):
* Canvas: Added get_static_root_item() and get_static_root_item_model().
Modified: goocanvasmm/trunk/configure.in
==============================================================================
--- goocanvasmm/trunk/configure.in (original)
+++ goocanvasmm/trunk/configure.in Thu Mar 26 17:36:39 2009
@@ -16,7 +16,7 @@
# Version and initialization
#########################################################################
LIBGOOCANVASMM_MAJOR_VERSION=0
-LIBGOOCANVASMM_MINOR_VERSION=13
+LIBGOOCANVASMM_MINOR_VERSION=14
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=4:0:0
+LIBGOOCANVASMM_SO_VERSION=5:0:0
LIBGOOCANVASMM_VERSION=$LIBGOOCANVASMM_MAJOR_VERSION.$LIBGOOCANVASMM_MINOR_VERSION.$LIBGOOCANVASMM_MICRO_VERSION
LIBGOOCANVASMM_RELEASE=$LIBGOOCANVASMM_MAJOR_VERSION.$LIBGOOCANVASMM_MINOR_VERSION
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]