diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-08 13:06:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-08 13:06:00 +0000 |
commit | 3acf1ca79d7aa12274884ecf776f1c85729e4ddb (patch) | |
tree | f8d0ab099a73865314bd2f1b18db3666f0a32518 /perl-install/ChangeLog | |
parent | 8e63751bc3fb83cb0cf7c32e3bc17b3226cafb40 (diff) | |
download | drakx-3acf1ca79d7aa12274884ecf776f1c85729e4ddb.tar drakx-3acf1ca79d7aa12274884ecf776f1c85729e4ddb.tar.gz drakx-3acf1ca79d7aa12274884ecf776f1c85729e4ddb.tar.bz2 drakx-3acf1ca79d7aa12274884ecf776f1c85729e4ddb.tar.xz drakx-3acf1ca79d7aa12274884ecf776f1c85729e4ddb.zip |
New snapshot uploaded
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 3819f95e6..e743c0f13 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,61 @@ +2001/01/07 Pablo Saratxaga <pablo@mandrakesoft.com> + + * share/po/sr.po, share/po/sp.po, share/po/no.po, share/po/cs.po: updated + Czech, Norwegian and Serbian files + +2001/01/07 Pixel <pixel@mandrakesoft.com> + + * install_steps_interactive.pm: update code for new ask_from_entries_refH + which doesn't handle optional ok/cancel names in arg 1. + must be handled via ask_from_entries_refH_powered + (selectLanguage, selectKeyboard): use ask_from_entries_refH instead of + ask_from_listf_, it enables the use of advanced + + * any.pm, printerdrake.pm: update code for new ask_from_entries_refH which + doesn't handle optional ok/cancel names in arg 1. + must be handled via ask_from_entries_refH_powered + + * interactive.pm: update code for new ask_from_entries_refH which doesn't + handle optional ok/cancel names in arg 1. + must be handled via ask_from_entries_refH_powered + (ask_from_listf_no_check): replaces ask_from_list_no_check + (ask_from_entries_refH_powered): sorts the list if needed or wanted + + * partition_table_raw.pm (test_for_bad_drives): created + - ugly stuff needed mainly for Western Digital IDE drives + - try writing what we've just read, yells if it fails + - testing on last sector of head #0 (unused in 99% cases) + + * ftp.pm (getFile): make it work (it used to dead-loop when getFile'ing an + non-existent + file, stressing the ftp server :-/ ) + for the moment, just release cdrom.img, hd.img and hdreiser.img + others should should come... + + * install_steps.pm: for the moment, just release cdrom.img, hd.img and + hdreiser.img + others should should come... + + * interactive_gtk.pm (ask_from_listW): removed + (create_list): calls "format" on list elems before prompting them + (create_clist): created + (ask_from_entries_refW): calls create_clist in case of list with no help + + * install_steps_gtk.pm (installPackages): autoflush stdout before beeping + (installPackages): don't take into account the time when prompting the + user + + * common.pm (may_apply): added + + * install_any.pm (getHds): test_for_bad_drives called on hard drives + (getHds): ensure $o->{hds} is not set until the hard drives are checked + +2001/01/06 Pixel <pixel@mandrakesoft.com> + + * ChangeLog: New snapshot uploaded + New snapshot uploaded + New snapshot uploaded + 2001/01/06 Pixel <pixel@mandrakesoft.com> * ChangeLog: New snapshot uploaded |