From 6e8e8a3d1b4ed416bf1515795833bed51ca44675 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 11 Sep 2023 21:05:43 +0200 Subject: [PATCH] Changes: document Qt6 and CalamaresUtils --- CHANGES-3.3 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index 7add5ca5d..391c62dc8 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -11,9 +11,7 @@ the history of the 3.2 series (2018-05 - 2022-08). The very first we-will-call-it-3.3 release! One of the big changes is that Calamares -- the core and nearly all of the modules in this repository -- -are compatible with Qt6. This means that a Qt6-based distribution can use -Calamares without including another version of Qt. Note that some KDE -Frameworks are required as well, and those need to be Qt6-based as well. +are compatible with Qt6. This release contains contributions from (alphabetically by first name): - Adriaan de Groot @@ -22,6 +20,14 @@ This release contains contributions from (alphabetically by first name): - Ivan Borzenkov ## Core ## + - Qt6 compatibility. You can choose Qt5 (with KDE Frameworks 5) as before, + or choose Qt6 (with KDE Frameworks 6). This means that a Qt6-based Linux + distribution can use Calamares without needing an extra version of Qt. + Note that some KDE Frameworks are required as well, and those need to be + Qt6-based also (and are not released as of September 2023). + - C++ namespaces have been shuffled around and `CalamaresUtils` has been + retired. This has an effect on all C++ plugins, since this is neither + a binary- nor source-compatible change. ## Modules ## - *keyboard* module can now be explicitly configured to use X11 keyboard