From 86f4ef5f98515e1883e90a7b9969f33d8dbada1f Mon Sep 17 00:00:00 2001 From: Tsu Jan Date: Sun, 14 Apr 2024 21:55:15 +0330 Subject: [PATCH] Pre-release changes --- CHANGELOG | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7a24996..51fa7bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +lxqt-sudo-2.0.0 / 2024-04-17 +============================= + * Allow bidirectional communication with launched process. + * Avoid flushing empty line. + * Flush everything comming from child and optimize splitting of output. + * Ported to Qt6. + lxqt-sudo-1.4.0 / 2023-11-05 ============================= * Updated translations and bumped the version. diff --git a/CMakeLists.txt b/CMakeLists.txt index 013d9cd..83cef25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR) # CMP0000: Call the cmake_minimum_required() command at the beginning of the top-level # CMakeLists.txt file even before calling the project() command. # The cmake_minimum_required(VERSION) command implicitly invokes the cmake_policy(VERSION)