diff options
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/any.pm | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
4 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 76af4ffd5..aefba707a 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.91 +VERSION:=16.92 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 3b0646015..b483a6a96 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 16.92 - 9 May 2015 + - drakx-net: o recognize r8723bs (mga#15874) - diskdrake: diff --git a/perl-install/any.pm b/perl-install/any.pm index 3dc696994..8916480b2 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -613,6 +613,7 @@ sub setupBootloader__grub2 { # update entries (so that we can display their list below): my $error; run_program::rooted($::prefix, 'update-grub2', '2>', \$error) or die "update-grub2 failed: $error"; + # read grub2 auto-generated entries (instead of keeping eg: grub/lilo ones): my $b2 = bootloader::read_grub2(); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 06ccb1abf..f5e2b9fdc 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.92 - 9 May 2015 + - bootloader: o add a dedicate step for grub2 (mga#9627) o always log update-grub2 output (mga#15857) |