diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-09-19 15:18:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-09-19 15:18:48 +0000 |
commit | 428c81bc2d5b8c9ffb1fbc5940462dd7165fe7ae (patch) | |
tree | 646ccf7b574a84f3bd6459bb3451a269afff8ef1 /perl-install | |
parent | c13045101d2b3065aeb5bfc393d258aeeae503bf (diff) | |
download | drakx-backup-do-not-use-428c81bc2d5b8c9ffb1fbc5940462dd7165fe7ae.tar drakx-backup-do-not-use-428c81bc2d5b8c9ffb1fbc5940462dd7165fe7ae.tar.gz drakx-backup-do-not-use-428c81bc2d5b8c9ffb1fbc5940462dd7165fe7ae.tar.bz2 drakx-backup-do-not-use-428c81bc2d5b8c9ffb1fbc5940462dd7165fe7ae.tar.xz drakx-backup-do-not-use-428c81bc2d5b8c9ffb1fbc5940462dd7165fe7ae.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index df2be6298..7661d6b8b 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,31 @@ +2002/09/19 François Pons <fpons@mandrakesoft.com> + + * pkgs.pm: try to avoid infinite loop on error to install package. + +2002/09/19 Guillaume Cottenceau <gc@mandrakesoft.com> + + * standalone.pm: when in install mode, log when a **** does a "use + standalone" + + * interactive.pm: require log will reliably fail, use require 'log.pm' + instead + + * install_steps_interactive.pm: fix titisucks making cards choice in bttv + dialog unavailable + + * install2.pm: revert + +2002/09/19 Pixel <pixel@mandrakesoft.com> + + * diskdrake/interactive.pm: catch error in Done (mainly "reboot needed"), + so that fstab can be written + even if reboot needed (useful when removing partitions mounted by + default) + + * install_steps.pm: + - do not set type to ext2 when the type is ntfs + - set to ext3 instead of ext2 + 2002/09/19 Daouda Lo <daouda@mandrakesoft.com> * standalone/drakbug: @@ -3806,7 +3834,7 @@ * Makefile.config: remove dir security - * proxy.pm: add $Id: ChangeLog,v 1.753 2002/09/18 14:47:41 prigaux Exp $ + * proxy.pm: add $Id: ChangeLog,v 1.754 2002/09/19 13:41:32 prigaux Exp $ * interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are more accurate than |