2006-09-28 Carlos Garnacho * Release 1.9.6 2006-09-28 Carlos Garnacho * SharesList.pm, Shares/Exports.pm: removed old and unused code. 2006-09-25 Carlos Garnacho * Time/TimeDate.pm: remove some obsolete code. 2006-09-23 Carlos Garnacho * Network/Ifaces.pm: pass always the correct parameters to &check_type() to fix Modem settings saving. 2006-09-18 Carlos Garnacho * Utils/Monitor.pm: tell the main loop to select() on the FAM file descriptor to avoid using timeouts. 2006-09-17 Carlos Garnacho * configure.in: avoid empty $netdbusdir to make SystemToolsBackends.pl stop whining about empty "use lib" line 2006-09-15 Carlos Garnacho * ServicesConfig.pm, Init/Services.pm: transform the status parameter into an enum-like value. 2006-09-15 Carlos Garnacho * 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 * Init/Services.pm: code improvements to the BSD, RCng and suse init types code. 2006-09-15 Carlos Garnacho * SystemToolsBackends.pl.in, Utils/Monitor.pm: only initialize the file monitor if Sys::Gamin is found. 2006-09-08 Carlos Garnacho * 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.