Skip to content
Snippets Groups Projects
Verified Commit fe40422d authored by Michael Reeves's avatar Michael Reeves
Browse files

Bump version for release

parent 8ebee432
No related branches found
Tags 1.11.1
No related merge requests found
Pipeline #691554 failed with stages
in 24 minutes and 12 seconds
......@@ -6,7 +6,7 @@
#CMP0077 is defined in 3.13 or later
cmake_minimum_required(VERSION 3.19 FATAL_ERROR)
project(kdiff3 VERSION 1.11.0)
project(kdiff3 VERSION 1.11.1)
#Avaliable as QtVersionOption starting in ECM 5.82.
option(BUILD_WITH_QT6 "Build against Qt 6" OFF)
......
Version 1.11.1 - 2024
===========================
*Fix handling of KIO jobs for non-file urls.
-Actually wait for secondary event loop to end (Not sure if this is documention bug in qt or behavior bug.)
-Don't arbitrarily kill jobs when progress dialog is hidden.
*Fix possible invalid line given by mousedown in Overview pane. (Caught by SafeInt range checking)
*Fix bad algorithm in getBestFirstLine.
-Related regression also fixed (BUG:486909)
*craft based builds are now Qt6/kf6.
Version 1.11 - 2024
===========================
*Prep for Qt6/KF6 still Qt5 by default but will switch with next major release.
......
......@@ -393,6 +393,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
</provides>
<launchable type="desktop-id">org.kde.kdiff3.desktop</launchable>
<releases>
<release version="1.11.1" date="2024-05-18"/>
<release version="1.11.0" date="2024-04-21"/>
<release version="1.10.7" date="2023-12-29"/>
<release version="1.10.6" date="2023-09-25"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment