From 02a53f85577ada6425bf044f16796a5f341a71ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 10 Apr 2020 19:12:10 +0200 Subject: Add release notes for R14.0.8 to documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/releasenotes/index.docbook | 2 + doc/releasenotes/r14.0.8.docbook | 104 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 doc/releasenotes/r14.0.8.docbook diff --git a/doc/releasenotes/index.docbook b/doc/releasenotes/index.docbook index e9f05fb81..3057962a7 100644 --- a/doc/releasenotes/index.docbook +++ b/doc/releasenotes/index.docbook @@ -11,6 +11,7 @@ + ]> @@ -60,6 +61,7 @@ role, including bug fixing, enhancements, testing, etc. +&r14.0.8; &r14.0.7; &r14.0.6; &r14.0.5; diff --git a/doc/releasenotes/r14.0.8.docbook b/doc/releasenotes/r14.0.8.docbook new file mode 100644 index 000000000..3d1d7e28d --- /dev/null +++ b/doc/releasenotes/r14.0.8.docbook @@ -0,0 +1,104 @@ + +R14.0.8 Release Notes + +R14.0.8 is the eighth maintenance release of the R14.0 series, +and is built on and improves the previous R14.0.7 version. +Maintenance releases are intended to promptly bring bug fixes +to users, while preserving overall stability through the avoidance +of both major new features and major codebase re-factoring. + + +Important fixes + +This section highlights some of the most important fixes introduced by this +release. + + + + Bug fixes + + Fixed avahi support + Fixed parsing of CPU cores frequency on some hardware + Fixed parsing of battery information on some hardware + Fixed detection of closing the lid on some hardware + Fixed incorrect update of KNote "last modified" field + Fixed several FTBFS caused by newer library versions + Fixed K3B crashes when trying to write an audio CD with cd text + Fixed tdenetworkmanager crashes + + + + Enhancements + + Many translation updates (thanks to all translators) + Several packages have been migrated to CMake build system + For some packages have been dropped the automake build system + Added option to disable tdekbdledsync + Added option to select default file manager + The selected default terminal is also used for Open terminal here + Improved LibreSSL support + Improved musl libc support + Improved support for DilOS distribution + Improved support for XDG folders + Improved support for Pinebook Pro + Initial work to support reproducible builds + Initial support for translating desktop files using Weblate + Using Ninja build for Cmake building on FreeBSD + Dropped Kerry and code related to Beagle search + + + + Security + + CVE-2019-14744: Solved similar cases of arbitrary code execution from .desktop files + + + + + + +Useful notes on upgrading +When upgrading from previous releases you may run into some of +the following use cases. Follow the recommended instructions to minimize +potential problems. + + +Removed dbus policy at_console +A newer version of SystemD has removed the dbus policy at_console. +Because the TDE does not yet contain a policykit agent (this will be addressed +in R14.1.0), a plugdev group policy has been added in the default TDE Hardware +Control daemon dbus configuration. This group should be available on most +systems. To enable communication with the TDE Hardware Control daemon, add +users to the plugdev group. +Note: If a policykit is installed but a policykit agent is not +available, it does not work well. In this case, it is advisable to +uninstall policykit to allow the use of dbus rules. + + + +Test failures in r14-xdg-update +If you experience test failures at login time during the execution of +the r14-xdg-update script, please try logging out and logging in again. Most +failures will be automatically fixed. In case of persistent failures that +don't get automatically recovered, please contact the TDE team on their +official channels (mailing lists or IRC). +For example you may experience TEST9 failures if you had previously +edited your TDE menu and there are references to both 'kde-*' and 'tde-*' +files for the same application. This will require manual editing to +determine what is the correct way to fix the problem. + + + + + + +FreeBSD Support +TDE continues to offer support for FreeBSD, although still partial +given some of the new issues that have arisen with the latest versions +of FreeBSD. The TDE team will try their best to improve support for +FreeBSD but progress will probably be slow. Additional developers or +contributors willing to help porting the remaining features and +applications are always welcome. + + + -- cgit v1.2.3