From b5dbe5d514ab7c2031e7a21d05169a363d3b19dc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Aug 2007 11:24:14 +0000 Subject: - fix range max value >2TB when creating a partition (useful for LVs >2TB) nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB (backport from trunk) --- perl-install/install/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/NEWS') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b68bfda0f..4c235a4b0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - add /etc/mke2fs.conf in order to format ext3fs with 4k blocks (#27377) - diskdrake o fix 1.9TB displayed as 1TB + o fix range max value >2TB when creating a partition (useful for LVs >2TB) - fix detecting usb drives (#13395) Version 10.4.128 - 3 April 2007, by Pascal "Pixel" Rigaux -- cgit v1.2.1