Skip to content

Commit 55aa4bb

Browse files
authored
Pre-release changes (#452)
1 parent ba62e15 commit 55aa4bb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lxqt-session-1.2.0 / 2022-11-05
2+
================================
3+
* Fixed the core code when lxqt-session is started under Wayland.
4+
* Reload mouse & touchpad settings when devices are reconnected.
5+
16
lxqt-session-1.1.1 / 2022-05-08
27
================================
38
* Added `qtxdg-tools` as a dependency (to be used by `xdg-utils` under LXQt Session).

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ option(WITH_LIBUDEV "Build with libudev support" ON)
2020

2121
# Minimum Versions
2222
set(KF5_MINIMUM_VERSION "5.36.0")
23-
set(LXQT_MINIMUM_VERSION "1.1.0")
24-
set(QTXDG_MINIMUM_VERSION "3.9.1")
23+
set(LXQT_MINIMUM_VERSION "1.2.0")
24+
set(QTXDG_MINIMUM_VERSION "3.10.0")
2525
set(QT_MINIMUM_VERSION "5.15.0")
2626

2727
find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
@@ -42,7 +42,7 @@ endif()
4242
find_package(XdgUserDirs REQUIRED)
4343

4444
# Patch Version
45-
set(LXQT_SESSION_PATCH_VERSION 1)
45+
set(LXQT_SESSION_PATCH_VERSION 0)
4646

4747
set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
4848
add_definitions(

0 commit comments

Comments
 (0)