summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2023-03-05 11:26:49 -0500
committerRod Smith <rodsmith@rodsbooks.com>2023-03-05 11:26:49 -0500
commite7a566bd96573b3f71001d0215dab93dcdd120d9 (patch)
treef8072dea79982ea4d292f216866a8511f825c1b5 /NEWS
parenta7e54d8a3afca35dc0b9382e46eff1d7c33293ab (diff)
downloadsgdisk-e7a566bd96573b3f71001d0215dab93dcdd120d9.tar.gz
Document recent mergest
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f9f7f19..8d5b365 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,12 @@
- Updated guid.cc to deal with minor change in libuuid.
-- Fixed potential NULL derefernce bug in sgdisk.
+- Fixed potential NULL derefernce bug in sgdisk. Thanks to Damian Kurek
+ for this fix.
+
+- The partition number of "0" can now be used to reference newly-created
+ partitions when the --largest-new=0 option to sgdisk is used. Thanks to
+ David Joaquín Shourabi Porcel for this improvement.
1.0.9 (4/14/2022):
------------------