From 0d6e10311c7a15805a134166f0b35f0c3c127cab Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 11 May 2020 20:53:23 +0200 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES | 5 ++++- CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 22dac3dd2..7f748ef51 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.24 (unreleased) # +# 3.2.24 (2020-05-11) # This release contains contributions from (alphabetically by first name): - Bill Auger @@ -18,6 +18,9 @@ This release contains contributions from (alphabetically by first name): - GlobalStorage is available to QML modules as `Global`. - The height of the navigation bar in QML can be set within the QML code for the navigation; if not set, try something sensible. + - A regression in the requirements-checker which could block the + installer from proceeding without telling the user **why** it + was blocked, has been resolved. ## Modules ## - The *bootloader* module can force a UEFI-based machine to boot into diff --git a/CMakeLists.txt b/CMakeLists.txt index 667ec2231..62cf971c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ project( CALAMARES VERSION 3.2.24 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 #