Skip to content

Commit

Permalink
Merge pull request #234 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Oct 30, 2020
2 parents fdb10c6 + a6ab46e commit bb2d852
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
libqtxdg-3.6.0 / 2020-11-01
===========================
* Dropped deprecated QLinkedList.
* Code cleanup.
* Memory leaks are fixed.
* Fixed setting of default apps with GLib backend.
* Fixed (recommended) apps list given by GLib backend.
* Added a XdgDefaultApps class with email client, file manager and web browser set/get methods.
* Used Qt's fix for too big SVG icons with scale factors > 1.
* Added methods to XdgDefaultApps for getting special applications.
* Fixed unneeded URL encoding for %U/%u in "xdgdesktopfile.cpp".

libqtxdg-3.5.0 / 2020-04-22
===========================
* Removed dead Qt4 Mac code from XdgIconLoader.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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 5)
set(QTXDG_MINOR_VERSION 6)
set(QTXDG_PATCH_VERSION 0)
set(QTXDG_VERSION_STRING ${QTXDG_MAJOR_VERSION}.${QTXDG_MINOR_VERSION}.${QTXDG_PATCH_VERSION})

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

find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
Expand Down

0 comments on commit bb2d852

Please sign in to comment.