diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-08 10:07:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-08 10:07:21 +0000 |
commit | ba1dda8ab63f323e429807b02d8c6862c5275150 (patch) | |
tree | fbceb8d3c25043fee6444c7e7b87acda92e227d7 /perl-install | |
parent | b4415dea2cf67a2b6aa397cab93f7045ddc9e4ba (diff) | |
download | drakx-ba1dda8ab63f323e429807b02d8c6862c5275150.tar drakx-ba1dda8ab63f323e429807b02d8c6862c5275150.tar.gz drakx-ba1dda8ab63f323e429807b02d8c6862c5275150.tar.bz2 drakx-ba1dda8ab63f323e429807b02d8c6862c5275150.tar.xz drakx-ba1dda8ab63f323e429807b02d8c6862c5275150.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 125094a08..999e32009 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,28 @@ +2002/01/08 François Pons <fpons@mandrakesoft.com> + + * Makefile: again fixed dam's sucking, please dam's check what you write + before commiting. + +2002/01/07 François Pons <fpons@mandrakesoft.com> + + * steps.pm: changed installUpdates after summary (to get corrected + timezone). + + * install_any.pm: separated setDefaultPackages from setPackages because it + is used by allowing + only base system to be installed (allow remade a better package + selection). + + * crypto.pm: added bestMirror method to retrieve a good mirror (according + to timezone) and + add salt with random number to avoid using always the same. + + * install2.pm: added option to only upgrade packages. + + * install_steps_interactive.pm: added minimal type of install support. + + * share/list: fixed to match newer menu package. + 2002/01/07 François Pons <fpons@mandrakesoft.com> * steps.pm: changed installUpdates after summary (to get corrected |