diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-09-23 17:42:06 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-09-23 17:42:06 +0000 |
commit | 20bcae655bd8d303b499aa0c6eb7990b1277ff5e (patch) | |
tree | e76f80c54f669272171e97b7fdb85f75b77704bd | |
parent | 230527d818b5f5963157ccb2dbe68f63dabbe2df (diff) | |
download | drakx-20bcae655bd8d303b499aa0c6eb7990b1277ff5e.tar drakx-20bcae655bd8d303b499aa0c6eb7990b1277ff5e.tar.gz drakx-20bcae655bd8d303b499aa0c6eb7990b1277ff5e.tar.bz2 drakx-20bcae655bd8d303b499aa0c6eb7990b1277ff5e.tar.xz drakx-20bcae655bd8d303b499aa0c6eb7990b1277ff5e.zip |
12.54
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index eadab3404..85c7bfdb9 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=12.53 +VERSION:=12.54 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 77f7561b0..3848a88bd 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 12.54 - 23 September 2009 + - drakboot: o don't detect disks if we are not in bootloader or splash mode - autologin/desktop configuration (drakboot/finish-install): diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index ed2f06743..32757b269 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 12.54 - 23 September 2009 + - autologin/desktop configuration (shared code): o when detecting default desktop, use first session (instead of using hacks with dm config files) |