diff --git a/CHANGELOG b/CHANGELOG index 5962ff5..03bd714 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d301e4..e5fb7c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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