2020-08-26 01:41:30 +02:00
|
|
|
<!-- SPDX-FileCopyrightText: no
|
|
|
|
SPDX-License-Identifier: CC0-1.0
|
|
|
|
-->
|
|
|
|
|
2018-08-06 17:06:28 +02:00
|
|
|
This is the changelog for Calamares. For each release, the major changes and
|
|
|
|
contributors are listed. Note that Calamares does not have a historical
|
2021-09-16 11:01:30 +02:00
|
|
|
changelog -- this log starts with version 3.3.0. See CHANGES-3.2 for
|
|
|
|
the history of the 3.2 series (2018-05 - 2021-12).
|
2018-08-06 17:06:28 +02:00
|
|
|
|
2021-09-16 11:01:30 +02:00
|
|
|
# 3.3.0 (unreleased) #
|
2021-09-06 15:16:40 +02:00
|
|
|
|
|
|
|
This release contains contributions from (alphabetically by first name):
|
2021-10-30 15:00:54 +02:00
|
|
|
- Evan James
|
2021-09-16 14:15:12 +02:00
|
|
|
- Vitor Lopes
|
2021-08-05 15:29:23 +02:00
|
|
|
|
|
|
|
## Core ##
|
2021-09-16 14:15:12 +02:00
|
|
|
- CMake 3.16, Qt 5.15 are now required; the newer CMake is to support
|
|
|
|
new features (also for KDE Frameworks), Qt is the current LTS version.
|
2021-09-16 13:37:38 +02:00
|
|
|
- KDE Framework "DBusAddons" is now required, and is used to "activate"
|
|
|
|
Calamares; the KDAB Single Application Guard is no longer used.
|
|
|
|
KDSAG needed patching to chase Qt 5.15 deprecations, and the DBus
|
|
|
|
activation code is tried and tested in Frameworks (tier 1).
|
|
|
|
Running `calamares -d` no longer enforces a single-application
|
|
|
|
(it is for debugging purposes, after all).
|
2021-09-16 14:15:12 +02:00
|
|
|
- Python 3.6 or later is now required, to allow for F-strings in
|
|
|
|
Python code and allow other tidy-ups in the Python modules.
|
|
|
|
Boost::Python now requires 1.67 or later (for CMake support).
|
2021-08-05 15:29:23 +02:00
|
|
|
|
|
|
|
## Modules ##
|
2021-10-30 15:00:54 +02:00
|
|
|
- *bootloader* now supports more options when building the kernel
|
|
|
|
command-line. (Thanks Evan)
|