summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2022-01-29 10:51:02 -0500
committerRod Smith <rodsmith@rodsbooks.com>2022-01-29 10:51:02 -0500
commitfd60f743628e16180daf3b1719974fa4dadf8f90 (patch)
treedcad6ad1cc1d304a2c4c3d1bd1d4315e4dad62e6 /NEWS
parent43b3df969cbbf3da0c043afdc9939da97bbd8d68 (diff)
downloadsgdisk-fd60f743628e16180daf3b1719974fa4dadf8f90.tar.gz
Add end-alignment feature.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4009a5b..201eff8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
-1.0.9 (?/?/2021):
+1.0.9 (?/?/2022):
-----------------
- Removed stray debugging code that caused "partNum is {x}" to be printed
when changing a partition's name with sgdisk (-c/--change-name).
+- Added support for aligning partitions' end points, as well as their start
+ points. This support affects the default partition size when using 'n' in
+ gdisk; it affects the default partition size in cgdisk; and it's activated
+ by the new '-I' option in sgdisk. See the programs' respective man pages
+ for details. This feature is intended to help with LUKS2 encryption, which
+ reacts badly to partitions that are not sized as exact multiples of the
+ encryption block size.
+
1.0.8 (6/9/2021):
-----------------