mirror of
https://github.com/sddm/sddm.git
synced 2024-11-26 19:43:38 +08:00
bump to 0.21.0 and start changelog
This commit is contained in:
parent
dfc3bdb651
commit
63780fcd79
@ -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}\"")
|
||||
|
15
ChangeLog
15
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)
|
||||
|
Loading…
Reference in New Issue
Block a user