summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-09 22:55:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-09 22:55:49 +0000
commit47e01f9a14e98179bed9c6cd3f679ffb3f6aa359 (patch)
tree8e8e73e70e472b3876aa17b09e024f71cc07dd2d
parenta9ac8c788ca39dada84b48444ae77d8f067c740a (diff)
downloaddrakx-47e01f9a14e98179bed9c6cd3f679ffb3f6aa359.tar
drakx-47e01f9a14e98179bed9c6cd3f679ffb3f6aa359.tar.gz
drakx-47e01f9a14e98179bed9c6cd3f679ffb3f6aa359.tar.bz2
drakx-47e01f9a14e98179bed9c6cd3f679ffb3f6aa359.tar.xz
drakx-47e01f9a14e98179bed9c6cd3f679ffb3f6aa359.zip
*** empty log message ***
-rw-r--r--perl-install/ChangeLog132
1 files changed, 132 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 10f4f0706..388adcfdf 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,135 @@
+2002/07/09 Pixel <pixel@mandrakesoft.com>
+
+ * Makefile: have MDK::Common's in TAGS
+
+ * detect_devices.pm: rewrite getSCSI, now handling scanners
+
+ * share/list: adapt to new perl 5.8.0
+
+ * common.pm, modparm.pm: move join_lines to common
+
+2002/07/09 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * harddrake/TODO: fix boot freeze on hw change: initscript was running us
+ with stdout
+ redirected to /dev/null; just use a small sh wrapper to fix it
+ update
+
+ * standalone/service_harddrake.sh:
+ - redirect stderr
+ - remove old commented stuff
+ fix boot freeze on hw change: initscript was running us with stdout
+ redirected to /dev/null; just use a small sh wrapper to fix it
+
+ * Makefile.drakxtools: fix boot freeze on hw change: initscript was
+ running us with stdout
+ redirected to /dev/null; just use a small sh wrapper to fix it
+
+ * standalone/service_harddrake:
+ - configurator got displayed
+ - move timeout around configurator asking (still not 100% ok)
+ time out after 200 seconds
+ fix boot freeze on hw change: initscript was running us with stdout
+ redirected to /dev/null; just use a small sh wrapper to fix it
+
+ * drakxtools.spec: fix url
+ add harddrake service wrapper
+ really final changes
+ final batch of changes for -3mdk ?
+ fix boot freeze on hw change: initscript was running us with stdout
+ redirected to /dev/null; just use a small sh wrapper to fix it
+
+ * Makefile.config: add harddrake service wrapper to installed files
+
+ * harddrake/ui.pm:
+ - add channel: primary/slave for eide deivces
+ - get rid of ->{set,get}_user_data
+ ensure we don't mix scsi and pci devices
+
+ * harddrake/bttv.pm: log only if options set
+ typo fix
+ only log explanations in standalone mode
+
+ * share/po/Makefile: fake make so that its builtin rule to create file
+ from file.sh doesn't
+ nuke service_harddrake with it wrapper
+
+2002/07/08 daouda
+
+ * standalone/drakbug:
+ - detect package automatically when app is chosen
+
+2002/07/08 Pixel <pixel@mandrakesoft.com>
+
+ * Makefile: create the list_modules symlink
+ make test_pms should now work (was pb with list_modules.pm)
+
+ * install_steps.pm, any.pm: mtools config so that "mdir a:" accesses the
+ usb floppy if one is there
+
+ * diskdrake/hd_gtk.pm: do not display "Clear all" (and the other per kind
+ buttons) for the raid tab
+
+ * install_steps_interactive.pm: in case the licence is refused, ask for
+ confirmation
+
+ * diskdrake/interactive.pm: make Clear_all work on a LVM VG
+ make Clear_all remove partitions from raids
+
+2002/07/08 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * harddrake/TODO: remove fixed stuff
+
+ * Makefile.drakxtools: s/PHONY/.PHONY/
+ - simplifications
+ - harddrake support is complete
+
+ * drakxtools.spec: update
+ fix post: add start argument
+ service changes batch for 2mdk
+ rpmlint fixes
+ parrallel build
+ 1.1.8-2mdk
+ - enhance descriptions
+ - various spec clean
+ split-up between harddrake and harddrake-ui
+ complete changelog
+ - obsoletes/provides libdetect-lst, libdetect-lst-devel, detect,
+ detect-lst
+ - don't restart harddrake on install
+ - some stuff moved into Makefile.drakxtools
+ - fix harddrake menu entry
+ - fix build
+
+ * harddrake/data.pm: cache @devices so that hw probe is only done once
+
+ * standalone/harddrake2: no need to 'use strict' in "binary"
+
+ * standalone/service_harddrake:
+ - only work on start
+ - add "please wait" message
+ - really don't cry when no previous config
+ skip configuration on firt run
+ skip hw classes without configurator (which'll have a configurator
+ after porting updfstab)
+
+ * harddrake/ui.pm:
+ - rehide "run config tool" button when it has been displayed in
+ another hw class
+ don't display "run config tool" button if no configurator availlable
+ - center the main window
+ - remove drakx decorations
+ mice:
+ - s/nbuttons/Number of buttons/
+ - delete qw(MOUSETYPE XMOUSETYPE unsafe)
+ don't delete info field in normal path
+ - eide devices: split up info field into vendor and model fields
+ - complete help
+ hummm ... eide: 0->master, 1->slave :-(
+ - remove save_report menu entry, this is done by service_harddrake
+ - move $in declaration near where it's used
+ eide hard disks : print master/slave for bus_location
+
2002/07/08 daouda
* Makefile.config: