Skip to content

Commit

Permalink
Pre-release changes (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Apr 5, 2021
1 parent 07bb453 commit 556e0da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
libqtxdg-3.7.0 / 2021-04-15
===========================
* Removed deprecated XdgDesktopFileCache.
* Handled Qt 5.15 deprecations.
* Use "= default" for trivial constructors/destructors.
* Improved readability in container emptiness check.
* Ported QStringRef to QStringView.
* Moved to Qt5 signal/slot syntax.
* Added XTerm as a runtime dependency.
* Allow non-detached starting in xdgdesktopfile.
* Use QSvgRenderer for SVG icons.

libqtxdg-3.6.0 / 2020-11-01
===========================
* Dropped deprecated QLinkedList.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ option(BUILD_DEV_UTILS "Builds and install development utils" OFF)
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set(QTXDG_MAJOR_VERSION 3)
set(QTXDG_MINOR_VERSION 6)
set(QTXDG_MINOR_VERSION 7)
set(QTXDG_PATCH_VERSION 0)
set(QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.8.0")
set(LXQTBT_MINIMUM_VERSION "0.9.0")
set(QT_MINIMUM_VERSION "5.12.0")
set(GLIB_MINIMUM_VERSION "2.41.0") # Mime Apps new implementation

Expand Down

0 comments on commit 556e0da

Please sign in to comment.