diff options
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 8f2ce2d35..81020d3b0 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=17.88.1 +VERSION:=17.88.2 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 2a5d3c3e4..75e29828e 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 17.88.2 - 28 May 2018 + - harddrake2: o don't list HDA "input" devices as keyboards (mga#9986) - bootloader: @@ -12,6 +14,7 @@ - update list of modules needing firmware - sync with kernel 4.14 - recognize more new kernel-4.9 drivers +- translation updates Version 17.88.1 - 18 September 2017 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 67a69a852..44b46d1cc 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 17.88.2 - 28 May 2018 + - diskdrake: o ensure device major/minor numbers are reread after writing the partition table (mga#22032) @@ -13,6 +15,7 @@ - sync with kernel 4.14 - recognize more new kernel-4.9 drivers - fix perl escaping causing commands to not get linked +- translation updates Version 17.88 - 7 July 2017 |