From 95969a1f0aff676a0dcc8ad0a2ea0c0263827360 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 4 Aug 2001 13:17:44 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index e1116e73c..be8a98554 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,77 @@ +2001/08/04 Pixel + + * install_steps.pm (choosePackages): simplify, fix + setSelectedFromCompssList not called in + expert even the first_time (especially nasty for auto_installs) + + * install_steps_gtk.pm: add the feather feature, but do not enable it + + * bootloader.pm: as when lilo is selected, we don't try to install grub, + just create the + config file in case it may be useful + + * interactive_gtk.pm (ask_browse_tree_info_refW): s/wait_msg/wait_message/ + (wait_msg doesn't + exist anywhere, it must be a fpons typo) + + * share/rpmsrate, install_any.pm: create a new flags "X" selected by + default, contain what X related packages + which were in "SYSTEM" + +2001/08/03 dam's + + * standalone/net_monitor, network/tools.pm, network/netconnect.pm, + network/isdn.pm: debugging, 128Kb/s ISDN + + * Makefile.drakxtools, Makefile: added network pms + +2001/08/03 Pixel + + * partition_table.pm: typo fix + replace isJfs/isXfs/... with isThisFs("jfs" + + * install_any.pm: replace isJfs/isXfs/... with isThisFs("jfs" + update_userkderc is now called update_gnomekderc + + * Makefile: better po skipping + + * commands.pm (sync): (re-?)add + + * fs.pm, install_steps_interactive.pm, diskdrake.pm, bootloader.pm: + replace isJfs/isXfs/... with isThisFs("jfs" + + * fsedit.pm (check_mntpoint): /root should remain within the root + filesystem + + * install_steps.pm (choosePartitionsToFormat): toFormatUnsure=1 for /usr + update_userkderc is now called update_gnomekderc + +2001/08/02 Guillaume Cottenceau + + * mdk-stage1/adsl.c: + - fix problem of clashing user/pass between adsl and ftp/http in case + of automatic installs + - update doc on automatic install parameters (doc/TECH-INFOS) + + * mdk-stage1/doc/TECH-INFOS: + - small update + - fix problem of clashing user/pass between adsl and ftp/http in case + of automatic installs + - update doc on automatic install parameters (doc/TECH-INFOS) + +2001/08/02 Pablo Saratxaga + + * share/po/no.po: updated Norwegian file + +2001/08/02 Pixel + + * install_steps_interactive.pm, services.pm, install_interactive.pm, + network/netconnect.pm, install_any.pm, Xconfigurator.pm: instead of + testing if ref($in) or ref($o) contains /gtk/, test if interactive_gtk + is in ISA of the object + + * partition_table.pm, fsedit.pm, diskdrake.pm: JFS support + 2001/08/02 Guillaume Cottenceau * mdk-stage1/adsl.c: -- cgit v1.2.1