summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 020d0992e..a4fb7a6c2 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,23 @@
+2001/07/08 Pixel <pixel@mandrakesoft.com>
+
+ * bootloader.pm (suggest): replace "is ia64" with "is not ia64" so that
+ boot partition is
+ set correctly again
+
+2001/07/06 François Pons <fpons@mandrakesoft.com>
+
+ * pkgs.pm: fixed selected_leaves. change algorithm as previous one can
+ still causes dead
+ lock and may not reproduce correct list. take care of choice that need
+ to be
+ examined before else another package may be chosen if choice is not
+ satisfied
+ when selecting packages.
+
+ * install_any.pm: change all 8 space into a tabulation, this is simple and
+ may change visual
+ aspect but it gives correct output and filesize by 40%.
+
2001/07/06 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed selected_leaves. change algorithm as previous one can