From b939e7916120c032ad9cfe48f848419ef79fe209 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Sep 2004 10:09:44 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 372 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 371 insertions(+), 1 deletion(-) (limited to 'perl-install/ChangeLog') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 010e9dcb3..dfc87b69e 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,373 @@ +2004/09/20 Olivier Blin + + * standalone/net_monitor: remove connection time timer if connection fails + (fix #11590) + + * network/adsl.pm (adsl_conf_backend) use avmadsl option for capi cards to + use settings + generated by drdsl + + * network/netconnect.pm: do not write config two times for lan connections + move "Start at boot" step for lan-like adsl/cable connections + + * network/network.pm: more zeroconf fixes (zcip isn't a service, stop + tmdns service if + zeroconf is disabled, check tmdns init file in prefix/etc) + +2004/09/20 Pablo Saratxaga + + * share/po/da.po: merged with current pot file + +2004/09/20 Pixel + + * diskdrake/interactive.pm, devices.pm, fs/type.pm, fs/mount_options.pm, + install_steps.pm, standalone/drakupdate_fstab, + install_steps_interactive.pm, partition_table.pm: + - add field {part_number} for partitions + (handle it in subpart_from_wild_device_name(), partition_table::read()) + - create migrate_device_names() to handle the change of device names + when + changing kernel&modules (eg: hde->hda or hda->sda) + - change prototype of install_any::use_root_part() + (prefix is dropped, optional $in is added) + - create fs::type::can_be_this_fs_type() and use it + - create devices::part_number() and devices::part_prefix() and use + them + + * fs.pm: perl_checker compliance + - add field {part_number} for partitions + (handle it in subpart_from_wild_device_name(), partition_table::read()) + - create migrate_device_names() to handle the change of device names + when + changing kernel&modules (eg: hde->hda or hda->sda) + - change prototype of install_any::use_root_part() + (prefix is dropped, optional $in is added) + - create fs::type::can_be_this_fs_type() and use it + - create devices::part_number() and devices::part_prefix() and use + them + - don't use fs::get_info_from_fstab() in install_any::use_root_part() + to be able to handle + renamed devices + - fs::get_info_from_fstab() doesn't take a prefix anymore + - small perl_checker fix in install_any.pm + + * install_any.pm: + - add field {part_number} for partitions + (handle it in subpart_from_wild_device_name(), partition_table::read()) + - create migrate_device_names() to handle the change of device names + when + changing kernel&modules (eg: hde->hda or hda->sda) + - change prototype of install_any::use_root_part() + (prefix is dropped, optional $in is added) + - create fs::type::can_be_this_fs_type() and use it + - create devices::part_number() and devices::part_prefix() and use + them + - don't use fs::get_info_from_fstab() in install_any::use_root_part() + to be able to handle + renamed devices + - fs::get_info_from_fstab() doesn't take a prefix anymore + - small perl_checker fix in install_any.pm + + * standalone/drakboot, network/tools.pm, standalone/diskdrake, + standalone/bootloader-config: + - don't use fs::get_info_from_fstab() in install_any::use_root_part() + to be able to handle + renamed devices + - fs::get_info_from_fstab() doesn't take a prefix anymore + - small perl_checker fix in install_any.pm + +2004/09/20 Rafael Garcia-Suarez + + * share/po/fr.po: Fix typo + + * pkgs.pm: Fix supplementary CDs with any kind of media + + * install_any.pm: Remove no longer necessary hack. + +2004/09/20 Thierry Vignaud + + * standalone/drakups (add_device_wizard) default to automatic detection + + * share/po/br.po: update + +2004/09/19 Funda Wang + + * share/po/zh_CN.po: Updated Simplified Chinese translation + +2004/09/19 (Hilbert) + + * share/po/zh_TW.po: DrakX-zh_TW: 1210 + Circular mounts + +2004/09/19 Keld Jørn Simonsen + + * share/po/da.po: updates (ugh!) + gi/perl-install/share/po/da.po + Updates + gi/perl-install/share/po/da.po + updates + gi/perl-install/share/po/da.po + +2004/09/18 Keld Jørn Simonsen + + * share/po/da.po: updates + gi/perl-install/share/po/da.po + updates + gi/perl-install/share/po/da.po + updates + gi/perl-install/share/po/da.po + +2004/09/17 Keld Jørn Simonsen + + * share/po/da.po: updates + gi/perl-install/share/po/da.po + Updates + soft/drakbt/po/da.po soft/drakpxelinux/po/da.po + gi/perl-install/share/po/da.po + +2004/09/17 Olivier Blin + + * standalone/service_harddrake: update iftab when new ethernet devices are + detected + probe firewire and pcmcia network devices too + + * network/ethernet.pm (configure_eth_aliases) don't write aliases for + pcmcia cards but + remove them, or else the pcmcia service won't be started correctly + (the ethernet module being loaded, pcmcia_core would be loaded too, + and the pcmcia service would think it is already started ...) + (configure_eth_aliases) kill code that can't do anything good + (remove_alias isn't intended to be used with the module name) + + * network/adsl.pm (adsl_conf_backend) make sure the speedtch kernel module + won't be hidden + + * network/network.pm (configureNetwork2) really enable zeroconf if + zeroconf is requested + (configureNetwork2) write blank zeroconf hostname if zeroconf is + disabled, else drakconnect will assume it is enabled + (configureNetwork2) use services do disable zeroconf, do not disable + if it doesn't exist (to avoid warnings in console) + +2004/09/17 Pixel + + * partition_table/dos.pm, partition_table/raw.pm, fsedit.pm: try to get + geometry from EDD + +2004/09/17 Thierry Vignaud + + * standalone/drakups: perl_checker cleanup + remove debug message :-) + refresh UPS list when adding a new UPS though the add wizard + (add_device_wizard) fix automatically detect/add an UPS + + * share/rpmsrate: install NUT for "American Power Conversion|Back-UPS Pro + 500" too + + * drakxtools.spec: 10.1-10mdk + +2004/09/16 José JORGE + + * share/po/pt.po: jorge + +2004/09/16 Olivier Blin + + * network/adsl.pm: stop capi service before new config is written so that + capiinit can unload the old driver + + * network/isdn.pm: stop capi service before new config is written so that + capiinit can unload the old driver + make isdn over capi work again + + * network/netconnect.pm: don't support all slmodem cards, our agreement + forbid it :-/ + do not ask "capidrv or capidrv ?" ... + make isdn over capi work again + + * share/rpmsrate: do not install isdn-light, it's unused, unsupported, and + breaks + isdn4net + + * network/network.pm (read_all_conf) use network::tools to probe + connection type + +2004/09/16 Pablo Saratxaga + + * share/po/bn.po, share/po/ms.po, share/po/sk.po, share/po/gl.po, + share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po, + share/po/hr.po, share/po/be.po, share/po/ko.po, share/po/DrakX.pot, + share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po, + share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po, + share/po/ltg.po, share/po/nb.po, share/po/ky.po, share/po/uz.po, + share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, + share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po, + share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po, + share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po, + share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po, + share/po/uk.po, share/po/am.po, share/po/lt.po, share/po/cy.po, + share/po/tg.po, share/po/bs.po, share/po/fur.po, share/po/mk.po, + share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po, + share/po/az.po, share/po/pt.po, share/po/vi.po, share/po/fr.po, + share/po/ta.po, share/po/nl.po, share/po/de.po, share/po/tl.po, + share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po, + share/po/uz@Latn.po: updated pot file + + * share/po/es.po: fixed typo + updated pot file + + * network/netconnect.pm: fixed typo (no spaces before question marks in + English) + +2004/09/16 Pixel + + * standalone/draksplash2: add as a comment the "convert" command + imagemagick can do what gimp can't: reduce the number of colors while + using a fixed treedepth different than 24bpp (we want 6*3 = 18bpp) + display the stepping effect + + * detect_devices.pm: C3 has "cpu family" == 6, so now also checking that + cmov flag is available to say we have a i686 + + * install_steps_gtk.pm: on a test here, a "Server died" occured whereas + the server is running. + i think it can occur if the server is in fact not even started. Trying + to handle this case + +2004/09/16 rcasha + + * share/po/mt.po: var + +2004/09/16 Rafael Garcia-Suarez + + * install_steps_gtk.pm: Kludgy fix for bug 11558 : sometimes when + restarting the installer at the + step where partitions are read, it'll be needed to reaload the rpmsrate + and compssUsers.pl to avoid a crash a bit later. + + * install_any.pm: Kludgy fix for bug 11558 : sometimes when restarting the + installer at the + step where partitions are read, it'll be needed to reaload the rpmsrate + and compssUsers.pl to avoid a crash a bit later. + Better retry on error handling for supplementary media + + * share/list: Include locale.pm in the install, since ugtk2 now uses it. + +2004/09/16 Thierry Vignaud + + * share/po/br.po: update + update + + * standalone/drakups (add_device_wizard) fix device list in wizard + perl_checker cleanups + +2004/09/15 Olivier Blin + + * network/adsl.pm: do not add prefix in path given to ensure_is_installed + ! (i.e. replace untested code with untested code), fix #11547 and more + add comment + (adsl_conf_backend) don't create empty pppoe.conf if the package isn't + installed + load modules and run start programs in standalone too, so that it will + work even if the packages have just been installed + + * network/netconnect.pm: install unicorn-kernel package if available + add "Unlisted - edit manually" entry in modem provider list (fix #11549) + do not add prefix in path given to ensure_is_installed ! (i.e. replace + untested code with untested code), fix #11547 and more + + * detect_devices.pm (getBewan) use more permissive regexp for PCI modem, + description in + pcitable may change + + * network/isdn.pm: do not add prefix in path given to ensure_is_installed + ! (i.e. replace untested code with untested code), fix #11547 and more + +2004/09/15 Pablo Saratxaga + + * share/po/uz.po, share/po/uz@Latn.po: updated Uzbek files + + * share/po/it.po: updated Italian file + + * keyboard.pm: removed "caps:shift" it never fully solved the problem of + turkish keyboards + anyway; and a much better solution is done on newer keyboard maps + in xorg package. + +2004/09/15 Pixel + + * fsedit.pm: explicit scalar false value (otherwise it gives () in list + context) + + * bootloader.pm: no need to require pkgs (and it makes bootloader-config + some break when removing entries) + +2004/09/15 Stew Benedict + + * standalone/drakbackup: Use radio buttons in media selection (wildman). + perl_checker compliance. + +2004/09/15 Thierry Vignaud + + * standalone/drakbackup (interactive_mode_box) better make parameter + optionnal + + * share/po/bn.po, share/po/ms.po, share/po/gl.po, share/po/th.po, + share/po/et.po, share/po/hr.po, network/netconnect.pm, share/po/be.po, + share/po/ko.po, share/po/pl.po, share/po/fi.po, share/po/he.po, + share/po/ca.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po, + share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po, + share/po/it.po, share/po/eu.po, share/po/es.po, network/adsl.pm, + share/po/lv.po, share/po/hu.po, share/po/ru.po, share/po/sl.po, + share/po/nn.po, share/po/mt.po, share/po/ga.po, share/po/uk.po, + share/po/mn.po, share/po/am.po, share/po/lt.po, share/po/tg.po, + share/po/bs.po, share/po/fur.po, share/po/wa.po, share/po/hi.po, + share/po/pt.po, share/po/vi.po, share/po/fr.po, share/po/ta.po, + share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/cs.po, + share/po/uz@Latn.po: fix PPPoA case + + * modules/interactive.pm (load_category__prompt) fix spacing in module + list + + * share/po/br.po: update + update + update + update + + * drakxtools.spec: last minute changes in 10.1-9mdk + 10.1-9mdk + fix typo in 10.1-6mdk's and 10.1-7mdk's changelog + + * share/po/sk.po, share/po/pt_BR.po, share/po/ja.po, share/po/sv.po, + share/po/sr.po, share/po/da.po, share/po/ky.po, share/po/sr@Latn.po, + share/po/sq.po, share/po/fa.po, share/po/id.po, share/po/tr.po, + share/po/mk.po, share/po/is.po, share/po/af.po, share/po/az.po, + share/po/tl.po, share/po/el.po, share/po/bg.po: unfuzzy a few sagem + strings + fix PPPoA case + + * share/po/cy.po: update (note that my welsh needs to be reviewed as well + as my 2004/08/13 update) + fix PPPoA case + + * ugtk2.pm (get_text_coord) fix wrapping for CJ when mixed with english + strings + (eg: cuted "Mandrakesoft" word) + (get_text_coord) kill unused character + + * install_steps_gtk.pm (installPackages) kill unused variable + +2004/09/15 vljubovic + + * share/po/bs.po: A small fix + +2004/09/15 Warly + + * share/rpmsrate: add dkms-minimal in INSTALL + +2004/09/15 Youcef Rabah Rahal + + * share/po/ar.po: Arabic translation + 2004/09/15 Pablo Saratxaga * share/po/uz.po, share/po/uz@Latn.po: updated Uzbek files @@ -39279,7 +39649,7 @@ * Makefile.config: remove dir security - * proxy.pm: add $Id: ChangeLog,v 1.970 2004/09/14 10:02:11 prigaux Exp $ + * proxy.pm: add $Id: ChangeLog,v 1.971 2004/09/15 00:45:00 prigaux Exp $ * interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are more accurate than -- cgit v1.2.1