[goocanvasmm] 1.90.3



commit e9dc0bab58916b0e9bb8e7081283c3b8648dfac6
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Feb 2 13:24:24 2011 +0100

    1.90.3

 ChangeLog    |    2 ++
 NEWS         |    6 ++++++
 configure.ac |    4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a125b3a..8c1fe80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.90.3:
+
 2011-02-02  Murray Cumming  <murrayc murrayc com>
 
 	Correct the use of Glib::ListHandler.
diff --git a/NEWS b/NEWS
index ad5c93e..038e364 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+1.90.3 (unstable):
+
+* Replace use of *ListHandle with std::vector<>, as in gtkmm,
+  matching the new convention for this in gtkmm 3.
+  (Murray Cumming)
+
 1.90.2 (unstable):
 
 * Use Gdk::Cursor via RefPtr.
diff --git a/configure.ac b/configure.ac
index 05de8a0..b9c4bcf 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([goocanvasmm], [1.90.2], [http://bugzilla.gnome.org/], [goocanvasmm], [http://www.gtkmm.org/])
+AC_INIT([goocanvasmm], [1.90.3], [http://bugzilla.gnome.org/], [goocanvasmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([goocanvas/src/canvas.hg])
@@ -31,7 +31,7 @@ MM_PREREQ([0.7.2])
 MM_INIT_MODULE([goocanvasmm-2.0])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([GOOCANVASMM_SO_VERSION], [5:0:0])
+AC_SUBST([GOOCANVASMM_SO_VERSION], [6:0:0])
 
 AC_PROG_CXX
 AC_DISABLE_STATIC



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