Changes: document new bits for 3.3.0-a3

This commit is contained in:
Adriaan de Groot 2022-09-09 22:10:07 +02:00
parent 625693ac50
commit 4ced8279c6

View File

@ -15,11 +15,17 @@ This release contains contributions from (alphabetically by first name):
- Anke Boersma - Anke Boersma
## Core ## ## Core ##
- No core changes yet - Incompatible module-configuration changes, see #1438.
- Branding entries use ${var} instead of @{var} for substitutions,
in line with all the other substitution mechanisms used from C++
core. See documentation in `branding.desc`.
- Boost::Python requires at least version 1.72
- KDE Frameworks must be version 5.58 or later
## Modules ## ## Modules ##
- **Dracut** add option to set a configurable kernel name - *dracut* added a configurable kernel name. (thanks Anke)
- **Localeq** & **Keyboard** moved to using Drawer instead of ComboBox - *localeq* moved to using Drawer instead of ComboBox in UI. (thanks Anke)
- *keyboardq* moved to using Drawer instead of ComboBox in UI. (thanks Anke)
# 3.3.0-alpha2 (2022-08-23) # 3.3.0-alpha2 (2022-08-23)
@ -63,6 +69,7 @@ This release contains contributions from (alphabetically by first name):
# 3.3.0-pre-alpha (unreleased) # # 3.3.0-pre-alpha (unreleased) #
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Anke Boersma
- Anubhav Choudhary - Anubhav Choudhary
- Evan James - Evan James
- Vitor Lopes - Vitor Lopes
@ -76,9 +83,6 @@ Users (distributions) are **strongly** advised to use the tools
for configuration validation (`ci/configvalidator.py`) to check for configuration validation (`ci/configvalidator.py`) to check
that the distribution configuration files follow the current schema. that the distribution configuration files follow the current schema.
- 3.3.0-alpha2 (unreleased)
Incompatible module-configuration changes, see #1438.
## Project ## ## Project ##
- The C++ code in the project is now formatted with clang-format 12 or 13, - The C++ code in the project is now formatted with clang-format 12 or 13,
with the coding-style as found in `.clang-format`; there are minor with the coding-style as found in `.clang-format`; there are minor