diff options
| author | Pascal Rigaux <pixel@mandriva.com> | 2004-03-03 12:35:50 +0000 | 
|---|---|---|
| committer | Pascal Rigaux <pixel@mandriva.com> | 2004-03-03 12:35:50 +0000 | 
| commit | b01b86f4f2c90ac7c472e5252e740bb9b00579b8 (patch) | |
| tree | 50d07cbc6fa41754ace61a7de3cf9992ca8a994c | |
| parent | c94ffac6993cc6102ca4faf1da790cc0d308f82c (diff) | |
| download | drakx-b01b86f4f2c90ac7c472e5252e740bb9b00579b8.tar drakx-b01b86f4f2c90ac7c472e5252e740bb9b00579b8.tar.gz drakx-b01b86f4f2c90ac7c472e5252e740bb9b00579b8.tar.bz2 drakx-b01b86f4f2c90ac7c472e5252e740bb9b00579b8.tar.xz drakx-b01b86f4f2c90ac7c472e5252e740bb9b00579b8.zip  | |
*** empty log message ***
| -rw-r--r-- | perl-install/ChangeLog | 59 | 
1 files changed, 58 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 070fd63f1..1d78a61b5 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,60 @@ +2004/03/03  Pixel  <pixel at mandrakesoft.com> + +	* install2.pm: mount /sys in case it is useful (and it is for +	get_usb_storage_info_26()) + +	* fs.pm: sysfs now exists! + +	* detect_devices.pm: fix get_usb_storage_info() on kernel 2.6 + +	* standalone/drakupdate_fstab:  +	  - device_name_to_entry() will not fail anymore so that removing a +	device works +	  - log calls to drakupdate_fstab +	  - use "find" instead of "grep" where possible + +	* crypto.pm:  +	  - community updates are not in a per-version directory either +	  - cooker & community urls do contain .../RPMS at the end whereas +	updates directory do not, handle this + +2004/03/03  Stew Benedict  <sbenedict at mandrakesoft.com> + +	* standalone/drakbackup: Use preferred conf file read/write method. More +	code reduction/cleaning. + +2004/03/03  Till Kamppeter  <till at mandrakesoft.com> + +	* printer/printerdrake.pm: If an HP multi-function device was configured +	manually, extract the model name from the HPOJ device entry name. + +	* printer/main.pm: Let HPOJ device entry be created with the correct +	printer model name. + +2004/03/03  Thierry Vignaud  <tvignaud at mandrakesoft.com> + +	* network/netconnect.pm: hide dns settings by default when using dhcp + +2004/03/02  Arkadiusz Lipiec  <alipiec at elka.pw.edu.pl> + +	* share/po/pl.po: Updated + +2004/03/02  Till Kamppeter  <till at mandrakesoft.com> + +	* printer/main.pm: Fixed HPOJ configuration when manually setting up a +	device. + +2004/03/02  tsdgeos + +	* share/po/ca.po: updating + +2004/03/02  Warly  <warly at mandrakesoft.com> + +	* share/rpmsrate: removed lib in PRINTER automatically included via +	dependencies +	add major to libsnmp and libsane-hpoj because there are not required by +	any packages and clean_rpmsrate does not update lib only (only -devel) +  2004/03/02  Pixel  <pixel at mandrakesoft.com>  	* crypto.pm: cooker updates are not in a per-version directory @@ -28164,7 +28221,7 @@  	* Makefile.config: remove dir security -	* proxy.pm: add $Id: ChangeLog,v 1.898 2004/03/02 15:59:40 prigaux Exp $ +	* proxy.pm: add $Id: ChangeLog,v 1.899 2004/03/02 17:21:45 prigaux Exp $  	* interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are  	more accurate than  | 
