gvfs r1830 - trunk



Author: matthiasc
Date: Tue Jul 22 13:19:12 2008
New Revision: 1830
URL: http://svn.gnome.org/viewvc/gvfs?rev=1830&view=rev

Log:
Bump glib requirement


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Jul 22 13:19:12 2008
@@ -1,6 +1,7 @@
 Major changes in 0.99.2
 * Move hal and gphoto volume monitors out of process
 * Fix recursive copying
+* Require glib >= 2.17.4
 * Make the fuse daemon more reliable
 * Many smaller bugfixes
 * et (Ivar Smolin), vi (Clytie Siddall), 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Jul 22 13:19:12 2008
@@ -45,7 +45,7 @@
 DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
 AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
 
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.15.6 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0)
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.17.4 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0 gio-2.0)
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)
 



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