diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-29 17:01:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-29 17:01:17 +0000 |
commit | 9b5c66f559b7fb96f60ac2e93b6d036b25e094ca (patch) | |
tree | 54bd2cf9b803e6afcdbaff01d25b2d3f2c5fda29 | |
parent | 3840e85bb93e5b762ae09a14f73ddb317c4c9088 (diff) | |
download | drakx-9b5c66f559b7fb96f60ac2e93b6d036b25e094ca.tar drakx-9b5c66f559b7fb96f60ac2e93b6d036b25e094ca.tar.gz drakx-9b5c66f559b7fb96f60ac2e93b6d036b25e094ca.tar.bz2 drakx-9b5c66f559b7fb96f60ac2e93b6d036b25e094ca.tar.xz drakx-9b5c66f559b7fb96f60ac2e93b6d036b25e094ca.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index afcca264b..33d52ac34 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,39 @@ +2005/08/29 Antoine Ginies <aginies at mandriva.com> + + * standalone/draknfs: create dir if it does not exist + +2005/08/29 Olivier Blin <oblin at mandriva.com> + + * standalone/draksambashare: enhance typo fix + fix typo (#17978) + + * standalone/drakgw: remove wrong test + +2005/08/29 Pixel <pixel at mandriva.com> + + * modules.pm: better logging of ahci vs ata_piix special code + + * pkgs.pm: on 2002/07/10 (1.347), selected_leaves() behaviour was broken, + listing all packages. + restoring it (bugzilla #18000) + + * ugtk2.pm: smaller banner during install (as required by warly & helene) + + * c/stuff.xs.pl, fsedit.pm, share/list.xml: use vol_id to get filesystem + label (we only handled the equivalenet of e2label) + + * share/rpmsrate: s/apache2/apache/ (bugzilla #17951) + + * bootloader.pm: finish commit 1.387 + handle parsing of more complicated setup line in install.sh + we don't want drakxtools-backend to depend on perl-URPM + fix typo (thanks to perl_checker) + handle things like append="foo=\"bar boo\"" (bugzilla #17937) + handle reading & writing \" in lilo.conf + + * install_steps_gtk.pm: put Cancel and Details button on the right of the + main progress bar + 2005/08/29 Pixel <pixel at mandriva.com> * modules.pm: better logging of ahci vs ata_piix special code |