diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-25 17:13:56 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-25 17:13:56 +0200 |
commit | f387076d761b042a56bcfb7bacde0e20e59b953a (patch) | |
tree | ebd65a7fe52ca50de88e8e0ca30d1a263c669a53 | |
parent | 7e0107e0e8f070f90d2b1f48e0c25350cd19e627 (diff) | |
download | drakx-f387076d761b042a56bcfb7bacde0e20e59b953a.tar drakx-f387076d761b042a56bcfb7bacde0e20e59b953a.tar.gz drakx-f387076d761b042a56bcfb7bacde0e20e59b953a.tar.bz2 drakx-f387076d761b042a56bcfb7bacde0e20e59b953a.tar.xz drakx-f387076d761b042a56bcfb7bacde0e20e59b953a.zip |
16.10116.101
-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 463b1e9a3..4bfdd2510 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.100 +VERSION:=16.101 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 1766aa618..b832c99a3 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 16.101 - 25 May 2015 + - library (for draklive-install): o fix not always suggesting /boot/ESP mount point (mga#15689) - diskdrake: diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f51c0193f..38ca15db5 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.101 - 25 May 2015 + - do not die if network cannot be started for updates (mga#8819), just log the faillure and offer to either retry or abort - do not offer to add a CD-ROM as supplement media (mga#13671) |