CMake: post-release housekeeping

This commit is contained in:
Adriaan de Groot
2025-07-22 21:46:36 +02:00
parent 8b0feb1852
commit 0949c7eb32
3 changed files with 14 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ the history of the 3.2 series (2018-05 - 2022-08).
# 3.3.15 (unreleased)
No 3.3.15 version was released. The changes originally landed for
3.3.15 ended up in the 3.4.0 release from Codeberg.
3.3.15 ended up in the 3.4.0 release from Codeberg. No further 3.3 series
releases -- not even for bug-fixes -- are planned. Use the 3.4 series instead.
# 3.3.14 (2024-02-20)

View File

@@ -12,8 +12,14 @@ series (2018-05 - 2022-08).
# 3.4.1 (unreleased)
This release contains contributions from (alphabetically by given name):
- Aaron Rainbolt
- Adriaan de Groot
- Erik Dubois
- Evan James
- Kel Modderman
- nebras
- Neixen911
- Peter Jung
- vincent PENVERN
## Core ##
@@ -22,6 +28,10 @@ This release contains contributions from (alphabetically by given name):
## Modules ##
- The *keyboard* (and *keyboardq*) modules now support setting the live
keyboard layout in a GNOME-Wayland session. (thanks vincent, #2435)
- The *bootloader* and *partition* modules now support hybrid bootloaders.
(thanks Aaron, #2422, #2445)
- A new *users* module setting has been added, to allow the configuration
of an autologin user-group. (thanks Neixen911, #2447)
# 3.4.0 (2025-07-22)

View File

@@ -48,8 +48,8 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
set(CALAMARES_VERSION 3.4.0)
set(CALAMARES_RELEASE_MODE ON) # Set to ON during a release
set(CALAMARES_VERSION 3.4.1)
set(CALAMARES_RELEASE_MODE OFF) # Set to ON during a release
if(CMAKE_SCRIPT_MODE_FILE)
include(${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake)