summaryrefslogtreecommitdiffstats
path: root/perl-install/ChangeLog
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-12 13:36:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-12 13:36:50 +0000
commite6f64611ed1a6313245991a5a1847a497462b167 (patch)
tree51a1035acb1b93f12880da718bc50766670cad30 /perl-install/ChangeLog
parentaaea204a0f2b55787d2f8e38a1ecbfbb4409c2d2 (diff)
downloaddrakx-e6f64611ed1a6313245991a5a1847a497462b167.tar
drakx-e6f64611ed1a6313245991a5a1847a497462b167.tar.gz
drakx-e6f64611ed1a6313245991a5a1847a497462b167.tar.bz2
drakx-e6f64611ed1a6313245991a5a1847a497462b167.tar.xz
drakx-e6f64611ed1a6313245991a5a1847a497462b167.zip
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r--perl-install/ChangeLog59
1 files changed, 59 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index a4fb7a6c2..22f8d2a9a 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,62 @@
+2001/07/12 François Pons <fpons@mandrakesoft.com>
+
+ * interactive.pm: added ask_browse_tree_info and ask_browse_tree_info_refW
+ (default).
+
+ * services.pm: reworked to use new service layout for install.
+
+ * install_steps_gtk.pm: use common code for tree with info dialog
+ (individual package selection).
+
+ * fs.pm: fixed wrong examination of fsck return code (exit code 1 says
+ fsck succeeded in
+ fixing partition and now is ok).
+
+ * interactive_gtk.pm: merging common code for individual package selection
+ and service to create
+ ask_browse_tree_info_refW, added featrures for group icon always
+ up-to-date
+ (take some memory but not too much, not used if flat model).
+
+ * run_program.pm: changed exit code of failed exec in rooted to 128
+ instead of 1 (may clash with
+ exit code of fsck else).
+
+ * any.pm: fixed bug for writing in /etc/sysconfig/desktop file.
+
+2001/07/10 Stew Benedict <sbenedict@mandrakesoft.com>
+
+ * mdk-stage1/init.c, mdk-stage1/Makefile.common: minor mods for PPC build,
+ define TIOCSCTTY, Makefile mods
+
+2001/07/09 François Pons <fpons@mandrakesoft.com>
+
+ * pkgs.pm: added multiple tries if a transaction of only one package
+ fails.
+
+ * install_any.pm: added LDAP support for authentication.
+
+ * install_steps_interactive.pm: added LDAP support for password
+ authentication, updated root password window look.
+
+ * bootloader.pm: fixed compilation error.
+ removed compilation error, the resolution is not quite good and may be
+ reworked :-)
+
+ * help.pm: updated root password help.
+
+2001/07/09 mbadaire
+
+ * bootloader.pm: modify lilo.conf to elilo.conf if arch ia64
+
+ * common.pm: Add IA64 support
+
+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/08 Pixel <pixel@mandrakesoft.com>
* bootloader.pm (suggest): replace "is ia64" with "is not ia64" so that