2004-08-30 Alexander Larsson * test/test-uri.c (main): Fix tests * NEWS: Update for 2.7.92 2004-08-30 Alexander Larsson * modules/file-method.c: Trim old non-existing cached trash dirs from on-disk cache. 2004-08-29 Christian Kellner * libgnomevfs/gnome-vfs-ssl.c: Make GnuTLS work again! This should fix bug #151350. Thanks to Carlos Perelló Marín for helping and testing. 2004-08-27 Alexander Larsson * libgnomevfs/gnome-vfs-mime.c (_gnome_vfs_get_mime_type_internal): Prefer suffix to sniffing for xml files. 2004-08-27 Alexander Larsson * libgnomevfs/gnome-vfs-mime-handlers.c: * libgnomevfs/gnome-vfs-mime-private.h: Add private (for now) function gnome_vfs_mime_get_default_application_for_scheme. * libgnomevfs/gnome-vfs-utils.c: (gnome_vfs_url_show_with_env): Consider uri scheme when picking default app. 2004-08-27 Alexander Larsson * modules/http-neon-method.c (http_options): Correctly follow redirects. 2004-08-27 Alexander Larsson * modules/file-method.c: Revert part of recent change. For some cases this is needed anyway (such as when the toplevel found by the algorithm is a symlink), since otherwise we won't find the right trash directories when displaying the merged trash. 2004-08-26 Alexander Larsson * modules/file-method.c (find_disk_top_directory): Correctly handle top directory if its a symlink. Remove on-disk caching of trash directories. Thats not useful anymore, since we don't search for folders. 2004-08-26 Alexander Larsson * libgnomevfs/gnome-vfs-cdrom.c (_gnome_vfs_get_cdrom_type): Check drive status before disk status. 2004-08-25 Kjartan Maraas * libgnomevfs/gnome-vfs-init.c: (gnome_vfs_init): 0 vs NULL * modules/nntp-method.c: (remove_numbers_between_dashes): Fix a warning from sparse. * modules/smb-method.c: (server_cache_reap_cb), (schedule_server_cache_reap), (auth_failed): ANSIfication and add a cast to the source func. * test/test-symlinks.c: (deal_with_result): 0 vs. NULL 2004-08-25 Alexander Larsson * modules/smb-method.c (auth_fn): Fix domain name from uri parsing. Patch from George Karabin. Fixes bug #140313 2004-08-25 Alexander Larsson * modules/smb-method.c (auth_fn): * configure.in (XML_REQUIRED): Add back MODULES_XML, as we're still using that. Fixes bug #149297 2004-08-25 Alexander Larsson * modules/pty-open.c (_gnome_vfs_pty_run_on_pty): Fix valgrind warning. 2004-08-25 Alexander Larsson * configure.in: Look for sys/poll.h and poll. * libgnomevfs/gnome-vfs-unix-mounts.c: Use poll instead of select if availible. Don't leak pipes on fork failure. Don't close pipes[0] twice in child. Close pipes[1] before waitpid Re-do poll/select on EINTR. 2004-08-24 Alexander Larsson * libgnomevfs/gnome-vfs-unix-mounts.c (_gnome_vfs_get_current_unix_mounts): Workaround for --bind mounts. Patch from Davyd Madeley Fixes bug #139854 2004-08-19 Christophe Fergeau * configure.in: * libgnomevfs/gnome-vfs-hal-mounts.c: * libgnomevfs/gnome-vfs-hal-mounts.h: * modules/Makefile.am: fix compilation with --enable-hal with dbus 0.22, fixed link flags for the cdda method 2004-08-18 Anders Carlsson * libgnomevfs/eggdesktopentries.c: (egg_desktop_entries_parse_entry), (key_get_locale), (egg_desktop_entries_get_locale_string): Fix bug where locale strings would not be read correctly. * libgnomevfs/gnome-vfs-mime-handlers.c: (gnome_vfs_mime_application_new_from_id): Translate the application name. 2004-08-17 Alexander Larsson * libgnomevfs/gnome-vfs-mime-info-cache.c (gnome_vfs_mime_info_cache_init): Emit mime data changed from idle. 2004-08-16 Alexander Larsson * configure.in: Post release version bump. === gnome-vfs 2.7.91 ===