Skip to content

Commit

Permalink
Pre-release changes (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2023
1 parent e99cde2 commit b7c4029
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lxqt-session-1.4.0 / 2023-11-05
================================
* Update the DBus activation environment, to fix problems with apps (like Telegram) which set `DBusActivatable` to `true` in their desktop entries.

lxqt-session-1.3.0 / 2023-04-15
================================
* Added support for procps-ng >= 4.0.0.
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.3.0")
set(QTXDG_MINIMUM_VERSION "3.11.0")
set(LXQT_MINIMUM_VERSION "1.4.0")
set(QTXDG_MINIMUM_VERSION "3.12.0")
set(QT_MINIMUM_VERSION "5.15.0")

find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit b7c4029

Please sign in to comment.