Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2021-09-24 12:40:38 +02:00
parent f25ff77ee2
commit 0403749bf1
2 changed files with 9 additions and 3 deletions

10
CHANGES
View File

@ -7,21 +7,27 @@ contributors are listed. Note that Calamares does not have a historical
changelog -- this log starts with version 3.2.0. The release notes on the changelog -- this log starts with version 3.2.0. The release notes on the
website will have to do for older versions. website will have to do for older versions.
# 3.2.44 (unreleased) # # 3.2.44 (2021-09-24) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Anke Boersma
- Shrinivas Vishnu Kumbhar (new contributor, welcome!) - Shrinivas Vishnu Kumbhar (new contributor, welcome!)
- whorfin (new contributor, welcome!) - whorfin (new contributor, welcome!)
## Core ## ## Core ##
- No core changes yet - "Log spam" has been reduced a little in the partitioning module.
## Modules ## ## Modules ##
- *initcpiocfg* has had a number of internal code-fixes, and now adds
the `consolefont` hook by default as well. (Thanks Shrinivas)
- Both *locale* and *keyboard* have received some tweaks for configurations - Both *locale* and *keyboard* have received some tweaks for configurations
in India; unless the user selects otherwise, English is preferred. in India; unless the user selects otherwise, English is preferred.
- The *luksbootkeyfile* module was reported to be too quick to declare - The *luksbootkeyfile* module was reported to be too quick to declare
a timeout when applying the keyfile. The timeout has been increased a timeout when applying the keyfile. The timeout has been increased
to one minute. (Thanks whorfin) to one minute. (Thanks whorfin)
- *networkcfg* tries harder to find the live-user login for re-working
networking settings. This fixes a regression on FerenOS, where the
installer was crashing because it could not find the live-user login.
# 3.2.43 (2021-09-17) # # 3.2.43 (2021-09-17) #

View File

@ -45,7 +45,7 @@ project( CALAMARES
LANGUAGES C CXX LANGUAGES C CXX
) )
set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
### OPTIONS ### OPTIONS
# #