diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-11 00:27:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-11 00:27:27 +0000 |
commit | 66138cdc6bbd973426a9345c78c8120d9b446670 (patch) | |
tree | 63c1ec8ff6f3fff55453c752bbb26092921582a7 /perl-install/ChangeLog | |
parent | 40dcd0a59c0cce9b75f40b338799f5f28dd87cf6 (diff) | |
download | drakx-backup-do-not-use-66138cdc6bbd973426a9345c78c8120d9b446670.tar drakx-backup-do-not-use-66138cdc6bbd973426a9345c78c8120d9b446670.tar.gz drakx-backup-do-not-use-66138cdc6bbd973426a9345c78c8120d9b446670.tar.bz2 drakx-backup-do-not-use-66138cdc6bbd973426a9345c78c8120d9b446670.tar.xz drakx-backup-do-not-use-66138cdc6bbd973426a9345c78c8120d9b446670.zip |
no_comment
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 721763378..60457b904 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,30 @@ +2000-08-11 Pixel <pixel@mandrakesoft.com> + + * install_steps_interactive.pm (selectInstallClass): yet a bigger + warning so that people don't choose expert installs. Also set the + focus on "Custom" by default. + + * install_steps_interactive.pm (doPartitionDisks): created, calls + the wizard. + * install_steps.pm (doPartitionDisksBefore, + doPartitionDisksAfter): created (was mainly in + install2::doPartitionDisks) + * install2.pm (doPartitionDisks): much cleanup + * install_any.pm (partitionWizard): working state (still rough) + +2000-08-08 Pixel <pixel@mandrakesoft.com> + + * standalone/rpmdrake (AddMedia): fix the ftp addmedia, fix the + cdrom addmedia + +2000-08-07 Pixel <pixel@mandrakesoft.com> + + * diskdrake.pm (Resize): + * install_steps_gtk.pm (doPartitionDisks): remove the + before_leaving ensuring the filehandle is closed + * resize_fat/main.pm (DESTROY): use a better solution for ensuring + the filehandle is closed + 2000-08-07 François Pons <fpons@mandrakesoft.com> * Xconfigurator.pm: added SiS6326 in the list of chipset that |