diff --git a/CHANGELOG b/CHANGELOG index 8ab97d6..32ed783 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +lxqt-policykit-1.4.0 / 2023-11-05 +================================== + * Prevent multiple instances of authentication-in-progress dialog. + * Prevent waiting indefinitely for the authentication by notifying polkit that we couldn't do the next authentication if one is already in progress. + lxqt-policykit-1.3.0 / 2023-04-15 ================================== * Updated translations and bumped the version. diff --git a/CMakeLists.txt b/CMakeLists.txt index a9fa316..878ea1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ message(STATUS "polkit agent: ${POLKIT_AGENT_INCLUDE_DIRS} ${POLKIT_AGENT_LIBRAR set(POLKIT_AGENT_BINARY_DIR "${CMAKE_INSTALL_BINDIR}" CACHE FILEPATH "Directory for install polkit agent") # Minumum Versions -set(LXQT_MINIMUM_VERSION "1.3.0") +set(LXQT_MINIMUM_VERSION "1.4.0") set(QT_MINIMUM_VERSION "5.15.0") find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)