From b485bfea0725143d21b02861f149eb1f814a7df8 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 21 Oct 2024 21:36:09 +0200 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES-3.3 | 4 +++- CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index 7338cee58..509246a28 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -7,9 +7,10 @@ contributors are listed. Note that Calamares does not have a historical changelog -- this log starts with version 3.3.0. See CHANGES-3.2 for the history of the 3.2 series (2018-05 - 2022-08). -# 3.3.10 (unreleased) +# 3.3.10 (2024-10-21) This release contains contributions from (alphabetically by given name): + - Aaron Rainbolt - Adriaan de Groot - Evan James - Neal Gompa @@ -21,6 +22,7 @@ This release contains contributions from (alphabetically by given name): - *keyboard* Repaired summary messages with strange formatting. (#2364) - *keyboard* Can update KDE Plasma configuration in Wayland. (thanks Neal, #2264) - *locale* Repaired summary messages with strange formatting. (#2364) + - *partition* Module fixed unwanted behavior with the encryption checkbox. (thanks Aaron, #2376) - *umount* Correctly unmounts the root filesystem of the target. (thanks Evan) - *users* Supports a new `home_permissions` setting to override the distro's `useradd` configuration of the umask. (#2362) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34a791eeb..c882e2c3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) set(CALAMARES_VERSION 3.3.10) -set(CALAMARES_RELEASE_MODE OFF) # Set to ON during a release +set(CALAMARES_RELEASE_MODE ON) # Set to ON during a release if(CMAKE_SCRIPT_MODE_FILE) include(${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake)