summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2023-03-06 17:28:18 -0500
committerRod Smith <rodsmith@rodsbooks.com>2023-03-06 17:28:18 -0500
commit0e7d63502f6ea68b5c56036c493e72e83b3f145d (patch)
treedbbe0a817f89638a738b1a36cd83fe4aa89a5d61 /NEWS
parente1cc654ef71996d836c5d051278130f50f768f84 (diff)
downloadsgdisk-0e7d63502f6ea68b5c56036c493e72e83b3f145d.tar.gz
Document previous merge
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc1660e..5c6dfa1 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,13 @@
- Make explicit casts in gptcurses.cc to eliminate compiler warnings about
mis-matched types in printw() statements.
+- In previous versions, rEFInd accepted only integer values for partition
+ start points, end points, and sizes, and it interpreted decimal values
+ incorrectly. That is, if you typed "+9.5G" as the partition end point,
+ you'd end up with something just 9 sectors in size. This version now
+ truncates decimal numbers to their integral values, so you'd get a 9 GiB
+ partition instead.
+
1.0.9 (4/14/2022):
------------------