2006-03-10 Jeffrey Stedfast * configure.in: Bumped version to 1.5.15 * src/manager.c (gvm_statfs_check_space): Only set last_notified if we actually notify the user. This might solve the last part of the issue in bug #332764. 2006-03-09 Rodney Dawes * gnome-volume-manager.schemas.in: Get rid of the percent_freed setting, as it really doesn't make sense to have it Change the percent_threshold default to 0.05 Change the percent_used default to 0.01 These changes are based on a 100GB disk drive metric, where 5% is still a fairly large value, being 5GB. This may still be an issue for smaller disk drives such as USB Flash keys, so it still needs some testing * src/gvm.h (struct gvm_configuration): Remove percent_freed * src/manager.c (gvm_statfs_check_space): Check that the the amount of space used since the last check is greater than the percent_used threshold properly Check if we passed the percent_threshold value regardless of whether we used up more than percent_used or not Remove the code to check for disk space being freed up, as it doesn't really make sense to have it here Fixes #332764 2006-03-09 Rhys Jones * configure.in: Added "cy" (Welsh) to ALL_LINGUAS. 2006-03-08 Jeffrey Stedfast * src/manager.c (block_device_added): Check volume.ignore instead of storage.automount_enabled_hint as the hint is always true. Fixes Novell bug #154381. (mount_all): Same. (gvm_automount_enabled): Removed. 2006-03-07 Jeffrey Stedfast Fix for bug #331689 * configure.in: Conditionally allow disabling run-time multiuser checks. * src/manager.c (gvm_user_at_console): Only do our logic if the build has ENABLE_MULTIUSER defined. 2006-03-06 Jeffrey Stedfast * src/manager.c: Shuffled around #ifdef ENABLE_NOTIFY's such that none of the functions were even defined if built without inotify support. 2006-03-06 Robert Love * Makefile.am: Move install autostart file in right place. 2006-03-01 Jeffrey Stedfast * src/manager.c (sigterm_iochn_data): Don't destroy the statfs_mounts hash table here too. Fixes bug #332762.