diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-07 13:51:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-07 13:51:50 +0000 |
commit | 195e919f77c9643c2addc772b4fae127e4fe2a2a (patch) | |
tree | 993b671978ac93ca88df272d5d4a70861c5c9664 /perl-install | |
parent | 5e28fc1da765570134c34c736b992ca68afa3a64 (diff) | |
download | drakx-195e919f77c9643c2addc772b4fae127e4fe2a2a.tar drakx-195e919f77c9643c2addc772b4fae127e4fe2a2a.tar.gz drakx-195e919f77c9643c2addc772b4fae127e4fe2a2a.tar.bz2 drakx-195e919f77c9643c2addc772b4fae127e4fe2a2a.tar.xz drakx-195e919f77c9643c2addc772b4fae127e4fe2a2a.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 08abd134d..aa7ae20c6 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,102 @@ +2001/02/07 Chmouel Boudjnah <chmouel@mandrakesoft.com> + + * share/rpmsrate: Add usbd to SYSTEM. + +2001/02/07 dam's <damien@mandrakesoft.com> + + * netconnect.pm: updated wizard mode, intro and other stuff + + * interactive_gtk.pm, interactive.pm, my_gtk.pm: updated wizard mode + + * share/logo-mandrake.xpm: new logo + +2001/02/07 François Pons <fpons@mandrakesoft.com> + + * http.pm, ftp.pm, pkgs.pm: now fully fixed ftp connection (and http too) + caused by forked DrakX + with latent ftp connection. + +2001/02/07 Guillaume Cottenceau <gc@mandrakesoft.com> + + * mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show + 8.0 + + * mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave + hostname+domain + +2001/02/07 Pixel <pixel@mandrakesoft.com> + + * share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-( + + * detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia) + + * install_steps_interactive.pm (miscellaneous): remove asking about + numlock and hd optimizations, + deprecates it (aka don't do anything) + + * Xconfigurator.pm (main): don't need isLaptop anymore, use + detect_devices::hasPCMCIA + + * bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default + value of memsize + if given + (install): save CLEAN_TMP in sysconfig/system + (get_append, add_append): get or set an append value + (has_profiles, set_profiles): get or add an entry office for profiles, + also add prof=Home in + the default entry + + * any.pm (setupBootloader): take care of profiles and memsize + (facesnames): only display icons capitalized. This goes along the new + mandrake_desk where capitalized named faces are the new one. [a-z].* + icons + being only kept for compatibility. (in case no capitalized icons + available + display everything (compatibility with old mandrake_desk) + + * standalone/draknet, standalone/XFdrake: don't pass isLaptop + + * install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove + taking care of + profiles and memsize. Now in any & bootloader + (miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in + $o->{miscellaneous} anymore + + * install_gtk.pm (create_help_window, create_logo_window): use gtkxpm + + * netconnect.pm: remove the $isLaptop unused from a hell lot of functions + + * install2.pm (@installSteps): remove miscellaneous + (main): don't remove pcmcia modules anymore (not there anymore), remove + /sbin/stage1 + +2001/02/07 siegel + + * share/po/de.po: new german version + +2001/02/06 François Pons <fpons@mandrakesoft.com> + + * ftp.pm: reworked ftp behaviour a bit for cooperative connection (avoid + opening + and closing connection too fast for each transaction). There seems + to be some problem for retrieving twice a package, this cause huge pause + between each transaction, the best is to avoid them so ? + +2001/02/06 Guillaume Cottenceau <gc@mandrakesoft.com> + + * mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/stage1.c, + mdk-stage1/init.c, mdk-stage1/newt-frontend.c, mdk-stage1/network.c, + mdk-stage1/modules.c, mdk-stage1/disk.c: + - slighty change the message when exiting successfully from install, + to not mess with abnormal termination + - get back dialog for hostname and domain in case of unable to guess + domain + - try to resolve DNS if self-ip can't resolve, to guess domain + - remember entries so that when there is a problem you don't have to + re-enter everything (ncurses sucking stuff in case of stdio-frontend..) + - use larger buffer for list_directory since in /dev there can be + *many* files + 2001/02/05 dam's <damien@mandrakesoft.com> * Makefile.drakxtools, Makefile: added wizard.rc handling in Makfiles. |