diff options
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index e13ab6464..e805b1484 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=10.4.173 +VERSION:=10.4.174 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 1fd7a0877..32150d91d 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,10 @@ +Version 10.4.174 - 21 August 2007, by Olivier "blino" Blin + - set default per step banner title & icon for all steps +- fallback on module name if the filename can't be found + (in the rare case the caller uses '-' in the module name) +- use '_' in module names when explicitely loading them (cosmetics only) +- kill old usb-storage code, mkinitrd now loads it when necessary Version 10.4.173 - 21 August 2007, by Olivier "blino" Blin |