From faa08f0b1e48bbabae11217ece9980b74c229f15 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Oct 2022 19:49:56 +0900 Subject: Added final version of release notes for R14.0.13. Signed-off-by: Michele Calgaro (cherry picked from commit cfa78657f78ab3396a0db9765158768e9eb1e114) --- doc/khelpcenter/releasenotes/r14.0.13.docbook | 127 ++++++++++++++++++++++++-- 1 file changed, 121 insertions(+), 6 deletions(-) diff --git a/doc/khelpcenter/releasenotes/r14.0.13.docbook b/doc/khelpcenter/releasenotes/r14.0.13.docbook index 3308fd79f..5f3c2a9ed 100644 --- a/doc/khelpcenter/releasenotes/r14.0.13.docbook +++ b/doc/khelpcenter/releasenotes/r14.0.13.docbook @@ -1,12 +1,127 @@ -R14.0.13 Release Notes (draft) +R14.0.13 Release Notes R14.0.13 is the thirteenth maintenance release of the R14.0 series, -and is built on and improves the previous versions. -Maintenance releases are intended to promptly bring bug fixes and -new features to users, while preserving overall stability through the -avoidance of both major API or feature changes and major codebase re-factoring. +and is built on and improves the previous maintenance versions. +Maintenance releases are intended to promptly bring bug fixes and new +features to users, while preserving overall stability through the avoidance +of both major API or feature changes and major codebase re-factoring. +Below is a summary of some of the most important changes introduced by +this release. -The ongoing temporary list of changes introduced by this release can be found here. + + +New applications + + tdeio-appinfo: a TDEIO slave (appinfo:/) that combines an application's configuration, data, manual and temp files and folders into a single view (TDE/tdeio-appinfo) + twin-style-machbunt: a KDE window decoration theme from SuSE 9.1/9.2 (TDE/twin-style-machbunt) + + + + + +Enhancements + + Ctrl + mouse wheel can now be used to increase/decrease the font size in the following applications: + + Konsole (TDE/tdebase#297) + Kate, KWrite, TDevelop and other applications using the Kate part editor (TDE/tdelibs#180) + + + Kate: added syntax highlighting for Markdown files (TDE/tdelibs#170, TDE/tdelibs#174) + Improved user experience when setting a wallpaper (TDE/tdebase#280, TDE/tdebase#285) + Offer all available options to set an image as background from Konqueror's action menu (TDE/tdebase#281, TDE/tdebase#285) + Taskbar: Move Task and drag-n-drop are now available also for grouped task buttons (TDE/tdebase#295, TDE/tde#98) + Improvements to khotkeys Input Actions: + + New move up/move down buttons (commit 5e4ca4df) + Fixes to GUI for creating/editing actions (commit 0c22a148) + New `waiting` action component to introduce a delay between steps (TDE/tdebase#267) + + + New SFTP tdeioslave based on libssh (KDE backport) (TDE/tdebase#279) + Added support for ffmpeg 5.0 (TDE/akode#9, TDE/akode#10, TDE/k3b#14, TDE/k3b#16, TDE/k9copy#5, TDE/k9copy#6) + Added support for Jasper 3.x (TDE/tdelibs#162, TDE/digikam#5) + Added support for Poppler >= 22.04 (TDE/tdegraphics#45) + Improvements to Python3 Support (TDE/sip4-tqt#7, TDE/sip4-tqt#8, TDE/python-tqt#7) + Added man pages for several TDE applications (TDE/abakus#6, TDE/amarok#34, TDE/arts#8, TDE/k3b#18, TDE/k9copy#7, TDE/kile#3, TDE/koffice#28, TDE/krecipes#1, TDE/ktorrent#4, TDE/libksquirrel#3, TDE/rosegarden#4, TDE/tellico#4, TDE/tdeaddons#13, TDE/tdeartwork#21, TDE/tdebase#275, TDE/tdebindings#11, TDE/tdegraphics#47, TDE/tdemultimedia#36, TDE/tdenetwork#45, TDE/tdesdk#13, TDE/tdeutils#41) + Improved API visualization (TDE/tdelibs#167, TDE/tdelibs#169) + Use gender-neutral language (TDE/tdebase#286, TDE/tdepim#69, TDE/tdemultimedia#37, TDE/tdegames#16) + + + + +Bug fixes + + Fixed opening of media:/ and system:/media/ URLs from non-TDE applications (TDE/tdelibs#157, TDE/tdebase#224) + Fixed compatibility with openSSL 3.0 API (TDE/tdelibs#175, TDE/tdelibs#177) + Fixed display of TQMap/TQValueList in dcopclient (TDE/tdelibs#168) + tdebindings: fixed FTBFS when tdehw is not present (TDE/tdebindings#10) + tqt3: fixed rendering of listviews with SGI widget style (TDE/tqt3#64) + Fixed various FTBFS when building with clang + Fixed font styles detection in TDE font dialogs (TDE/tdelibs#164, TDE/koffice#24) + tdeio-man: fixed visualization of man pages for TDE applications (TDE/tdebase#274) + basket: fixed SEGV crash when moving new empty notes (TDE/basket#12) + kgtk-qt3: added support for gtk2 with glibc 2.34 (TDE/kgtk-qt3#4) + + + + + +Security + + FISH protocol: security fix for CVE-2020-12755 (backport from KDE) (TDE/tdebase#282) + KMail: fixed vulnerability to EFAIL (backport from KDE) (TDE/tdepim#22, TDE/tdepim#70) + + + + + +Distro support + + Gentoo: several improvements and addition to supported ebuilds + Ubuntu: dropped Groovy (20.10), added Kinetic (22.10) + Fedora: added support for v36 and 37 + Arch: added builds for arm64 and armhf + OpenSuSE: added support for 15.4 + + + + + +Additional info + + Full release notes on TDE wiki + TGW issue list + Detailed commit change log + + + + + +Additional info for developers/packagers + + Module version is now automatically added to tarball and detected by cmake at build time (TDE/scripts#4, TDE/tde-common-cmake#84) + CMake Trinity's macros can now be used with pure TQt applications which require parsing of .ui files (TDE/tde-common-cmake#85) + Modules converted to cmake: + + gtk3-tqt-engine (TDE/gtk3-tqt-engine#2) + tderadio (TDE/tderadio#4) + koffice-i18n (TDE/koffice-i18n#1) + + + Dropped autotools support for the following modules: + + rosegarden (TDE/rosegarden#5) + tdeio-locate (TDE/tdeio-locate#2) + k3b (TDE/k3b#19) + tdepowersave (TDE/tdepowersave#10) + tastymenu (TDE/tastymenu#3) + gtk-qt-engine (TDE/gtk-qt-engine#9) + + + + + -- cgit v1.2.3