diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-09 13:07:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-09 13:07:03 +0000 |
commit | c016f02d10c7afb38a6eb5914b15a20aeb96cd53 (patch) | |
tree | 933cfb9421191e9a298729de79f0a8c870ceda10 /perl-install | |
parent | 5426721c152f6579b403288c2ecb15dab4e20d08 (diff) | |
download | drakx-c016f02d10c7afb38a6eb5914b15a20aeb96cd53.tar drakx-c016f02d10c7afb38a6eb5914b15a20aeb96cd53.tar.gz drakx-c016f02d10c7afb38a6eb5914b15a20aeb96cd53.tar.bz2 drakx-c016f02d10c7afb38a6eb5914b15a20aeb96cd53.tar.xz drakx-c016f02d10c7afb38a6eb5914b15a20aeb96cd53.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index ff3e6d451..6c9ab2302 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,37 @@ +2002/01/09 François Pons <fpons@mandrakesoft.com> + + * install_any.pm: fixed too many package selected for No X or With X + option of minimal installation. + + * install_steps_interactive.pm: avoid asking for minimal install for + upgrade. + fixed stupid. + + * crypto.pm: fix incomplete prefix for update mirror when adding an entry + for urpmi. + + * pkgs.pm: use rpm version comparison function. + + * c/stuff.xs.pm: added rpmvercmp. + +2002/01/08 dam's <damien@mandrakesoft.com> + + * install2.pm: cosmetik + +2002/01/08 François Pons <fpons@mandrakesoft.com> + + * install_steps_gtk.pm: added eval around pixmap drawing for advertising. + +2002/01/08 Pixel <pixel@mandrakesoft.com> + + * standalone/drakbackup: another round of bad use of _() fixes. + fixed bad use of _(). + +2002/01/08 sdupont + + * standalone/drakbackup: drakbackup work ... + incremental backup and restore work. + 2002/01/08 François Pons <fpons@mandrakesoft.com> * Makefile: again fixed dam's sucking, please dam's check what you write |