diff --git a/CHANGES b/CHANGES index 0ecaafb51..a63390956 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,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 website will have to do for older versions. -# 3.2.19 (unreleased) # +# 3.2.19 (2020-02-21) # This release contains contributions from (alphabetically by first name): - Anke Boersma @@ -39,6 +39,10 @@ This release contains contributions from (alphabetically by first name): Previously, a netinstall module would overwrite all of the package configuration done by other netinstall modules. Translations can be provided in the configuration file, `netinstall.conf`. #1303 + - The *fstab* module no longer "claims" all the swap partitions it finds + on disk. It only uses swap specified for the current installation. + This means that "replace" and "alongside" installations will have + no swap configured in the target system. # 3.2.18 (2020-01-28) # diff --git a/CMakeLists.txt b/CMakeLists.txt index 479009faf..db8fab382 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ project( CALAMARES VERSION 3.2.19 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 #