summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index ec84b8112..6ca528395 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -5,6 +5,40 @@
fixed umask on urpmi list file and generate synthesis file for each
hdlist.
+ * pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare.
+
+2001/04/14 Pixel <pixel@mandrakesoft.com>
+
+ * install_steps_interactive.pm (configureX): fix link /etc/gtk (to
+ /mnt/etc/gtk) instead of /etc/gtkrc
+
+ * any.pm (autologin): spurious messages of chksession -> dave nul
+
+ * interactive_newt.pm (exit): fix the exit code
+ (wait_message_endW): don't log "none stacked wait-messages" (as a lot of
+ them exist...)
+ (waitbox): remove spurious '0' in wait_messages
+
+ * lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's
+ test)
+
+ * Xconfigurator.pm (use vars): fix stew sux
+ (testFinalConfig): nicer stderr handling
+
+ * interactive_gtk.pm (exit): fix the exit code
+
+2001/04/14 warly
+
+ * share/compssUsers, share/list, share/rpmsrate: add icons in compssUser
+ and list
+
+2001/04/14 François Pons <fpons@mandrakesoft.com>
+
+ * install_any.pm: fixed to gzip synthesis file.
+ safe guard generation of synthesis file.
+ fixed umask on urpmi list file and generate synthesis file for each
+ hdlist.
+
2001/04/14 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (configureX): fix link /etc/gtk (to
the code base size''??? DrakX is currently around 28K lines, which is big IMO. You can compare it with linuxconf which is 170K lines. I think the achievement of DrakX is comparable (a 6 times code size win from dumb C++ to expressive perl is normal imo). Also it seems like we don't have the same understanding of the word "maintenance". DrakX functionalities have evolved *a lot* since the beginning: - hardware detection, configuration, debugging, work-arounding (multi-kernel installs...) - making things prettier - more bitmaps - "advanced" button - syslinux graphical boot - making it work with latest versions of software (eg: switching to rpm4) - finding out the best way to use rpmlib - multi-cd - draknet: configuring every piece of stupid protocols - diskdrake: raid, loopback, LVM, resizing, checking stupid users entry - XFdrake: multi-mice, multi-heads, 3D-accel - porting to axp/sparc/ppc (with Stew's help) - always more i18n - keeping things small - .cz format - moving to .png - getFile on demand from mdkinst for ramdisk installs [...] > You don't believe the books ? Count yourself; see the man/months spent > in 'pure' developoment in drakX, and the resources put in mantainance > of the code base; as far as i know, your count should confirm what the > books says; more probabily, you will discover that our numbers are > even worse. if you count enhancements, adding features... in maintenance, i confirm the numbers, and find them quite normal. if you only count bug fixing, the time would be much shorter (around 30%).