summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-07 23:48:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-07 23:48:55 +0000
commit71c714077ded40469aa5887b939a60723308dba5 (patch)
treeba18955c10f4ae5c6004b1f38e38f3dfa4e9b4d0
parent31ce8897b9eb107f6710dd7757744cbb7f917043 (diff)
downloaddrakx-backup-do-not-use-71c714077ded40469aa5887b939a60723308dba5.tar
drakx-backup-do-not-use-71c714077ded40469aa5887b939a60723308dba5.tar.gz
drakx-backup-do-not-use-71c714077ded40469aa5887b939a60723308dba5.tar.bz2
drakx-backup-do-not-use-71c714077ded40469aa5887b939a60723308dba5.tar.xz
drakx-backup-do-not-use-71c714077ded40469aa5887b939a60723308dba5.zip
*** empty log message ***
-rw-r--r--perl-install/ChangeLog167
1 files changed, 167 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 1d54697cb..e74787675 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,170 @@
+2002/07/07 daouda
+
+ * Makefile:
+ - remove share/wizard.rc in DISTFILE
+
+ * drakxtools.spec:
+ - directory should exist before mv'ing things (mkdir
+ %%buildroot%%_initrddir)
+ - mv typo in %install section (titi sux)
+
+2002/07/07 Pixel <pixel@mandrakesoft.com>
+
+ * detect_devices.pm: smarter raidAutoStartRaidtab
+ great new raidAutoStartRaidtab allowing to handle existing software
+ raids
+ even when RAID_AUTORUN is not supported by kernel (which is the case for
+ us
+ since md.o is a not builtin the kernel)
+ remove detect_devices::check (including the annoying log about no
+ modules for the pci entry)
+
+ * modules.pm: new "append_to_etc_modules" function
+ remove detect_devices::check (including the annoying log about no
+ modules for the pci entry)
+
+ * fsedit.pm: great new raidAutoStartRaidtab allowing to handle existing
+ software raids
+ even when RAID_AUTORUN is not supported by kernel (which is the case for
+ us
+ since md.o is a not builtin the kernel)
+
+ * any.pm: small regexp cleanup
+
+ * fs.pm, partition_table.pm: for greater symmetry with smb, drop isNfs in
+ favour of isThisFs('nfs', ...)
+
+ * interactive_newt.pm: make the buttons work in all cases
+ - workaround segfaults
+ - ensure the perl values are set when calling the clicked_may_quit
+ callback
+
+ * devices.pm: use c::total_sectors() instead of BLKGETSIZE
+
+ * diskdrake/interactive.pm, raid.pm: ensure the raid is disactivated and
+ marked dirty on any actions that destroy the raid
+
+2002/07/06 Pixel <pixel@mandrakesoft.com>
+
+ * any.pm (ask_users): the user name length must be <= 32
+
+ * diskdrake/interactive.pm (as suggested by Alexander Skwar)
+ - in interactive::check_type, check if the package (like jfsprogs) is
+ installed
+ - use interactive::check_type where usefull
+ - cleanup
+
+ * Makefile.config: standalone/drakbug doesn't exist! (why did deush add
+ it???)
+ it is standalone/harddrake2, not standalone/harddrake (poor deush must
+ be loosing his brain :p)
+
+ * diskdrake/hd_gtk.pm: s/check_type/diskdrake::interactive::check_type/
+ - move diskdrake.rc from /etc/gtk to /usr/share/libDrakX
+ - remove unused wizard.rc
+ (as suggested by Alexander Skwar)
+ - in interactive::check_type, check if the package (like jfsprogs) is
+ installed
+ - use interactive::check_type where usefull
+ - cleanup
+
+ * fsedit.pm: /root and /mnt must "remain within the root filesystem" (ie
+ can't be used as mountpoints), dixit redhat
+ (package_needed_for_partition_type): return the package needed for a
+ partition type
+ (check_type): cleanup
+
+ * install_any.pm (setDefaultPackages): use
+ fsedit::package_needed_for_partition_type to get things like jfsprogs
+
+ * fs.pm: supermount now handles fs=auto, using it :)
+
+ * Makefile.drakxtools, my_gtk.pm, share/wizard.rc, drakxtools.spec:
+ - move diskdrake.rc from /etc/gtk to /usr/share/libDrakX
+ - remove unused wizard.rc
+
+2002/07/06 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * Makefile.config: add the harddrake service which was missing
+
+ * printer.pm: try to simplify
+
+ * harddrake/ui.pm: simplify: use reverse
+ - help system:
+ - add an help entry in help menu;
+ - begin to describe information fields
+
+ - reformat license in about window
+
+ - information frame (mostly fixing incoherency between various hw
+ classes fields)
+
+ - s/media type/media class/
+
+ - s/info/Hardware id/
+
+ - s/device/device file/
+
+ - split description into manufacturer/description
+
+ - eide devices:
+
+ - rename bus as bus_location
+
+ - set interface_type as bus
+
+ - scsi devices:
+
+ - set bus to SCSI
+
+ - set bus_location to bus:id fields
+
+ - don't print pci subids when non set
+
+ - remove fields that were already used above (vendor id subvendor
+ subid pci_bus pci_device pci_function)
+
+ - no need to return window after program exit
+
+ - print usage if needed
+
+ - embed hardware tree in a "detected hardware" frame
+
+ - cleanups:
+
+ - rename widget2 as frame
+
+ - remove dead commented code
+
+ * drakxtools.spec: add harddrake2 service
+
+ * standalone/icons/harddrake2/webcam.png,
+ standalone/icons/harddrake2/harddrake.png,
+ standalone/icons/harddrake2/keyboard.png,
+ standalone/icons/harddrake2/ide_hd.png,
+ standalone/icons/harddrake2/cable.png,
+ standalone/icons/harddrake2/video.png,
+ standalone/icons/harddrake2/tape.png,
+ standalone/icons/harddrake2/joystick.png,
+ standalone/icons/harddrake2/harddisk.png,
+ standalone/icons/harddrake2/usb.png,
+ standalone/icons/harddrake2/memory.png,
+ standalone/icons/harddrake2/hw_network.png,
+ standalone/icons/harddrake2/scsi_hd.png,
+ standalone/icons/harddrake2/unknown.png,
+ standalone/icons/harddrake2/floppy.png,
+ standalone/icons/harddrake2/hw_printer.png,
+ standalone/icons/harddrake2/scanner.png,
+ standalone/icons/harddrake2/cd.png,
+ standalone/icons/harddrake2/isdn.png,
+ standalone/icons/harddrake2/tv.png,
+ standalone/icons/harddrake2/sound.png,
+ standalone/icons/harddrake2/scsi.png,
+ standalone/icons/harddrake2/cpu.png,
+ standalone/icons/harddrake2/hw_mouse.png,
+ standalone/icons/harddrake2/modem.png,
+ standalone/icons/harddrake2/K7.png: add harddrake2 icons
+
2002/07/06 Pixel <pixel@mandrakesoft.com>
* any.pm (ask_users): the user name length must be <= 32