summaryrefslogtreecommitdiffstats
path: root/perl-install/ChangeLog
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-08 20:53:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-08 20:53:00 +0000
commite763b072d87c903a615383414decaac4fe0a6e31 (patch)
treeb084328ed62e9b5e3857ca7dc539705f9934e938 /perl-install/ChangeLog
parentaf96f1bf1e1b4090eb4a3d01cba8fcb9280c8fe9 (diff)
downloaddrakx-e763b072d87c903a615383414decaac4fe0a6e31.tar
drakx-e763b072d87c903a615383414decaac4fe0a6e31.tar.gz
drakx-e763b072d87c903a615383414decaac4fe0a6e31.tar.bz2
drakx-e763b072d87c903a615383414decaac4fe0a6e31.tar.xz
drakx-e763b072d87c903a615383414decaac4fe0a6e31.zip
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-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