diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-13 14:04:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-13 14:04:24 +0000 |
commit | 5a28362c80162ecd9e6bc18305f7e711e47344c4 (patch) | |
tree | e612cce535c2b65aeed5c705f3d2dedfa0b2ca83 | |
parent | f61438697ca035b1956dc0c25d1562bbbc13f1bf (diff) | |
download | drakx-5a28362c80162ecd9e6bc18305f7e711e47344c4.tar drakx-5a28362c80162ecd9e6bc18305f7e711e47344c4.tar.gz drakx-5a28362c80162ecd9e6bc18305f7e711e47344c4.tar.bz2 drakx-5a28362c80162ecd9e6bc18305f7e711e47344c4.tar.xz drakx-5a28362c80162ecd9e6bc18305f7e711e47344c4.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index a2cdedbcf..f0c16bf55 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,49 @@ +2001/03/13 dam's <damien@mandrakesoft.com> + + * share/help.png: changed + +2001/03/13 Pixel <pixel@mandrakesoft.com> + + * install2.pm, install_steps_gtk.pm: compss is deprecated. use compssUsers + for the tree + + * standalone/drakgw: pixelization + + * share/rpmsrate: HDF can't be at the beginning of the line or it will be + taken as a flag + moved icewm to SYSTEM with !KDE !GNOME + + * pkgs.pm: compss is deprecated. use compssUsers for the tree + (readCompssUsers): get the "path" + + * install_steps.pm: compss is deprecated. use compssUsers for the tree + renamef created and used + + * detect_devices.pm (burners): don't use cdroms() which return scdX for + ide burners, and + isBurner don't use the same technique. so use get() and grep for type + "cdrom" + + * install_any.pm: compss is deprecated. use compssUsers for the tree + (setPackages): set {compssUsersChoice}{PCMCIA} if hasPCMCIA + renamef created and used + + * install_steps_interactive.pm: compss is deprecated. use compssUsers for + the tree + (chooseGroups): fix to get back the icons + (chooseGroups): size computed should work + + * common.pm: renamef created and used + +2001/03/13 siegel + + * share/po/de.po: new german translation + +2001/03/13 warly + + * share/compssUsers: fix {W,w}orkstation + remove ^Server and ^Development + 2001/03/13 Pixel <pixel@mandrakesoft.com> * standalone/drakgw: pixelization |