gtkmm r974 - branches/gtkmm-2-12



Author: murrayc
Date: Sun Feb 24 13:15:04 2008
New Revision: 974
URL: http://svn.gnome.org/viewvc/gtkmm?rev=974&view=rev

Log:
Increased version

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	Sun Feb 24 13:15:04 2008
@@ -1,3 +1,18 @@
+2.12.5:
+
+* Documentation:
+  - Show stock icon images in the API reference again. 
+  - Show some pictures of widgets in the API reference.
+  (Jonathon Jongsma)
+
+* Build:
+  - Fix header inclusion and use using directive for C functions to
+    fix build on gcc-4.3 (pre-releases) and Solaris. 
+    (Deng Xiyue, Tim Mooney, Kjartan Maraas, Bug #498438, #517530)
+  - Install and find all needed files for gtkmm-demo, and correct the 
+    executable name.
+    (Chris Wang. Bug #516602, #516600)
+
 2.12.4:
 
 * Gtk::RecentAction: Derive from RecentChooser - this class was 

Modified: branches/gtkmm-2-12/configure.in
==============================================================================
--- branches/gtkmm-2-12/configure.in	(original)
+++ branches/gtkmm-2-12/configure.in	Sun Feb 24 13:15:04 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],     [4])
+pushdef([GTKMM_MICRO_VERSION],     [5])
 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]