diff options
author | Francois Pons <fpons@mandriva.com> | 2000-07-07 15:27:29 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-07-07 15:27:29 +0000 |
commit | 6ac00414a31e8bf1042462682d759854489c0173 (patch) | |
tree | 72da3d97d8381754af07f588d66e49345489d6c4 /perl-install | |
parent | 7eba5b3a2b6c8dc1f6b2cb9d16abf648d5cbddc5 (diff) | |
download | drakx-6ac00414a31e8bf1042462682d759854489c0173.tar drakx-6ac00414a31e8bf1042462682d759854489c0173.tar.gz drakx-6ac00414a31e8bf1042462682d759854489c0173.tar.bz2 drakx-6ac00414a31e8bf1042462682d759854489c0173.tar.xz drakx-6ac00414a31e8bf1042462682d759854489c0173.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 0fc8f0f19..50126ab57 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,18 @@ +2000-07-07 François Pons <fpons@mandrakesoft.com> + + * install2.pm (choosePackages): always execute setPackage to copy + hdlist* and depslist files (support mixed partitionDisks and + choosePackages). + * install_any.pm (setPackages): avoid clearing upgrade flag. + * install_steps.pm (choosePackages): use $first_time to avoid + reselection of packages according to compssList. + * install_steps_interactive (choosePackages): use $first_time and + $individual to avoid reselection of packages according if user go + back to step choosePackages. + * pkgs.pm: added psUpdateHdlistsDeps to restore hdlist* and + depslist files in /var/lib/urpmi. + * diskdrake.pm: fixed uneditable combo for Mount point action. + 2000-06-23 François Pons <fpons@mandrakesoft.com> * Xconfigurator.pm: better approach for Sun* server in newbie. |