summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-12-29 15:10:55 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-12-29 15:10:55 +0100
commit069c9c4864c08780b49b7d4514aa7b849680b4f8 (patch)
tree45016636b2cf53fb71fbc7182d0aa47486c203e1
parentc0576643c040f37d5b3793e82e4d595751f9abce (diff)
downloaddrakx-069c9c4864c08780b49b7d4514aa7b849680b4f8.tar
drakx-069c9c4864c08780b49b7d4514aa7b849680b4f8.tar.gz
drakx-069c9c4864c08780b49b7d4514aa7b849680b4f8.tar.bz2
drakx-069c9c4864c08780b49b7d4514aa7b849680b4f8.tar.xz
drakx-069c9c4864c08780b49b7d4514aa7b849680b4f8.zip
18.3818.38
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/install/NEWS2
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)