From e56f471429486947790e06a9dcdb998b0f884727 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 16 Feb 2002 21:06:42 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'perl-install/ChangeLog') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index d41b8dd8d..6a27671b0 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,42 @@ +2002/02/16 Pixel + + * 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= + 2002/02/16 Pixel * lang.pm (country2lang): created -- cgit v1.2.1