summaryrefslogtreecommitdiffstats
path: root/perl-install/ChangeLog
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-16 21:06:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-16 21:06:42 +0000
commite56f471429486947790e06a9dcdb998b0f884727 (patch)
tree039e2d55ca0c4924c8ebc0771157518cde9b965c /perl-install/ChangeLog
parent4ef23f4fdfcddd9c110af5cf4ec76cbf64164fdf (diff)
downloaddrakx-backup-do-not-use-e56f471429486947790e06a9dcdb998b0f884727.tar
drakx-backup-do-not-use-e56f471429486947790e06a9dcdb998b0f884727.tar.gz
drakx-backup-do-not-use-e56f471429486947790e06a9dcdb998b0f884727.tar.bz2
drakx-backup-do-not-use-e56f471429486947790e06a9dcdb998b0f884727.tar.xz
drakx-backup-do-not-use-e56f471429486947790e06a9dcdb998b0f884727.zip
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r--perl-install/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index d41b8dd8d..6a27671b0 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,5 +1,44 @@
2002/02/16 Pixel <pixel@mandrakesoft.com>
+ * Xconfig.pm:
+ - prefer XKB available from existing XF86Config over
+ /etc/sysconfig/keyboard KEYTABLE
+ - fix translating from /etc/sysconfig/keyboard KEYTABLE to XKB
+
+ * diskdrake/interactive.pm: add Resize'ing mounted XFS on LVM
+
+ * interactive_newt.pm: do not trash error messages if testing
+
+ * lang.pm (country2lang): created
+ (write): ensure it doesn't fail when kdeglobals is not writable (eg: the
+ directory doesn't exist)
+ (list): return the languages in a "specific" order (favours non utf8
+ over utf8)
+
+ * crypto.pm (mirrors): add a timeout via "alarm" (needs testing)
+
+ * install_steps_interactive.pm (setupSCSI): when "clicked", ask "Do you
+ have any SCSI interfaces" instead
+ of assuming there is a SCSI interface and asking the driver name
+
+ * lvm.pm:
+ - LVs "device" field were containing "/dev/vg/number" whereas it must
+ be "vg/name"
+ - added lv_resize
+ - call pvcreate with "-y -ff"
+ - created LVs are notFormatted
+
+ * interactive.pm:
+ - fix non X + testing + su
+ - since "interactive" takes care of "format" for type "combo", remove
+ "format" (so that interactive_newt which switch to type "list" don't
+ apply
+ "format" once again)
+
+ * standalone/localedrake: handle --kde_country=<country>
+
+2002/02/16 Pixel <pixel@mandrakesoft.com>
+
* lang.pm (country2lang): created
(write): ensure it doesn't fail when kdeglobals is not writable (eg: the
directory doesn't exist)