summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-09 11:28:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-09 11:28:35 +0000
commitc42abc045c0a1fc966eb2403d8fd29879f5f530b (patch)
tree92c1d741201e8b405625edd7e5e833b748984187 /perl-install
parent2a1700220ab3014ed58932d648ba6186c66fded1 (diff)
downloaddrakx-backup-do-not-use-c42abc045c0a1fc966eb2403d8fd29879f5f530b.tar
drakx-backup-do-not-use-c42abc045c0a1fc966eb2403d8fd29879f5f530b.tar.gz
drakx-backup-do-not-use-c42abc045c0a1fc966eb2403d8fd29879f5f530b.tar.bz2
drakx-backup-do-not-use-c42abc045c0a1fc966eb2403d8fd29879f5f530b.tar.xz
drakx-backup-do-not-use-c42abc045c0a1fc966eb2403d8fd29879f5f530b.zip
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/ChangeLog96
1 files changed, 96 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 577d5a34e..bc65d1856 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,99 @@
+2001/02/09 siegel
+
+ * share/po/de.po: new german version
+
+2001/02/08 dam's <damien@mandrakesoft.com>
+
+ * standalone/drakgw: implemented or updated embedded mode
+ added embedded and (ugly) wizard mode.
+
+ * standalone/printerdrake, standalone/mousedrake, standalone/diskdrake,
+ standalone/keyboarddrake: implemented or updated embedded mode
+
+ * standalone/draknet: implemented or updated embedded mode
+ added embedded mode
+
+ * standalone/XFdrake: implemented or updated embedded mode
+ corrected compilation bug.
+
+ * standalone/drakboot: implemented or updated embedded mode
+ updated embedded mode. Should work, not tested in real world
+
+ * netconnect.pm: removed testing wizard instruction
+
+2001/02/08 François Pons <fpons@mandrakesoft.com>
+
+ * ftp.pm: fixed wrong URLPREFIX formation if no user given.
+
+ * standalone/XFdrake: fix the previous changelog wich was wrong (bad
+ spelling),
+ added a char in comment to allow a new release (thanks to pixel :-)
+ make sure SHARE_PATH is set.
+ fixed SHARE_PATH to make sure it is setted.
+
+ * Xconfigurator.pm: added DRI experimental support (sis, radeon). Prefer
+ XF3 for SiS card.
+
+ * pkgs.pm: fixed problem for updating hdlist after going back to partition
+ step.
+
+2001/02/08 Guillaume Cottenceau <gc@mandrakesoft.com>
+
+ * mdk-stage1/tools.c, mdk-stage1/config-stage1.h, mdk-stage1/network.c:
+ better memory detection (from wonderful drakx)
+
+2001/02/08 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
+ share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
+ share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
+ share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
+ share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
+ share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
+ share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
+ share/po/pl.po, share/po/fi.po, share/po/no.po,
+ share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
+ share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
+ share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
+ share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
+ share/po/af.po: updated Norwegian file
+
+2001/02/08 Pixel <pixel@mandrakesoft.com>
+
+ * common.pm (availableRamMB): cleanup
+
+ * standalone.pm, standalone/XFdrake: make sure SHARE_PATH is set now in
+ standalone
+
+2001/02/07 François Pons <fpons@mandrakesoft.com>
+
+ * install_any.pm: fixed unknown package ARRAY... and locales selection
+ according to langs.
+
+ * modules.pm: fixed module name without text for SCSI configuration
+ dialog, add log.
+
+2001/02/07 Guillaume Cottenceau <gc@mandrakesoft.com>
+
+ * mdk-stage1/stage1.c, mdk-stage1/probing.h, mdk-stage1/stage1.h,
+ mdk-stage1/tools.c, mdk-stage1/automatic.c, mdk-stage1/init.c,
+ mdk-stage1/probing.c, mdk-stage1/automatic.h, mdk-stage1/modules.c,
+ mdk-stage1/network.c:
+ - use description of network cards when you have to select between
+ interfaces; has accuracy even in the case of multiple interface for a
+ given kernel module
+ - write down a small "shell" to change parameters on the fly (needs
+ compile option SPAWN_INTERACTIVE)
+
+2001/02/07 Pixel <pixel@mandrakesoft.com>
+
+ * install_steps_interactive.pm (choosePackages): better fix for getting
+ max install size.
+ (choosePackages): call setSelectedFromCompssList with empty
+ compssUsersChoice meaning max
+
+ * common.pm (formatXiB): more precise for cases like 1_234_000 -> 1.2GB
+
2001/02/07 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed unknown package ARRAY... and locales selection