=== 2.8.1 ===

2004-09-16  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.in: 2.8.1

2004-09-16  Bastien Nocera  <hadess@hadess.net>

	* bacon-cd-selection.c: (bacon_cd_selection_class_init):
	fix the default value of the default property (patch from Kjartan
	Maraas <kmaraas@gnome.org>) (Closes: #152854)

2004-09-16  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: upd
	* cd-drive.c: (cd_drive_get_media_type_from_path): an MMC Profile
	of 0 means that there is no medium in the drive, fixes the crash
	trying to burn a CD without a CD in the drive (Closes: #151986)
	* nautilus-cd-burner.c: (ncb_hig_dialog), (insert_cd_request_cb),
	(main): swap the title/reason dialog for CD insertion to the right
	order, use the right glade file when running n-c-b from its source
	directory

2004-09-14  Bastien Nocera  <hadess@hadess.net>

	* nautilus-cd-burner.c: (target_optionmenu_create): Only show
	CD recorders in the main window (Closes: #152387)

2004-09-10  William Jon McCann  <mccann@jhu.edu>

	* bacon-cd-selection.c (bacon_cd_selection_class_init)
	(cdrom_combo_box, bacon_cd_selection_new, compare_drives)
	(bacon_cd_selection_set_recorders_only)
	(bacon_cd_selection_set_property)
	(bacon_cd_selection_get_property):
	Add show-recorders-only property.  Fixes #152061.

2004-09-10  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: upd
	* bacon-cd-selection.c: (bacon_cd_selection_set_have_file_image):
	fix an off-by-one mistake (spotted by William Jon McCann
	<mccann@jhu.edu>)
	* bcs-test.c: added, based on William Jon McCann's test program