gnome-vfs r5512 - trunk



Author: alexl
Date: Mon Sep 22 09:44:05 2008
New Revision: 5512
URL: http://svn.gnome.org/viewvc/gnome-vfs?rev=5512&view=rev

Log:
2008-09-22  Alexander Larsson  <alexl redhat com>

	* NEWS: 
	* configure.in:
	Bump version



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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep 22 09:44:05 2008
@@ -1,3 +1,7 @@
+gnome-vfs 2.24.0
+	  * Fixes for Windows
+	  * Avoid excessive warning spew if dbus is not availible
+	  
 gnome-vfs 2.23.0
           * Sync xdgmime with GIO
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Sep 22 09:44:05 2008
@@ -8,9 +8,9 @@
 # set LIBGNOMEVFS_BINARY_AGE and LIBGNOMEVFS_INTERFACE_AGE to 0.
 #
 LIBGNOMEVFS_MAJOR_VERSION=2
-LIBGNOMEVFS_MINOR_VERSION=23
-LIBGNOMEVFS_MICRO_VERSION=1
-LIBGNOMEVFS_INTERFACE_AGE=1
+LIBGNOMEVFS_MINOR_VERSION=24
+LIBGNOMEVFS_MICRO_VERSION=0
+LIBGNOMEVFS_INTERFACE_AGE=0
 # If you need a modifier for the version number. 
 # Normally empty, but can be used to make "fixup" releases.
 LIBGNOMEVFS_EXTRAVERSION=
@@ -296,11 +296,11 @@
 
 if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
 	echo "enable compile warnings = $set_more_warnings"
-	VFS_CFLAGS="-Wall -Werror \
+	VFS_CFLAGS="-Wall  \
 	-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
 	-Wnested-externs -Wpointer-arith"
 
-	for option in -Wno-strict-aliasing -Wno-sign-compare; do
+	for option in -fno-strict-aliasing -Wno-strict-aliasing -Wno-sign-compare; do
 		SAVE_CFLAGS="$CFLAGS"
 		CFLAGS="$VFS_CFLAGS $option $CFLAGS"
 		AC_MSG_CHECKING([whether gcc understands $option])



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