2004-08-30 Robert Love * configure.in: bump version to 0.9.10 2004-08-30 David Zeuthen * src/manager.c: (gvm_run_command): Accept UDI; bail out if required parameter in command is NULL (gvm_check_dvd): Accept and pass UDI (gvm_check_photos): Pass UDI (gvm_check_camera): New function; check if UDI got capability camera (gvm_device_autorun): Pass UDI (gvm_run_cdplayer): Accept and pass UDI (gvm_ask_mixed): Accept and pass UDI (gvm_run_cdburner): Accept and pass UDI (gvm_cdrom_policy): Pass UDI (hal_device_added): Also do gvm_check_camera 2004-08-28 Akagic Amila * configure.in: Added 'bs' to ALL_LINGUAS. 2004-08-27 Kostas Papadimas * configure.in: Added "el" to ALL_LINGUAS. 2004-08-27 Žygimantas Beručka * configure.in: Added "lt" to ALL_LINGUAS. 2004-08-25 Maxim Dziumanenko * configure.in: Add "uk" (Ukrainian) to ALL_LINGUAS. 2004-08-18 Kjartan Maraas * configure.in: Add «nb» to ALL_LINGUAS. 2004-08-17 David Zeuthen * src/manager.c (gvm_device_mount): Mount synchronously so we know whether it fails and can report (gvm_device_unmount): New function (hal_property_modified): Respect the list of ignored UDI's. Maintain the list of volumes that have been mounted during our lifetime (hal_device_condition): Don't listen for the EjectPressed condition; HAL no longer emits it (it only works on a tiny fraction of devices) (mount_all): New function (unmount_all): New function (handle_sigterm): New function (sigterm_iochn_data): New function (gvm_die): New function (main): Setup handler for 'die' signal. Setup SIGTERM handler and create a pipe and integrate this pipe into the mainloop. Invoke mount_all