diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-02-05 01:17:26 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-02-05 01:17:26 +0159 |
commit | c11aadf10231469c36bfcc2f77a743892ac551ef (patch) | |
tree | 3d5b848d1a832cbe4a2e0f38dee0ada8d733f181 /perl-install | |
parent | a87029bb51f98212171ddc62e144511b715587b7 (diff) | |
download | drakx-c11aadf10231469c36bfcc2f77a743892ac551ef.tar drakx-c11aadf10231469c36bfcc2f77a743892ac551ef.tar.gz drakx-c11aadf10231469c36bfcc2f77a743892ac551ef.tar.bz2 drakx-c11aadf10231469c36bfcc2f77a743892ac551ef.tar.xz drakx-c11aadf10231469c36bfcc2f77a743892ac551ef.zip |
16.5216.52
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 b47814342..90fb79c8e 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.51 +VERSION:=16.52 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index e5c42f118..d30977bb9 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 16.52 - 5 February 2015 + - libDrakX/fsedit.pm: new "simple" partitioning scheme o create separate /home only when more than 50G are available o in such case, / is 6/19th of the available space up to 50G, diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 255c42df5..f502c96ac 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.52 - 5 February 2015 + - default to GPT on disks larger than 4TB, not LVM - fix GPT initialization on empty disk - fix failure to delete partitions after switching to GPT |