=== 2.9.6 === 2005-02-08 William Jon McCann * NEWS: * configure.in: Update for release. 2005-01-28 William Jon McCann * nautilus-cd-burner.c (burn_cd): Report errors during make_iso and remove incorrect error message. (Closes #164432) * make-iso.c (nautilus_burn_iso_error_quark) (nautilus_burn_make_iso_cancel, mkisofs_stderr_read) (nautilus_burn_make_iso): Add GError to make_iso to be able to report errors back to the user. 2005-01-26 William Jon McCann * make-iso.c (mkisofs_stderr_read): Watch for mkisofs error messages and return an error condition. (Closes #158940) * nautilus-cd-burner.c (burn_cd): Use warn_low_space for writing to ISO file output also. * make-iso.c (nautilus_burn_make_iso): Make size comparison between values of the same units. 2005-01-26 William Jon McCann * nautilus-cd-burner.c (media_type_matches, request_media) (burn_cd): Try to unmount busy volumes before asking for media. Add comparison between media type and is_blank to media request. (Closes: #164352) * nautilus-burn-recorder.c (nautilus_burn_recorder_wait_for_insertion): Move private drive unmounting functions to burn-drive. * nautilus-burn-drive.c (nautilus_burn_drive_get_media_type_from_path_full) (nautilus_burn_drive_get_media_type_from_path) (nautilus_burn_drive_get_media_type) (nautilus_burn_drive_hal_get_media_type_full) (nautilus_burn_drive_get_media_type_full) (nautilus_burn_drive_get_media_type_and_rewritable) (free_unmount_data, unmount_done, unmount_timeout, find_command) (unmount_thread_start, nautilus_burn_drive_unmount): Add ability to query media for is_blank, has_data, has_audio. Move drive unmounting from burn-recorder to here and expose api.