From 0da919951c30c52fc745314c97a964bab1e9b021 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 2 Jul 2024 23:43:30 +0200 Subject: [PATCH] Changes: describe partitioning bug FIXES #2318 --- CHANGES-3.3 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index 214c5b013..2893fadc0 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -9,6 +9,10 @@ the history of the 3.2 series (2018-05 - 2022-08). # 3.3.8 (unreleased) +The *partition* bug described below was reported by jghodd, then carefully +described and made reproducible by Joe Kamprad, examined by Evan James +and repaired by Adriaan de Groot. Many thanks to all who participated. + This release contains contributions from (alphabetically by first name): - Adriaan de Groot - Evan James @@ -22,6 +26,9 @@ This release contains contributions from (alphabetically by first name): - *contextualprocess* see *shellprocess*. - *mount* module now correctly mounts luks and luks2-encrypted swap. (thanks Victor) - *partition* avoids a crash with specific checkbox-presets. (thanks Evan) + - *partition* had a bug where manual partitioning on MBR systems might + skip the installation of a bootloader, even though the visible bootloader + combo-box showed that it would be installed. (see #2318) - *shellprocess* now supports a *verbose* key (globally and per-command) which logs command output line-by-line. - *users* module defaults password salt to *yescrypt*. (thanks Lorenzo)