diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-21 19:22:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-21 19:22:58 +0000 |
commit | c7ce24b63f1d762d33e8960271bc0a60e455964f (patch) | |
tree | 0e27ea2ad8c077df95db61288bd5f107a2076cdd /perl-install/ChangeLog | |
parent | 558cc19e28936f17352e8de5a7c7afdee46cd461 (diff) | |
download | drakx-c7ce24b63f1d762d33e8960271bc0a60e455964f.tar drakx-c7ce24b63f1d762d33e8960271bc0a60e455964f.tar.gz drakx-c7ce24b63f1d762d33e8960271bc0a60e455964f.tar.bz2 drakx-c7ce24b63f1d762d33e8960271bc0a60e455964f.tar.xz drakx-c7ce24b63f1d762d33e8960271bc0a60e455964f.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index fcada0763..1bd3a3755 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,96 @@ +2001/09/21 dam's <damien@mandrakesoft.com> + + * network/adsl.pm: typo + +2001/09/21 François Pons <fpons@mandrakesoft.com> + + * install_steps_gtk.pm: reworked medium management. + moved com_license to parent package (as code that show the license is + now + available even for non gtk install). + + * Xconfigurator.pm: S3 ViRGE is a bad card for testing on live upgrade. + + * pkgs.pm, install_any.pm: reworked medium management. + + * detect_devices.pm: avoid detecting plip for live upgrade. + + * install_steps_interactive.pm: avoid keeping testing code. + reworked medium management. + added code to support changeable cdrom, set a unique copy of license for + installing commercial application as package variable (exported). + +2001/09/21 gbeauchesne + + * share/po/no.po: remove trailing '\n' + +2001/09/21 Pablo Saratxaga <pablo@mandrakesoft.com> + + * share/po/hu.po, share/po/no.po: updated pot file + updated pot file + updated Norwegian and Hungarian files + updated pot file + + * help.pm: updated help file + + * share/po/help_xml2pm.pl: updated pot file + + * printerdrake.pm: small fix + changed text strings to be more translator friendly + (NEVER EVER cut a phrase) + + * share/po/zh_CN.po, share/po/ru.po, share/po/vi.po: updated pot file + updated pot file + corrected extra \n + updated pot file + + * 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/sr.po, + share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po, + share/po/az.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, + share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, + share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, + share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, + share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, + share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/cs.po, + share/po/af.po: updated pot file + updated pot file + updated pot file + + * keyboard.pm: adapted keyboard priority numbers (it is useless to give a + multichoice with a + value higher than 90) + + * share/po/zh_TW.po: updated pot file + updated pot file + +2001/09/21 Pixel <pixel@mandrakesoft.com> + + * bootloader.pm: write password in lilo.conf even if it's also done by + msec, otherwise lilo will fail with restricted only + + * install_steps.pm: Ensure $o->{superuser}{name} is temporary + + * share/rpmsrate, install_any.pm: add HIGH_SECURITY flag, use it for + libsafe and kernel22-secure + +2001/09/21 Till Kamppeter <till@mandrakesoft.com> + + * printer.pm: Added a forgotten "_( ... )". + +2001/09/21 warly + + * share/rpmsrate: add gnomemeeting and openmcu + +2001/09/20 Pixel <pixel@mandrakesoft.com> + + * install_interactive.pm (partition_with_diskdrake): ensure the $::expert + flag modifications in + diskdrake do not escape from diskdrake + + * install_steps_interactive.pm (choosePartitionsToFormat): do not propose + check bad blocks for xfs and jfs + 2001/09/20 dam's <damien@mandrakesoft.com> * network/netconnect.pm: don't reapply the conf, if already applied. |