[gtkmm] 3.2.0



commit b0464cff7a473550989c7cf8348cfc763e101daf
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 27 10:08:44 2011 +0200

    3.2.0

 ChangeLog    |    2 ++
 NEWS         |    8 ++++++++
 configure.ac |    4 ++--
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2a5eb62..6531c30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+3.2.0:
+
 2011-09-27  Murray Cumming  <murrayc murrayc com>
 
 	Assistant: Deprecate some methods, because the C functions are deprecated.
diff --git a/NEWS b/NEWS
index 2858789..a9ea455 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.2.0 (stable):
+
+Gtk:
+* Remove Application, because it is still not ready.
+  See bug #637445#c29
+* Assistant: Deprecate get/set_page_header_image() and get/set_page_side_image().
+* TreeView: Added unset_row_separator_func().
+	
 3.1.90.1 (unstable):
 
 Gdk:
diff --git a/configure.ac b/configure.ac
index 7f2ecb5..a5e8df4 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 library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [3.1.90.1],
+AC_INIT([gtkmm], [3.2.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -59,7 +59,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.27.93 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.1.90 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.30.0 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.2.0 cairomm-1.0 >= 1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],



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