From d35ce7339a8e84531b537755173ab3d2e5ca57bc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 30 Nov 2004 12:03:00 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 279 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 278 insertions(+), 1 deletion(-) (limited to 'perl-install/ChangeLog') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 261a13adc..44852cccc 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,280 @@ +2004/11/30 Pixel + + * install_steps.pm, any.pm: + - move some functions from any.pm to authentication.pm + - create authentication::ask_root_password_and_authentication() out of + install_steps_interactive::setRootPassword() + create any::set_root_passwd() and use it + - rely on adduser(8) to set the users password instead of using + write_passwd_user() + - use adduser(8) during install (we now use the same code during and + after install) + + * install_steps_interactive.pm: + - move some functions from any.pm to authentication.pm + - create authentication::ask_root_password_and_authentication() out of + install_steps_interactive::setRootPassword() + + * standalone/adduserdrake: + - rely on adduser(8) to set the users password instead of using + write_passwd_user() + - use adduser(8) during install (we now use the same code during and + after install) + + * authentication.pm: + - move some functions from any.pm to authentication.pm + - create authentication::ask_root_password_and_authentication() out of + install_steps_interactive::setRootPassword() + white space normalisation + +2004/11/30 Thierry Vignaud + + * standalone/localedrake: Yes/no is better than Ok/cancel for logout + question + + * harddrake/data.pm: rollback previous bogus commit + detect_devices::getModem() does not take an argument anymore + + * share/rpmsrate, lang.pm: install scim-anthy as well for japanese users + + * install_any.pm (setDefaultPackages) perl_checker cleanup + + * detect_devices.pm (isLaptop) fix it on non PPC architectures + (dmidecode) add (explicit) memoization + +2004/11/29 Pixel + + * bootloader.pm: perl_checker compliance + - drop oem & recovery code (which was broken) + - will be replaced with a root password + user accounts + network + configuration a la drakfirsttime + + * authentication.pm: minimal authentication get() function + create %kind2pam_kind + + * any.pm: rename allocUsers() to alloc_user_faces() (better suited) + + * mdk-stage1/disk.h, install_steps_gtk.pm, docs/README, mdk-stage1/disk.c, + install_steps.pm, rescue/tree/etc/rc.sysinit, rescue/tree/etc/oem, + install_steps_interactive.pm, tools/oem-prepare, mdk-stage1/tools.c, + rescue/tree/etc/oem-all, rescue/.cvsignore, install2.pm, + mdk-stage1/stage1.c, rescue/Makefile, rescue/kernel_read_part.c: + - drop oem & recovery code (which was broken) + - will be replaced with a root password + user accounts + network + configuration a la drakfirsttime + +2004/11/29 Rafael Garcia-Suarez + + * install2.pm: A bit of grammar + +2004/11/29 Thierry Vignaud + + * standalone/harddrake2: add hint for translator + + * share/po/ja.po: update (Yukiko Bando) + + * install_any.pm (setDefaultPackages) better support for Toshiba laptops: + preload + toshiba driver and install toshutils (inspirated from + drivers/char/toshiba.c's audit) + (setDefaultPackages) better support for DELL laptops: preload i8k driver + better support for DELL laptops (inspirated from drivers/char/i8k.c's + audit) + + * share/rpmsrate: ensure toshutils is present on media + ensure ik8utils is present on media + +2004/11/27 Funda Wang + + * share/po/zh_CN.po: Updated Simplified Chinese translation + +2004/11/27 Rafael Garcia-Suarez + + * network/adsl_consts.pm: Don't load encoding.pm, it's not provided in the + stage 2 perl + +2004/11/26 David Baudens + + * share/rpmsrate: Add some tool in DEVELOPMENT section + +2004/11/26 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/es.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/fr.po, + share/po/ta.po, share/po/vi.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 + + * standalone/harddrake2: fixed typo + +2004/11/26 Pixel + + * Xconfig/card.pm: simplify + + * partition_table/dos.pm: + - geometry XXX/240/63 is quite common, so add 240 to @valid_nb_heads + - remove checking that nb_heads is in @valid_nb_heads + (this fixes yet another case of the infamous "XP doesn't boot" occuring + 10.1 + CE, though it should already be fixed via EDD) + + * standalone/keyboarddrake: don't write X config when there is none + (otherwise we write a partial X config) + + * Xconfig/monitor.pm: help perl another way that perl_checker prefers + + * network/ethernet.pm: help perl_checker + +2004/11/26 Rafael Garcia-Suarez + + * pkgs.pm, install_any.pm: We won't have files named + compssUsers.pl. since they're all + merged now. + +2004/11/26 Thierry Vignaud + + * share/po/br.po: update + + * drakxtools.spec: 10.2-0.5mdk + +2004/11/25 David Baudens + + * share/rpmsrate: Fix Totem installation when KDE and GNOME are both + installed. + Fix Quanta installation + +2004/11/25 Pixel + + * fsedit.pm: moving partitions never really worked and is disabled since + years + safer + + * Xconfig/card.pm: create function libgl_config() and have it after + setting Driver to 'fglrx' so + that libgl_config() can behave based on {Driver} instead of {Driver2} + + * any.pm: remove /lib and /usr/lib with more verbose code + fix previous commit + handle the lib64 case separately + + * pkgs.pm, devices.pm, install_any.pm: we don't use /tmp for devices + anymore + (this comes from long ago when redhat code was using a ro /dev and + creating other devices in /tmp) + + * install_steps_gtk.pm: simpler code + + * standalone/drakfloppy: minimal perl_checker compliance + use floppies_dev() instead of floppies() + + * diskdrake/interactive.pm: moving partitions never really worked and is + disabled since years + - create analyze_wild_device_name() out of + subpart_from_wild_device_name() + - rename part2device() into part2wild_device_name(), change its + prototype and use analyze_wild_device_name() + - new field {faked_device} + - for LABEL=..., {device} is not empty anymore and {faked_device} is + set, + merge_fstabs() will take care of having the real {device} and + {faked_device} unset + - for devfs_device, {device} is set to the devfs device, + merge_fstabs() will take care of having the non devfs device in + {device} + + * standalone/diskdrake: use fs::get::device2part() + use fs::get::device2part() + + * fs.pm: remove unused var + we don't use /tmp for devices anymore + (this comes from long ago when redhat code was using a ro /dev and + creating other devices in /tmp) + - create analyze_wild_device_name() out of + subpart_from_wild_device_name() + - rename part2device() into part2wild_device_name(), change its + prototype and use analyze_wild_device_name() + - new field {faked_device} + - for LABEL=..., {device} is not empty anymore and {faked_device} is + set, + merge_fstabs() will take care of having the real {device} and + {faked_device} unset + - for devfs_device, {device} is set to the devfs device, + merge_fstabs() will take care of having the non devfs device in + {device} + more intelligent sort of fstab to handle loopback files or bind + directory (bug anthil #1198) + +2004/11/25 Thierry Vignaud + + * harddrake/data.pm: do not probe memory chips at boot time ... + + * standalone/printerdrake (About) let be more l10n friendly regarding + "translatability" + (About) let be more l10n friendly regarding font's weight and size + + * modules.pm (load_and_configure) fix setting scsi and usb probell in live + CD (thus fixing + mousedrake --auto with USB mice on live CD) + + * modules/any_conf.pm: ensure that explanations go into + /var/log/explanations is standalone mode + (log::explanations() just calls log::l() at install time) + + * standalone/service_harddrake: do not die if sound never was configured + (aka on first boot on live CD) + + * drakxtools.spec: fix spacing in 10.2-0.4mdk's changelog + 10.2-0.4mdk + +2004/11/24 Funda Wang + + * share/po/zh_CN.po: Updated Simplified Chinese translation + +2004/11/23 Pablo Saratxaga + + * lang.pm: list Turkish language in both Asia and Europe (for Istanbul) + +2004/11/23 Pixel + + * fs.pm: fix {device_alias} containing /dev/xxx instead of xxx. The bug + was + "none /mnt/cdrom supermount dev=/dev//dev/cdrom,fs=iso9660..." + (bugzilla #12224) + fix {device_alias} containing /dev/xxx instead of xxx. The bug was + "none /mnt/cdrom supermount dev=/dev//dev/cdrom,fs=iso9660..." + (bugzilla #12224) + + * partition_table/raw.pm: detect on lilo on floppy (bugzilla #12213) + detect on lilo on floppy (bugzilla #12213) + + * bootloader.pm: don't use typeOfMBR to check the method on floppy which + may not be inserted + (part of bugzilla #12213) + don't use typeOfMBR to check the method on floppy which may not be + inserted + (part of bugzilla #12213) + +2004/11/23 Thierry Vignaud + + * share/po/ja.po: update (Yukiko Bando) + + * share/po/fr.po: update (kournikolas) + + * share/po/br.po: update + 2004/11/23 Thierry Vignaud * share/po/ja.po: update (Yukiko Bando) @@ -41902,7 +42179,7 @@ * Makefile.config: remove dir security - * proxy.pm: add $Id: ChangeLog,v 1.987 2004/11/18 12:57:21 prigaux Exp $ + * proxy.pm: add $Id: ChangeLog,v 1.988 2004/11/23 12:05:56 prigaux Exp $ * interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are more accurate than -- cgit v1.2.1