Skip to content

Commit

Permalink
Pre-release changes (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 5, 2021
1 parent d1987d3 commit caa8095
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
liblxqt-0.17.0 / 2021-04-15
===========================
* Used Qt5.15's Qt::SplitBehavior.
* Fixed dbus errors with invalid QVariant data sent over it.
* Made GlobalSettings public (exported symbols) in lxqtsettings.
* Modernized some headers.
* Modernize the trivial destructors.
* Used "handle quit signals" constructor in lxqtsingleapplication.
* Replaced the deprecated constructor of QWheelEvent.

liblxqt-0.16.0 / 2020-11-01
===========================
* Use QFlags default constructor
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
project(liblxqt)


set(LXQTBT_MINIMUM_VERSION "0.8.0")
set(LXQTBT_MINIMUM_VERSION "0.9.0")
set(KF5_MINIMUM_VERSION "5.36.0")
set(QT_MINIMUM_VERSION "5.12.0")
set(QTXDG_MINIMUM_VERSION "3.5.0")
set(QTXDG_MINIMUM_VERSION "3.7.0")

# Major LXQt Version, belong to all components
set(LXQT_MAJOR_VERSION 0)
# Minor LXQt Version, belong to all components
set(LXQT_MINOR_VERSION 16)
set(LXQT_MINOR_VERSION 17)
#
# Patch Version, belong *only* to the component
# LXQt is 0.13 - liblxqt is at patch version 0
Expand Down

0 comments on commit caa8095

Please sign in to comment.