diff options
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 957275eb4..fc7aa3343 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=18.37 +VERSION:=18.38 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index a0e422b47..baf701f80 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 18.38 - 29 December 2020 + - drakboot: o fix false detection of GRUB2 when installed in ESP but not in /boot (mga#27816) o add option to configure rEFInd to not use EFI NVRAM (mga#27838) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c52159ba6..5b5bedbfe 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 18.38 - 29 December 2020 + - bootloader: o fix false detection of GRUB2 when installed in ESP but not in /boot, which caused boot method to default to non-graphical GRUB2 (mga#27816) |