From 0e7d63502f6ea68b5c56036c493e72e83b3f145d Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Mon, 6 Mar 2023 17:28:18 -0500 Subject: Document previous merge --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') 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): ------------------ -- cgit v1.2.1