diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-03-24 16:32:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-03-24 16:32:24 +0000 |
commit | 64e52263301d0cc51bc64e8f53559a5dacc4ea8c (patch) | |
tree | 5b73d8797b234bb5c6d9d42d648eb9df808b6ea6 | |
parent | a9e03ee1de980d909dc867c9b5853205c5cb5c3c (diff) | |
download | drakx-64e52263301d0cc51bc64e8f53559a5dacc4ea8c.tar drakx-64e52263301d0cc51bc64e8f53559a5dacc4ea8c.tar.gz drakx-64e52263301d0cc51bc64e8f53559a5dacc4ea8c.tar.bz2 drakx-64e52263301d0cc51bc64e8f53559a5dacc4ea8c.tar.xz drakx-64e52263301d0cc51bc64e8f53559a5dacc4ea8c.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 8807d3526..06c03a624 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,31 @@ +2004/03/24 Pixel <pixel at mandrakesoft.com> + + * share/rpmsrate: when BIGMEM & SMP, use kernel-p3-smp-64GB + + * bootloader.pm: + - preferring "p3-smp-64GB" first (for BIGMEM + SMP) + - also adding i686-up-4GB + - cleanup code + fix extension parsing (vmlinuz-2.6.3-7mdksmp & + vmlinuz-2.6.3-7mdkenterprise vs vmlinuz-2.6.3-7mdk-p3-smp-64GB & + vmlinuz-2.6.3-7mdk-i686-up-4GB) + sorting based on @prefered is nearly unused, remove it + +2004/03/24 Thierry Vignaud <tvignaud at mandrakesoft.com> + + * network/isdn.pm (isdn_write_config_backend) load ISDN driver + up ippp0 interface and delete previous default route + (isdn_detect_backend) do not try to get "type" field here, we just have + nothing + to guess it there + (isdn_read_config) do not overwrite current parameters with undefed ones + + * network/netconnect.pm: fix ISDN modem selection + + * modules.pm (probe_category) set ISDN hisax driver type parameter + + * network/adsl_consts.pm: #5056 really refered to austria, not australia + 2004/03/24 David Baudens <baudens at mandrakesoft.com> * share/po/fr.po: Update translations @@ -29820,7 +29848,7 @@ * Makefile.config: remove dir security - * proxy.pm: add $Id: ChangeLog,v 1.917 2004/03/24 09:29:33 prigaux Exp $ + * proxy.pm: add $Id: ChangeLog,v 1.918 2004/03/24 13:39:10 prigaux Exp $ * interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are more accurate than |