Skip to content

Commit 27b7dbd

Browse files
authored
Prerelease changes (#429)
* Prerelease changes * A small correction
1 parent 285719d commit 27b7dbd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
lxqt-session-1.1.0 / 2022-04-15
2+
================================
3+
* Removed obsolete kdm session file.
4+
* Add NetBSD support.
5+
* Fixed typos in procreaper warning messages.
6+
* Added an option for global screen scaling.
7+
* Changed default icon theme to breeze.
8+
* Prevented cut text in header of Environment page.
9+
* Set Clearlooks as the default LXQt theme.
10+
111
lxqt-session-1.0.1 / 2022-01-01
212
================================
313
* Restart failed modules with exit codes other than 0.

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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.0.0")
23+
set(LXQT_MINIMUM_VERSION "1.1.0")
2424
set(QT_MINIMUM_VERSION "5.15.0")
2525

2626
find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
@@ -40,7 +40,7 @@ endif()
4040
find_package(XdgUserDirs REQUIRED)
4141

4242
# Patch Version
43-
set(LXQT_SESSION_PATCH_VERSION 1)
43+
set(LXQT_SESSION_PATCH_VERSION 0)
4444

4545
set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
4646
add_definitions(

0 commit comments

Comments
 (0)