diff options
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 47815fc39..4ddad997f 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=11.83 +VERSION:=11.84 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 6168f8d9a..4c42a57a9 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +Version 11.84 - 12 February 2009 + +- handle newer module-init-tools which can put relative path in modules.dep - when installing to a removable device, put boot sector there, else put it into first non removable drive (#47106) - fix preserving UUID when formatting ext* and swap, and handle more FS (#39913) |