summaryrefslogtreecommitdiffstats
path: root/perl-install/ChangeLog
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-21 10:56:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-21 10:56:58 +0000
commit4810d691da4227fe3b04ba402dd70cbdfb48d254 (patch)
tree9c17d2120d3d217460cf0316cd931995ddd92a3a /perl-install/ChangeLog
parent1c95a9572901d9caf520e78f643218ecdb8128ef (diff)
downloaddrakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar
drakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar.gz
drakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar.bz2
drakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.tar.xz
drakx-backup-do-not-use-4810d691da4227fe3b04ba402dd70cbdfb48d254.zip
no_comment
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r--perl-install/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 1bd26b921..e65f647c4 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,21 @@
+2000-09-21 Pixel <pixel@mandrakesoft.com>
+
+ * detect_devices.pm (@netdevices): plip removed in standalone,
+ otherwise plip is always there (because of kmod)
+
+ * install_steps_interactive.pm (choosePartitionsToFormat): replace
+ the die "cancel" by die "already displayed", so that no error is
+ displayed.
+
+ * pci_probing/pcitable: replace some rtl8139 by 8139too, added
+ cards DELTA8139 and ADDTRON8139 (for jeff)
+
+ * Xconfigurator.pm (show_info): also show the colordepth and
+ resolution. don't show server if none, show XF4 driver if there's
+ one.
+ (main): change the "Forget the changes" to "Keep the changes?"
+ with displaying the current configuration.
+
2000-09-21 François Pons <fpons@mandrakesoft.com>
* printer.pm: changed "PostScript" ppd default description to "Raw
@@ -13,6 +31,9 @@
* netconnect.pm (conf_network_card): added check when dhcp. Cable connection
should now work.
+2000-09-21 DrakX <install@linux-mandrake.com>
+
+ * snapshot uploaded
2000-09-21 Pixel <pixel@mandrakesoft.com>