diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-11 12:57:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-11 12:57:39 +0000 |
commit | 21ee172e36d371962392f696f8715d9925e944e2 (patch) | |
tree | 838dc9f843d1db918524c8af6d23172b74351111 | |
parent | 820a9a51d454c1fb687fe3cb1bbe47a5c0af08e5 (diff) | |
download | drakx-21ee172e36d371962392f696f8715d9925e944e2.tar drakx-21ee172e36d371962392f696f8715d9925e944e2.tar.gz drakx-21ee172e36d371962392f696f8715d9925e944e2.tar.bz2 drakx-21ee172e36d371962392f696f8715d9925e944e2.tar.xz drakx-21ee172e36d371962392f696f8715d9925e944e2.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 45a848b5d..f2bc26e63 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,72 @@ +2001/04/11 fabman + + * share/po/es.po: updated spanish .po file + +2001/04/11 François Pons <fpons@mandrakesoft.com> + + * printerdrake.pm: make printer devices more accurate. + removed limitation to only one port probed + + * mouse.pm: fix wacom usb tablet + + * standalone/printerdrake: added missing take into account of + /etc/modules.conf + + * detect_devices.pm: fixed printer probe (usb and parallel). + +2001/04/11 Guillaume Cottenceau <gc@mandrakesoft.com> + + * share/po/fr.po: write the shitload of untranslated and fuzzy msg + +2001/04/11 Pixel <pixel@mandrakesoft.com> + + * tools/make_mdkinst_stage2: to lighten mdkinst_stage2: + - completly remove po's (will be getFile'd) + - remove LVM progs, resize_reiserfs, big fonts (will be getFile'd) + + * standalone/drakboot: make it work (why was bootloader::install + commented?) + + * share/aliases: add rmmod -> insmod_ + + * lang.pm (get_x_fontset): special cases for some big (size) fonts + + * Makefile: take cardmgr-* + + * install_any.pm (check_prog): make it work + (check_prog): if a prog isn't available, try to fetch it via getFile + (remove_bigseldom_used): created, purpose: remove unneeded stuff on + stage2 + to allow a getAndSaveFile. + (getAndSaveFile): if only one arg is given, assume the name is the same + + * standalone/XFdrake: fix bug for running xfs + + * any.pm (setupBootloader): nicer look&feel + + * diskdrake.pm (More): fix exception relaunching + check resize_reiserfs is there or get it + + * run_program.pm (rooted): don't call install_any::check_prog if rooted + in install, call install_any::check_prog to allow shadow progs which are + fetched when needed via getFile + + * share/list: remove rmmod (is now a symlink) + +2001/04/11 siegel + + * share/po/de.po: updated german version + +2001/04/10 Pablo Saratxaga <pablo@mandrakesoft.com> + + * share/po/ca.po: Updated Catalan file + +2001/04/10 Pixel <pixel@mandrakesoft.com> + + * Makefile: + - fix wiz_*.png removing + - fix copying cardmgr* which included cardmgr.o + 2001/04/11 Pixel <pixel@mandrakesoft.com> * tools/make_mdkinst_stage2: to lighten mdkinst_stage2: |