From f349a9c86447786064d6a7dbf19771bfcf820cdb Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 12 Jan 2022 11:28:34 +0100 Subject: [PATCH] Changes: document new things --- CHANGES-3.2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES-3.2 b/CHANGES-3.2 index 52342e95b..0bcaf0285 100644 --- a/CHANGES-3.2 +++ b/CHANGES-3.2 @@ -10,12 +10,19 @@ website will have to do for older versions. # 3.2.50 (unreleased) # This release contains contributions from (alphabetically by first name): + - Anke Boersma - Erik Dubois + - Evan James + - Johannes Kamprad ## Core ## - No core changes yet ## Modules ## + - *initcpiocfg* mentioned a special kernel-name "all", which did not work, + and a special kernel-name "$uname" which cannot work. Fixed the former + and removed the "$uname" special key. (Thanks Evan) + - *luksswaphookcfg* has been converted to a C++ module. - *networkcfg* could fail to update the NetworkManager configuration if the SSID or username contained non-ASCII characters **and** the default Python text-file encoding was set to ASCII. The files are @@ -23,6 +30,8 @@ This release contains contributions from (alphabetically by first name): - *preservefiles* was missing some necessary features, needed for it to replace the deprecated log-file-saving functionality in the *umount* module. (Thanks Erik and Joe for testing) #1851 + - *umount* is now marked as an emergency module in the example configuration, + since it should **probably** be run as a cleanup. (Thanks Evan) # 3.2.49.1 (2021-12-11) #