diff options
Diffstat (limited to 'perl-install/install/NEWS')
-rw-r--r-- | perl-install/install/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c3e7c3f07..ed2f06743 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,19 @@ +- autologin/desktop configuration (shared code): + o when detecting default desktop, use first session + (instead of using hacks with dm config files) + o guess display manager from /etc/sysconfig/desktop, + or default session, or /etc/X11/lookupdm + o read autologin settings from /etc/sysconfig/autologin as fallback + o read kdm config file only if kdm is to be used + o always ensure dm is installed before configuring autologin/desktop + o test display manager instead of desktop when configuring autologin + o always write /etc/sysconfig/desktop + o write DISPLAYMANAGER in /etc/sysconfig/desktop too + o only write dm conf files if they exist before +- autologin/desktop configuration (installer specific): + o allow to specify display manager in $o->{dm} + o use shared code to read autologin settings (and thus get default dm) + Version 12.53 - 22 September 2009 - include usb.ids |