From b69dd3a93ccd67c749c74dde9d0125d450d70623 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 28 Nov 2019 13:12:14 +0100 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES | 9 ++++++--- CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 970febf63..915ec75f3 100644 --- a/CHANGES +++ b/CHANGES @@ -3,13 +3,13 @@ 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.17 (unreleased) # +# 3.2.17 (2019-11-28) # This release contains contributions from (alphabetically by first name): - - No external contributions. + - Bill Auger ## Core ## - - No changes to core functionality + - A translation "string freeze" is now enforced by the release scripts. ## Modules ## - A new module, *hostinfo*, places information about the host into @@ -23,6 +23,9 @@ This release contains contributions from (alphabetically by first name): - The *grubcfg* module has a new configuration setting *keepDistributor* which prevents replacing the `GRUB_DISTRIBUTION` line when writing the new configuration. #1201 + - *packagechooser* documentation has been updated. + - *welcome* module now works better with dark themes. + - The *license* module could get into a confused state, now fixed. #1271 # 3.2.16 (2019-11-01) # diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d1cb83f0..f272d7e53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ project( CALAMARES VERSION 3.2.17 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 #