diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 23:37:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-18 23:37:02 +0000 |
commit | c77c90953e0138a049985bea98a901a727478f14 (patch) | |
tree | 66f85c2ec8cbf0989dec4c081248b2b2b2c8238d /perl-install | |
parent | 77ad439af3d100ea181a2f45cecd8f32d2129b6b (diff) | |
download | drakx-c77c90953e0138a049985bea98a901a727478f14.tar drakx-c77c90953e0138a049985bea98a901a727478f14.tar.gz drakx-c77c90953e0138a049985bea98a901a727478f14.tar.bz2 drakx-c77c90953e0138a049985bea98a901a727478f14.tar.xz drakx-c77c90953e0138a049985bea98a901a727478f14.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 7cfd87cdc..4dd2f7afe 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,65 @@ 2001/08/18 Pixel <pixel@mandrakesoft.com> + * my_gtk.pm (n_line_size): bigger spacing for 'various' + enhance look, fix ask_fileW + + * fs.pm: basic nfs/smb handling in diskdrake + fixes and function prototype removing + (write_fstab): add notail for reiserfs partitions in any case + cleanup mounting options parsing + + * diskdrake.pm: basic nfs/smb handling in diskdrake + nicer mount options code (for autofs and supermount) + big renaming of ask_from_entries_refH in ask_from and + ask_from_entries_refH_powered in ask_from_ + cleanup mounting options parsing + + * raid.pm: update the raid size as it should be + + * diskdrake_interactive.pm: basic nfs/smb handling in diskdrake + less verbose resize_reiserfs + update the raid size as it should be + big renaming of ask_from_entries_refH in ask_from and + ask_from_entries_refH_powered in ask_from_ + + * fsedit.pm: basic nfs/smb handling in diskdrake + update the raid size as it should be + + * network/tools.pm: fix typo + big renaming of ask_from_entries_refH in ask_from and + ask_from_entries_refH_powered in ask_from_ + + * partition_table.pm: fixes and function prototype removing + + * install_steps_interactive.pm, standalone/drakautoinst, proxy.pm, + install_interactive.pm, network/ethernet.pm, interactive_http.pm, + printerdrake.pm, Xconfigurator.pm, network/netconnect.pm, + network/network.pm, interactive_newt.pm, network/modem.pm: big renaming + of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered + in ask_from_ + + * standalone/diskdrake: basic nfs/smb handling in diskdrake + + * any.pm: fixes and function prototype removing + big renaming of ask_from_entries_refH in ask_from and + ask_from_entries_refH_powered in ask_from_ + + * interactive_gtk.pm: fix bug in box's height use + better radiobox keyboard handling + big renaming of ask_from_entries_refH in ask_from and + ask_from_entries_refH_powered in ask_from_ + enhance look, fix ask_fileW + + * interactive.pm: readd the sorting based on size when no sorting is + precised + big renaming of ask_from_entries_refH in ask_from and + ask_from_entries_refH_powered in ask_from_ + + * install_steps.pm: oops, i inverted devfs=nomount and devfs=mount + do not use devfs with root software raid + +2001/08/18 Pixel <pixel@mandrakesoft.com> + * install_steps_interactive.pm: fix pass $all_hds->{hds} instead of $all_hds |