summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2022-04-10 10:28:50 -0400
committerRod Smith <rodsmith@rodsbooks.com>2022-04-10 10:28:50 -0400
commitd37658e3503d9722400bdc11ba1764786042aca8 (patch)
treeba9c9b028de9ad955ca11baae06bcacd1c0592e1
parent6b7486db9927a1b3f6dd9cc84dff54c33a8aef8c (diff)
downloadsgdisk-d37658e3503d9722400bdc11ba1764786042aca8.tar.gz
Updated NEWS file for recent merges.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 201eff8..b797010 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,13 @@
reacts badly to partitions that are not sized as exact multiples of the
encryption block size.
+- Added check for too-small disks (most likely to be an issue when trying
+ to use a too-small disk image); program now aborts if this happens.
+
+- Added the ability to build sgdisk and cgdisk for Windows.
+
+- Fixed build problems with recent versions of ncurses.
+
1.0.8 (6/9/2021):
-----------------