summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2017-07-25 21:33:18 -0400
committerRod Smith <rodsmith@rodsbooks.com>2017-07-25 21:33:18 -0400
commitfc0e014beaa6935576e93cf440f8b3d960b2d3f7 (patch)
treec56a222096e64eac963c84b64d4c7bdc47c869ca /NEWS
parent2a6daafeda4876dc694b97a41f5b0d0626a6fa16 (diff)
downloadsgdisk-fc0e014beaa6935576e93cf440f8b3d960b2d3f7.tar.gz
Added code to read physical block size on Linux.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ff81cc..5771634 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
1.0.2 (?/??/2017):
------------------
+- GPT fdisk can now report both the physical and logical sector sizes of
+ disks, but only on 2.6.32 and later Linux kernels. The verify feature now
+ uses the larger of the set alignment and physical/logical block sizes for
+ testing alignment, and setting alignment to something other than an exact
+ multiple of the physical/logical block size results in a warning.
+
- Addition of new verification checks, mostly (but not exclusively) related
to the new j/-j/--move-main-table option.