bump to 0.21.0 and start changelog

This commit is contained in:
Harald Sitter 2024-02-21 16:54:21 +01:00
parent dfc3bdb651
commit 63780fcd79
2 changed files with 16 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
# Set version
set(SDDM_VERSION_MAJOR 0)
set(SDDM_VERSION_MINOR 20)
set(SDDM_VERSION_MINOR 21)
set(SDDM_VERSION_PATCH 0)
set(SDDM_VERSION_STRING "${SDDM_VERSION_MAJOR}.${SDDM_VERSION_MINOR}.${SDDM_VERSION_PATCH}")
add_compile_definitions("SDDM_VERSION=\"${SDDM_VERSION_STRING}\"")

View File

@ -4,6 +4,21 @@
- Bug fixes
* Others
## 0.21.0
----------------------
+ sddm-greeter can now be built for both Qt5 and Qt6
+ Themes can now declare their Qt version compatibility to control which greeter gets used
+ New CMake option INSTALL_PAM_CONFIGURATION (defaults to ON)
+ Bulgarian translation added
* DBus policy files are now installed in /usr rather than /etc
* Do not show keyboard layouts on wayland as switching is not implemented
* Switch the default commandline for Weston to use the kiosk shell (available in 9.0+)
- Fix building with Qt 6.7
- Handle autologin failure by falling back to the greeter (#1775)
- Fix session names containing ',' (#1745)
- Don't let tmpfiles delete x11 auth files for very long running sessions
- Many improvements for the **experimental** wayland support
## 0.20.0 - 2023-06-23
----------------------
+ Initial Qt6 support (Will break themes which rely on Qt 5)