2006-02-28  Jeffrey Stedfast  <fejj@novell.com>

	* configure.in: Bumped version to 1.5.14

2006-02-24  Jeffrey Stedfast  <fejj@novell.com>

	* src/manager.c: Changed all accelerators for Ignore to 'n' rather
	than 'I' to fix bug #326955.
	(gvm_dbus_init): Initialise the dbus connection and add a filter
	callback function so we can listen for the "Disconnected"
	signal. We no longer intergrate with the g_main loop.
	(gvm_hal_init): Renamed from gvm_do_hal_init() - basically exactly
	the same, only we now call gvm_dbus_init() rather than the old
	hal_mainloop_integration function that was replaced by
	gvm_dbus_init(). We now also have to set the dbus_connection on
	the hal context ourselves.
	(gvm_dbus_filter_function): Catch the disconnected signal and
	setup a timeout to reconnect to DBus.
	(reinit_dbus): Re-init DBus and then HAL.

2006-02-19  David Zeuthen  <davidz@redhat.com>

	* src/manager.c (mount_all, block_device_added): Support encrypted
	file systems