2006-10-02 Alexander Larsson * NEWS: Update for release * configure.in: Bump to 2.16.1 2006-09-28 Christian Neumair * modules/ftp-method.c: (unix_ls_to_file_info): Handle NULL retvals of gnome_vfs_mime_type_from_mode, #330625. Will eventually be fixed by introducing gnome_vfs_mime_type_from_mode_or_default. * modules/sftp-method.c: (update_mime_type_and_name_from_path), (do_read_directory): Ditto. Also check for GNOME_VFS_FILE_INFO_FIELDS_TYPE being in file info's valid_fields before assuming that we have a symlink in do_read_directory. * programs/gnomevfs-info.c: * programs/gnomevfs-ls.c: Improve handling of GNOME_VFS_FILE_INFO_FIELDS_TYPE absence from GnomeVFSFileInfo's valid_fields field. 2006-09-28 Christian Neumair * imported/fnmatch/.cvsignore: * imported/neon/.cvsignore: * po/.cvsignore: * test/.cvsignore: (Re)add/update. 2006-09-26 Christian Neumair * libgnomevfs/gnome-vfs-cancellable-ops.c: (gnome_vfs_find_directory_cancellable): Convert home directory to URI before passing it to gnome_vfs_uri_new(). 2006-09-19 Alexander Larsson * libgnomevfs/gnome-vfs-hal-mounts.c: Revert previous commits. They don't seem to quite work. 2006-09-19 Alexander Larsson * libgnomevfs/gnome-vfs-hal-mounts.c: Forgot a place in the last fix. 2006-09-19 Alexander Larsson * libgnomevfs/gnome-vfs-hal-mounts.c: Default to data for mixed audio and data cds. 2006-09-15 Christian Neumair * modules/http-neon-module.c: Refcount. Fixes double-frees (#347470). 2006-09-13 Alexander Larsson * libgnomevfs/xdgmime.[ch]: * libgnomevfs/xdgmimeglob.c: * libgnomevfs/xdgmimemagic.c: Backport fixes from gtk+ version of xdgmime 2006-09-13 Alexander Larsson * libgnomevfs/gnome-vfs-daemon-method.c (gnome_vfs_daemon_message_iter_get_file_info): Fix some leaks. (Noticed by Kjartan Maraas) 2006-09-07 John McCutchan * modules/inotify-kernel.c: * modules/inotify-kernel.h: * modules/inotify-missing.c: * modules/inotify-path.c: Don't use g_list_length when testing for an empty list. Indentation fixes.