Skip to content

Commit f5b5ba8

Browse files
authored
Pre-release changes (#415)
1 parent 3c1bb9d commit f5b5ba8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lxqt-powermanagement-2.1.0 / 2024-11-05
2+
========================================
3+
* Fixed memory leak.
4+
* Inform users of XF86 keys under Wayland.
5+
16
lxqt-powermanagement-2.0.0 / 2024-04-17
27
========================================
38
* Ported to Qt6.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1515

1616
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1717

18-
set(LXQTBT_MINIMUM_VERSION "2.0.0")
18+
set(LXQTBT_MINIMUM_VERSION "2.1.0")
1919
set(KF6_MINIMUM_VERSION "6.0.0")
20-
set(LXQT_MINIMUM_VERSION "2.0.0")
20+
set(LXQT_MINIMUM_VERSION "2.1.0")
2121
set(QT_MINIMUM_VERSION "6.6.0")
2222

2323
find_package(lxqt2-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)

0 commit comments

Comments
 (0)