=== 2.12.2 === 2005-11-28 William Jon McCann * NEWS: Update for 2.12.2 release 2005-11-28 William Jon McCann * nautilus-burn-drive.c: Make sure LIBHAL_CHECK_LIBHALCONTEXT is defined. 2005-10-24 William Jon McCann * nautilus-cd-burner.c (nautilus_burn_progress_get_write_data) (nautilus_burn_progress_set_write_data) (nautilus_burn_progress_cleanup) (nautilus_burn_progress_write_disc, write_another_disc_cb) (setup_close_button, write_disc, burn_cd) (selection_dialog_response, main): Don't store write data as callback data. We really need to make a progress-dialog class. Only free data at the end and not after two writes. Also don't free the spinning images after one write. Fixes #319495. 2005-10-21 William Jon McCann * nautilus-cd-burner.c (drive_type_get_supported_media): * nautilus-burn-recorder.c (can_burn_dvds): * list_cddrives.c (drive_type): Add missing DVD+R DL stuff. 2005-10-21 William Jon McCann * nautilus-burn-drive.h: Add DVD_PLUS_R_DL_RECORDER type. * nautilus-burn-drive.c (hal_drive_from_udi, hal_scan): Break out getting drive from UDI into a separate routine. Get all UDI properties at once instead of doing separate dbus IPC calls for each one. This should be more efficient and seems to solve a problem seen only in rhythmbox where we don't get the proper device type. 2005-10-20 William Jon McCann * nautilus-burn-recorder.c (compute_time_remaining): Don't use bps less than or equal to one. Merged from HEAD. 2005-10-18 William Jon McCann * burn-extension.c (desktop_uri_get_drive_id): Check return codes. May fix #319054. 2005-10-03 William Jon McCann * configure.in: Post release version bump.