diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-17 11:21:02 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-17 11:21:58 +0200 |
commit | bf69116376c5afd68be93c5cf1be51bcdba4928b (patch) | |
tree | 1bc054a29c4ce3ab873e2be5fb3a0cc454a36f15 | |
parent | ba2fa54ce467dfeda61f696bfd8b94aed4c99112 (diff) | |
download | drakx-bf69116376c5afd68be93c5cf1be51bcdba4928b.tar drakx-bf69116376c5afd68be93c5cf1be51bcdba4928b.tar.gz drakx-bf69116376c5afd68be93c5cf1be51bcdba4928b.tar.bz2 drakx-bf69116376c5afd68be93c5cf1be51bcdba4928b.tar.xz drakx-bf69116376c5afd68be93c5cf1be51bcdba4928b.zip |
16.9616.96
-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 2f9bc4b4b..86b442c88 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.95 +VERSION:=16.96 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index cfb772fc9..eeb814ee5 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 16.96 - 17 May 2015 + - library (for draklive-install): o fix regression refusing FAT for ESP (mga#15962) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index e7cb895a9..9b865e96d 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.96 - 17 May 2015 + - partitioning: o fix regression refusing FAT for ESP (mga#15962) |