Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2020-02-27 23:12:03 +01:00
parent 72dcf886bf
commit 3c059cc599
2 changed files with 11 additions and 6 deletions

15
CHANGES
View File

@ -3,10 +3,10 @@ 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.20 (unreleased) # # 3.2.20 (2020-02-27) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- No external contributors yet - Bart Ribbers
## Core ## ## Core ##
- When logging level is set to 8 (eight), for instance via the `-D8` - When logging level is set to 8 (eight), for instance via the `-D8`
@ -18,9 +18,14 @@ This release contains contributions from (alphabetically by first name):
## Modules ## ## Modules ##
- The *partition* module now stores which filesystems are in use in - The *partition* module now stores which filesystems are in use in
global storage. While this is currently incompatible with the global storage.
*contextualprocess* module, a custom module can make use of that - The *contextualprocess* module now understands "compound variable
to optimise the target system for the filesystems that are present. names", where a dot (.) is used to index into structured data
stored in global storage. This allows it to use the map stored
by the partition module (but also other things, like looking into
the branding information).
- The *packages* module now understands "apk", the Alpine Linux
package manager.
# 3.2.19.1 (2020-02-24) # # 3.2.19.1 (2020-02-24) #

View File

@ -43,7 +43,7 @@ project( CALAMARES
VERSION 3.2.20 VERSION 3.2.20
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
# #