From 63780fcd79f1dbf81a30eef48c28c699ab15aded Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 21 Feb 2024 16:54:21 +0100 Subject: [PATCH] bump to 0.21.0 and start changelog --- CMakeLists.txt | 2 +- ChangeLog | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2389c42c..1b8a147a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}\"") diff --git a/ChangeLog b/ChangeLog index ec5f4d75..d4df9380 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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)