calamares/CHANGES

25 lines
910 B
Plaintext
Raw Normal View History

<!-- 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-09-16 11:01:30 +02:00
- No external contributors yet
2021-08-05 15:29:23 +02:00
## Core ##
- 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-08-05 15:29:23 +02:00
## Modules ##
2021-09-16 11:01:30 +02:00
- No module changes yet