From 3c059cc599b629f609bd3d87e057acb3c95a83ec Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 27 Feb 2020 23:12:03 +0100 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES | 15 ++++++++++----- CMakeLists.txt | 2 +- 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 #