Changes: pre-release housekeeping
This commit is contained in:
parent
1814b7fd41
commit
b485bfea07
@ -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
|
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).
|
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):
|
This release contains contributions from (alphabetically by given name):
|
||||||
|
- Aaron Rainbolt
|
||||||
- Adriaan de Groot
|
- Adriaan de Groot
|
||||||
- Evan James
|
- Evan James
|
||||||
- Neal Gompa
|
- Neal Gompa
|
||||||
@ -21,6 +22,7 @@ This release contains contributions from (alphabetically by given name):
|
|||||||
- *keyboard* Repaired summary messages with strange formatting. (#2364)
|
- *keyboard* Repaired summary messages with strange formatting. (#2364)
|
||||||
- *keyboard* Can update KDE Plasma configuration in Wayland. (thanks Neal, #2264)
|
- *keyboard* Can update KDE Plasma configuration in Wayland. (thanks Neal, #2264)
|
||||||
- *locale* Repaired summary messages with strange formatting. (#2364)
|
- *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)
|
- *umount* Correctly unmounts the root filesystem of the target. (thanks Evan)
|
||||||
- *users* Supports a new `home_permissions` setting to override the
|
- *users* Supports a new `home_permissions` setting to override the
|
||||||
distro's `useradd` configuration of the umask. (#2362)
|
distro's `useradd` configuration of the umask. (#2362)
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
|
||||||
|
|
||||||
set(CALAMARES_VERSION 3.3.10)
|
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)
|
if(CMAKE_SCRIPT_MODE_FILE)
|
||||||
include(${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake)
|
include(${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake)
|
||||||
|
Loading…
Reference in New Issue
Block a user