Changes: document new things

This commit is contained in:
Adriaan de Groot 2022-01-12 11:28:34 +01:00
parent 624bb13736
commit f349a9c864

View File

@ -10,12 +10,19 @@ website will have to do for older versions.
# 3.2.50 (unreleased) # # 3.2.50 (unreleased) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Anke Boersma
- Erik Dubois - Erik Dubois
- Evan James
- Johannes Kamprad
## Core ## ## Core ##
- No core changes yet - No core changes yet
## Modules ## ## 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 - *networkcfg* could fail to update the NetworkManager configuration
if the SSID or username contained non-ASCII characters **and** the if the SSID or username contained non-ASCII characters **and** the
default Python text-file encoding was set to ASCII. The files are 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 - *preservefiles* was missing some necessary features, needed for it
to replace the deprecated log-file-saving functionality in the *umount* to replace the deprecated log-file-saving functionality in the *umount*
module. (Thanks Erik and Joe for testing) #1851 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) # # 3.2.49.1 (2021-12-11) #