summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2020-02-27 23:12:03 +0100
committerAdriaan de Groot <groot@kde.org>2020-02-27 23:12:03 +0100
commit3c059cc599b629f609bd3d87e057acb3c95a83ec (patch)
tree6833272e6da10f80f42b2a9d62aafd8db383a1d5
parent72dcf886bfaf66d4e1f448609a1c4d56d473f45a (diff)
Changes: pre-release housekeeping
-rw-r--r--CHANGES15
-rw-r--r--CMakeLists.txt2
2 files changed, 11 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 77370b9af..67edca8f0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
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):
- - No external contributors yet
+ - Bart Ribbers
## Core ##
- 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 ##
- The *partition* module now stores which filesystems are in use in
- global storage. While this is currently incompatible with the
- *contextualprocess* module, a custom module can make use of that
- to optimise the target system for the filesystems that are present.
+ global storage.
+ - The *contextualprocess* module now understands "compound variable
+ 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) #
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6eb705812..eee6c01b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@ project( CALAMARES
VERSION 3.2.20
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
#