[glibmm] Increase the Glib requirement to 2.29.8.



commit 73457790f127457251798000264b8c22c6af2a14
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Tue Jun 14 18:10:38 2011 -0400

    Increase the Glib requirement to 2.29.8.
    
    	* configure.ac: The requirement was increased in the previous to the
    	last commit but make sure it is shown clearly in the ChangeLog and in
    	git.

 ChangeLog    |    8 ++++++++
 configure.ac |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6c4e2b7..f520a9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-06-14  Josà Alburquerque  <jaalburqu svn gnome org>
 
+	Increase the Glib requirement to 2.29.8.
+
+	* configure.ac: The requirement was increased in the previous to the
+	last commit but make sure it is shown clearly in the ChangeLog and in
+	git.
+
+2011-06-14  Josà Alburquerque  <jaalburqu svn gnome org>
+
 
 	glibmm: Add TimeZone and partial DateTime classes.
 
diff --git a/configure.ac b/configure.ac
index 32f8fd4..79cf8c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,7 @@ AS_IF([test "x$enable_static" = xyes],
 ])
 
 glibreq='2.0 >= 2.29.8'
+
 GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
 test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"



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