Skip to content

Commit

Permalink
Pre-release changes (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 15, 2023
1 parent 1f32c38 commit 4f170a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
lxqt-session-1.3.0 / 2023-04-15
================================
* Added support for procps-ng >= 4.0.0.
* Use timer based checking for window manager and tray.
* Disable crashing calls on Wayland.
* Fixed typos.

lxqt-session-1.2.0 / 2022-11-05
================================
* Fixed the core code when lxqt-session is started under Wayland.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ option(WITH_LIBUDEV "Build with libudev support" ON)

# Minimum Versions
set(KF5_MINIMUM_VERSION "5.36.0")
set(LXQT_MINIMUM_VERSION "1.2.0")
set(QTXDG_MINIMUM_VERSION "3.10.0")
set(LXQT_MINIMUM_VERSION "1.3.0")
set(QTXDG_MINIMUM_VERSION "3.11.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit 4f170a6

Please sign in to comment.