diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-20 16:41:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-20 16:41:42 +0000 |
commit | b0ca1896edd65eb0a43d6d031ba3b4d2fd0c008f (patch) | |
tree | a834355a24fb532eece967b0dbb8da9c2286a795 | |
parent | 2ec543bbff01fe789af15b9623b5be2c39bcaebd (diff) | |
download | drakx-b0ca1896edd65eb0a43d6d031ba3b4d2fd0c008f.tar drakx-b0ca1896edd65eb0a43d6d031ba3b4d2fd0c008f.tar.gz drakx-b0ca1896edd65eb0a43d6d031ba3b4d2fd0c008f.tar.bz2 drakx-b0ca1896edd65eb0a43d6d031ba3b4d2fd0c008f.tar.xz drakx-b0ca1896edd65eb0a43d6d031ba3b4d2fd0c008f.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 28d037b0d..472d81fdd 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,52 @@ +2001/08/20 Guillaume Cottenceau <gc@mandrakesoft.com> + + * share/compssUsers: Have NETWORKING_DNS in "Internet station" (was + nowhere) + +2001/08/20 Pixel <pixel@mandrakesoft.com> + + * Xconfigurator_consts.pm: add weird options for NeoMagic NM2160 (request + of Alex Hulse <axh0@aber.ac.uk> on cooker) + + * detect_devices.pm (raidAutoStart): fix for when kmod is there + + * diskdrake.pm: remove test code + + * fs.pm: fix bug 4257 + + * fsedit.pm: try a stronger matching technique for parsing /proc/mdstat + with devfs + + * install_steps.pm, diskdrake_interactive.pm, install_any.pm: try harder + to umount /tmp/hdimage only when needed + + * interactive_gtk.pm (wait_message_nextW): fix previous text == new text + causing no + expose_event causing dead loop + +2001/08/19 Pixel <pixel@mandrakesoft.com> + + * diskdrake_interactive.pm: save fstab on exit + + * fsedit.pm: various typos fix + + * install_steps.pm: rename isCdNotEjectable in usingRamdisk, ensure no + files are removed unless we're in ramdisk + make the devfs= mount or nomount choice based on raid-based root work + + * standalone/diskdrake: rename isCdNotEjectable in usingRamdisk, ensure no + files are removed unless we're in ramdisk + fix diskdrake requiring gtk + add some test code + + * fs.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are + removed unless we're in ramdisk + various typos fix + + * install_steps_interactive.pm, common.pm, install2.pm, install_any.pm, + lang.pm, pkgs.pm: rename isCdNotEjectable in usingRamdisk, ensure no + files are removed unless we're in ramdisk + 2001/08/19 Pixel <pixel@mandrakesoft.com> * diskdrake.pm: major fs.pm rework + adaptation to it |