From 12b62980cbefb238fce4be2b025469f76b33a4c4 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 20 May 2022 12:14:05 +0200 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES-3.2 | 6 ++++++ CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES-3.2 b/CHANGES-3.2 index 2c5e0bdcd..068b68aae 100644 --- a/CHANGES-3.2 +++ b/CHANGES-3.2 @@ -8,6 +8,12 @@ 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.58.1 (2022-05-20) + +This is a hot-fix release for a regression in the *partition* module where +it was impossible to proceed unless *Encrypt system* was checked. + + # 3.2.58 (2022-05-18) # This release contains contributions from (alphabetically by first name): diff --git a/CMakeLists.txt b/CMakeLists.txt index 13f63ecc9..34f5f71f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ # TODO:3.3: Require CMake 3.12 cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) project( CALAMARES - VERSION 3.2.58 + VERSION 3.2.58.1 LANGUAGES C CXX )