gtkmm r988 - branches/gtkmm-2-12



Author: murrayc
Date: Wed Apr  9 20:17:53 2008
New Revision: 988
URL: http://svn.gnome.org/viewvc/gtkmm?rev=988&view=rev

Log:
Version increase that I forgot to commit when releasing

Modified:
   branches/gtkmm-2-12/ChangeLog
   branches/gtkmm-2-12/NEWS
   branches/gtkmm-2-12/configure.in

Modified: branches/gtkmm-2-12/NEWS
==============================================================================
--- branches/gtkmm-2-12/NEWS	(original)
+++ branches/gtkmm-2-12/NEWS	Wed Apr  9 20:17:53 2008
@@ -1,3 +1,13 @@
+2.12.7:
+
+* UIManager: add_ui_from_string():
+  Fix a problem with use of non-ASCII text in UI markup.
+  (Murray Cumming)
+* TreeModel::Path (TreePath):
+  TreePath(In pbegin, In pend) constructor:
+  Initialize gobject_ to avoid a crash.
+  (Svetlozar Argirov) Bug #50043.
+
 2.12.6:
 
 * Container: Avoid a useless warning about remove() with custom containers.

Modified: branches/gtkmm-2-12/configure.in
==============================================================================
--- branches/gtkmm-2-12/configure.in	(original)
+++ branches/gtkmm-2-12/configure.in	Wed Apr  9 20:17:53 2008
@@ -15,7 +15,7 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([GTKMM_MAJOR_VERSION],     [2])
 pushdef([GTKMM_MINOR_VERSION],     [12])
-pushdef([GTKMM_MICRO_VERSION],     [6])
+pushdef([GTKMM_MICRO_VERSION],     [7])
 pushdef([GTKMM_EXTRA_VERSION],     [])
 pushdef([GTKMM_VERSION], GTKMM_MAJOR_VERSION.GTKMM_MINOR_VERSION.GTKMM_MICRO_VERSION[]GTKMM_EXTRA_VERSION)
 AC_INIT([gtkmm], GTKMM_VERSION, [gtkmm-list gnome org])



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