Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2021-01-20 23:49:09 +01:00
parent 144b51f00e
commit 3fbca3ab4c
2 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@ 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.36 (unreleased) # # 3.2.36 (2021-02-03) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Anubhav Choudhary - Anubhav Choudhary
@ -20,11 +20,14 @@ This release contains contributions from (alphabetically by first name):
## Core ## ## Core ##
- It is now possible to hide the *next* and *back* buttons during - It is now possible to hide the *next* and *back* buttons during
the "exec" phase of installation. THanks Anubhav. the "exec" phase of installation. Thanks Anubhav.
- The Calamares CI has migrated to GitHub actions. Thanks Jonas.
## Modules ## ## Modules ##
- *bootloader* now uses the current file names for the UEFI Secure Boot - *bootloader* now uses the current file names for the UEFI Secure Boot
shim instead of obsolete ones. shim instead of obsolete ones.
- The *mount* module creates swap in its own subvolume, if btrfs is used.
Thanks Matti.
- *partition* includes more information about what it will do, including - *partition* includes more information about what it will do, including
GPT partition types (in human-readable format, if possible). Thanks Gaël. GPT partition types (in human-readable format, if possible). Thanks Gaël.
- Some edge-cases with overlay filesystems have been resolved in the - Some edge-cases with overlay filesystems have been resolved in the

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
# #