diff options
Diffstat (limited to 'perl-install')
-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 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) |