diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-05-06 15:17:53 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-05-06 15:17:53 +0100 |
commit | cccc47840cf6374d7d2b02eefc3ced317c6d3e25 (patch) | |
tree | 2fa4108976de683fa3b96018ee1152660af5008a | |
parent | 094e04353f100996cf6da2238cccabf7a27c5992 (diff) | |
download | drakx-cccc47840cf6374d7d2b02eefc3ced317c6d3e25.tar drakx-cccc47840cf6374d7d2b02eefc3ced317c6d3e25.tar.gz drakx-cccc47840cf6374d7d2b02eefc3ced317c6d3e25.tar.bz2 drakx-cccc47840cf6374d7d2b02eefc3ced317c6d3e25.tar.xz drakx-cccc47840cf6374d7d2b02eefc3ced317c6d3e25.zip |
17.8217.82
-rw-r--r-- | perl-install/Makefile.config | 3 | ||||
-rw-r--r-- | perl-install/NEWS | 7 | ||||
-rw-r--r-- | perl-install/install/NEWS | 4 |
3 files changed, 12 insertions, 2 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 320a4f3ce..249003642 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=17.81 +VERSION:=17.82 SUDO = sudo TMPDIR = /tmp @@ -18,4 +18,3 @@ LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe) DIRS = c resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe - diff --git a/perl-install/NEWS b/perl-install/NEWS index ace3aa60b..7da8275d9 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,10 @@ +Version 17.82 - 6 May 2017 + +- drakboot: + o add "please wait" message when running update-grub2 +- service_harddrake: + o require reboot if nokmsboot option changed (mga#20455). + Version 17.80 - 3 May 2017 - updated DE selection and advertising artwork for Mageia 6 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 1207209b8..de904119a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,7 @@ +Version 17.82 - 6 May 2017 + +- add "please wait" message when running update-grub2 + Version 17.81 - 5 May 2017 - fix missing "Configure Supplemental Installation Media" screen (mga#20484) |