summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-19 10:42:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-19 10:42:21 +0000
commitdc04b762a7729bd0790b92d8c61bf9d182d0b654 (patch)
tree47f37ae114215049142227480fe61a0a6269ebac /perl-install
parente87f4ab851d6f790b5c1e20b2bf1d3efe44b3e58 (diff)
downloaddrakx-backup-do-not-use-dc04b762a7729bd0790b92d8c61bf9d182d0b654.tar
drakx-backup-do-not-use-dc04b762a7729bd0790b92d8c61bf9d182d0b654.tar.gz
drakx-backup-do-not-use-dc04b762a7729bd0790b92d8c61bf9d182d0b654.tar.bz2
drakx-backup-do-not-use-dc04b762a7729bd0790b92d8c61bf9d182d0b654.tar.xz
drakx-backup-do-not-use-dc04b762a7729bd0790b92d8c61bf9d182d0b654.zip
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 22f8d2a9a..78a6fa097 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,59 @@
+2001/07/19 Pixel <pixel@mandrakesoft.com>
+
+ * install_steps_auto_install.pm, install_steps_newt.pm, install2.pm: based
+ on Michael Brown <mbrown@fensystems.co.uk> patch:
+ - enables graphical steps in auto_installs for more than gtk
+ - various cleanup
+
+ * globals.pm: no strict 'refs' instead of 'vars'
+
+ * services.pm: rename ask_install_gtk in ask_install, ask_install is now
+ ask_install_simple (obsolete)
+
+2001/07/18 mbadaire
+
+ * modules.pm, install_any.pm, bootloader.pm: IA64 adaptation
+
+2001/07/18 Stew Benedict <sbenedict@mandrakesoft.com>
+
+ * modules.pm, install_steps.pm, install_steps_interactive.pm,
+ tools/serial_probe/serial.c, detect_devices.pm, partition_table_mac.pm,
+ diskdrake.pm: roll back some changes from PPC beta - OldWorld vs
+ NewWorld bootloader
+ modem detection on ttyS0, new sound module in 2.4.4
+
+2001/07/17 François Pons <fpons@mandrakesoft.com>
+
+ * install_steps.pm: disabled Frame buffer for all S3 cards (hangs with XF4
+ and S3 ViRGE on reboot
+ with Aurora).
+
+ * Xconfigurator.pm: cleaned and added S3 Inc in the list to disable test
+ for these card.
+
+2001/07/16 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * share/rpmsrate: removed references to XFree86-ISO8859-{2,9} packages (no
+ more used)
+
+ * keyboard.pm: small keyboard changes
+
+2001/07/13 tvignaud
+
+ * share/po/fr.po: update
+
+2001/07/12 François Pons <fpons@mandrakesoft.com>
+
+ * fs.pm: fixed wrong examination of fsck return code (exit code 1 says
+ fsck succeeded in
+ fixing partition and now is ok).
+
+ * run_program.pm: changed exit code of failed exec in rooted to 128
+ instead of 1 (may clash with
+ exit code of fsck else).
+
+ * any.pm: fixed bug for writing in /etc/sysconfig/desktop file.
+
2001/07/12 François Pons <fpons@mandrakesoft.com>
* interactive.pm: added ask_browse_tree_info and ask_browse_tree_info_refW