From db4730107d593d5e94052a7fc894fd346defe41e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 2 Jan 2024 22:39:57 +0100 Subject: [PATCH] Changes: document recent contributions --- CHANGES-3.3 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES-3.3 b/CHANGES-3.3 index 93f711964..ce290d8a5 100644 --- a/CHANGES-3.3 +++ b/CHANGES-3.3 @@ -10,13 +10,25 @@ the history of the 3.2 series (2018-05 - 2022-08). # 3.3.1 (unreleased) +This release sets `BUILD_APPDATA` and `BUILD_APSTREAM` to default to **OFF**, +where previously they defaulted to **ON**. When enabled, the dependencies for +both features are required -- previously they would silently switch off if +the dependencies were not found. Distributions are strongly advised to check +their package-building instructions. + This release contains contributions from (alphabetically by first name): - Adriaan de Groot - Aleksey Samoilov - Emir Sari + - Simon Quigley ## Core ## - - No changes of note. + - There has been internal code re-organization (e.g. not using functions + named `tr()`) to help translation tools. + - Strings everywhere have been given more context. (thanks Emir) + - In CMake, "view" is no longer accepted as an alias of the module + type "viewmodule" in function `calamares_add_plugin()`. + - Plain Ubuntu builds have been added to the CI roster. (thanks Simon) ## Modules ## - The *displaymanager* module configuration for `greetd` has some more