diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-02-24 18:29:22 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-02-24 18:29:22 +0100 |
commit | 00002d166519eb7f562a10085c32eb366a475932 (patch) | |
tree | 171d46d151c00214936e509bc0f9c05d0a828002 /perl-install | |
parent | 400b08b164147447ae77669bd03fdaac74e6a499 (diff) | |
download | drakx-00002d166519eb7f562a10085c32eb366a475932.tar drakx-00002d166519eb7f562a10085c32eb366a475932.tar.gz drakx-00002d166519eb7f562a10085c32eb366a475932.tar.bz2 drakx-00002d166519eb7f562a10085c32eb366a475932.tar.xz drakx-00002d166519eb7f562a10085c32eb366a475932.zip |
17.1917.19
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 6b263531b..a0c6d929c 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=17.18.1 +VERSION:=17.19 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index bede8c7aa..bd9ad169b 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 17.19 - 24 February 2016 + - detect nvme devices as block devices (mga#17743) - detect partitions on nvme devices (mga#17743) - enable to use WebKit2 with mygtk3 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 7cb7d6166..7825d0335 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 17.19 - 24 February 2016 + - detect nvme devices as block devices (mga#17743) - detect partitions on nvme devices (mga#17743) |