Git commit af23c2d8693d8a4b6cab2cba58b4790455fea704 by Michael Reeves. Committed on 01/05/2023 at 17:52. Pushed by mreeves into branch '1.10'.
Bump version M +1 -1 CMakeLists.txt M +6 -0 ChangeLog M +1 -1 README M +1 -1 doc/en/index.docbook M +1 -1 src/kdiff3part.desktop M +1 -0 src/org.kde.kdiff3.appdata.xml https://invent.kde.org/sdk/kdiff3/commit/af23c2d8693d8a4b6cab2cba58b4790455fea704 diff --git a/CMakeLists.txt b/CMakeLists.txt index 31dc8e6d..8b32585d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ #CMP0077 is defined in 3.13 or later cmake_minimum_required(VERSION 3.14 FATAL_ERROR) -project(kdiff3 VERSION 1.10.1) +project(kdiff3 VERSION 1.10.2) option(BUILD_WITH_QT6 OFF) option(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE ON) diff --git a/ChangeLog b/ChangeLog index e9ae5189..1db69704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 1.10.2 - 2023 +=========================== +*Prevent false error due to faulty check when m_pOptions->m_bDiff3AlignBC = true +*468492 fix crash when word wrap enabled +*Rework KDiff3App::completeInit to avoid crash on exit in auto mode + Version 1.10.1 - 2023 =========================== *467652 - "Escape" shortcut ignored if merge output in focus diff --git a/README b/README index 8b0b428a..bb11d052 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ KDiff3-Readme Author: Joachim Eibl (joachim.eibl at gmx.de) Port to KF5/Qt5 by Michael Reeves ([email protected]) -KDiff3-Version: 1.10.1 +KDiff3-Version: 1.10.2 Now requires Qt 5.15 or later and KF5 5.50+. Legacy 0.9.98 and earlier builds are not supported. MacOS X build is 64-bit only unfortunately I can't test build locally. The Konqueror specific plug-in diff --git a/doc/en/index.docbook b/doc/en/index.docbook index a9754c1b..d8226cbc 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -70,7 +70,7 @@ Do NOT change these in the translation. --> <listitem><para>supports version control keyword and history merging.</para></listitem> </itemizedlist> </para><para> - This document describes &kdiff3;-version 1.10.1. + This document describes &kdiff3;-version 1.10.2. </para> </abstract> diff --git a/src/kdiff3part.desktop b/src/kdiff3part.desktop index e66eb8c5..49ce5a17 100644 --- a/src/kdiff3part.desktop +++ b/src/kdiff3part.desktop @@ -55,5 +55,5 @@ X-KDE-PluginInfo-License=GPLv2 X-KDE-PluginInfo-Description= A KPart for displaying diffs X-KDE-PluginInfo-Authors=Joachim Eibl;Michael Reeves X-KDE-PluginInfo-Emails=joachim.eibl at gmx.de;[email protected] -X-KDE-PluginInfo-Version=1.10.1 +X-KDE-PluginInfo-Version=1.10.2 diff --git a/src/org.kde.kdiff3.appdata.xml b/src/org.kde.kdiff3.appdata.xml index dbd31c6f..cae582fd 100644 --- a/src/org.kde.kdiff3.appdata.xml +++ b/src/org.kde.kdiff3.appdata.xml @@ -370,6 +370,7 @@ <binary>kdiff3</binary> </provides> <releases> + <release version="1.10.2" date="2023-05-3"/> <release version="1.10.1" date="2023-03-27"/> <release version="1.10.0" date="2023-01-5"/> <release version="1.9.6" date="2022-06-23"/>
