Changes: describe partitioning bug

FIXES #2318
This commit is contained in:
Adriaan de Groot 2024-07-02 23:43:30 +02:00
parent 9800edf94e
commit 0da919951c

View File

@ -9,6 +9,10 @@ the history of the 3.2 series (2018-05 - 2022-08).
# 3.3.8 (unreleased) # 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): This release contains contributions from (alphabetically by first name):
- Adriaan de Groot - Adriaan de Groot
- Evan James - Evan James
@ -22,6 +26,9 @@ This release contains contributions from (alphabetically by first name):
- *contextualprocess* see *shellprocess*. - *contextualprocess* see *shellprocess*.
- *mount* module now correctly mounts luks and luks2-encrypted swap. (thanks Victor) - *mount* module now correctly mounts luks and luks2-encrypted swap. (thanks Victor)
- *partition* avoids a crash with specific checkbox-presets. (thanks Evan) - *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 - *shellprocess* now supports a *verbose* key (globally and per-command) which logs
command output line-by-line. command output line-by-line.
- *users* module defaults password salt to *yescrypt*. (thanks Lorenzo) - *users* module defaults password salt to *yescrypt*. (thanks Lorenzo)