diff options
-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) |