summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-03-20 17:15:11 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-03-20 17:15:11 +0100
commit553f37656b1891049a3d1aff742b73979362c08e (patch)
tree2e0c36d62c7e574779c138d25ee257083e6e836c
parent85d0898bca4b0d552dbaa3b79c874d9f9515a7b3 (diff)
downloaddrakx-553f37656b1891049a3d1aff742b73979362c08e.tar
drakx-553f37656b1891049a3d1aff742b73979362c08e.tar.gz
drakx-553f37656b1891049a3d1aff742b73979362c08e.tar.bz2
drakx-553f37656b1891049a3d1aff742b73979362c08e.tar.xz
drakx-553f37656b1891049a3d1aff742b73979362c08e.zip
18.2618.26
-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 d6f0c21c4..ec5df6cb4 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=18.25
+VERSION:=18.26
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 8da9be73e..148e26ee0 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 18.26 - 20 March 2020
+
- diskdrake:
o add minimal support for exFAT
- drakboot: copy instead of renaming grub.cfg (mga#25542)
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index f685cccfd..f6de4ca84 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+Version 18.26 - 20 March 2020
+
- bootloader config: copy instead of renaming grub.cfg (mga#25542)
- install dmsetup when encrypting "/" (thus workarounding unbootable minimal
system as dracut's crypt module depends on it)