2006-09-28  Carlos Garnacho  <carlosg@gnome.org>

	* Release 1.9.6

2006-09-28  Carlos Garnacho  <carlosg@gnome.org>

	* SharesList.pm, Shares/Exports.pm: removed old and unused code.

2006-09-25  Carlos Garnacho  <carlosg@gnome.org>

	* Time/TimeDate.pm: remove some obsolete code.

2006-09-23  Carlos Garnacho  <carlosg@gnome.org>

	* Network/Ifaces.pm: pass always the correct parameters to
	&check_type() to fix Modem settings saving.

2006-09-18  Carlos Garnacho  <carlosg@gnome.org>

	* Utils/Monitor.pm: tell the main loop to select() on the FAM file
	descriptor to avoid using timeouts.

2006-09-17  Carlos Garnacho  <carlosg@gnome.org>

	* configure.in: avoid empty $netdbusdir to make SystemToolsBackends.pl
	stop whining about empty "use lib" line

2006-09-15  Carlos Garnacho  <carlosg@gnome.org>

	* ServicesConfig.pm, Init/Services.pm: transform the status parameter
	into an enum-like value.

2006-09-15  Carlos Garnacho  <carlosg@gnome.org>

	* UsersConfig.pm, GroupsConfig.pm, Users/Users.pm, Users/Groups.pm:
	add an independent identification number to users and groups, this 
	number should not be modified in the other communication side (GID 
	and UID can be changed) and new users/groups should have different ID
	numbers (ideally counting from the current max ID number). Fixes the
	case described in GNOME bug #342293.

2006-09-15  Carlos Garnacho  <carlosg@gnome.org>

	* Init/Services.pm: code improvements to the BSD, RCng and suse init
	types code.

2006-09-15  Carlos Garnacho  <carlosg@gnome.org>

	* SystemToolsBackends.pl.in, Utils/Monitor.pm: only initialize the
	file monitor if Sys::Gamin is found.

2006-09-08  Carlos Garnacho  <carlosg@gnome.org>

	* Utils/Parse.pm (get_from_ini)
	* Utils/Replace.pm (set_init) (remove_ini_section): escape properly
	the section name so it doesn't barf in regexps. Fixes GNOME bug
	#325495.