diff options
Diffstat (limited to 'doc/khelpcenter/releasenotes/r14.0.01.docbook')
-rw-r--r-- | doc/khelpcenter/releasenotes/r14.0.01.docbook | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/khelpcenter/releasenotes/r14.0.01.docbook b/doc/khelpcenter/releasenotes/r14.0.01.docbook new file mode 100644 index 000000000..022fe7fcf --- /dev/null +++ b/doc/khelpcenter/releasenotes/r14.0.01.docbook @@ -0,0 +1,60 @@ +<sect1 id="release-notes-r14.0.1"> +<title>R14.0.1 Release Notes</title> + +<para>R14.0.1 is the first maintenance release of the R14.0 series, +and is the result of several months of ongoing effort by the TDE +development team.</para> +<para>Maintenance releases are intended to promptly bring bug fixes +to users, while preserving overall stability through the avoidance +of both new features and major codebase re-factoring.</para> + +<sect2 id="release-notes-r14.0.1-notes"> +<title>Important fixes</title> + +<para>This section highlights some of the most important fixes introduced by this +release.</para> + +<itemizedlist> +<listitem> + <para>Bug fixes</para> + <itemizedlist> + <listitem><para>Konqueror file filtering now works correctly</para></listitem> + <listitem><para>TDE session manager crashes should no longer be experienced</para></listitem> + <listitem><para>KHelpcenter incorrectly displayed content is now visualized correctly</para></listitem> + <listitem><para>Incorrect window transparency with TDE Compton has been eliminated</para></listitem> + <listitem><para>Incorrect circular dependency in Debian/Ubuntu packages has been resolved</para></listitem> + <listitem><para>TDEFileReplace no longer hangs/crashes when circular links are encountered</para></listitem> + <listitem><para>TDENetworkManager no longer crashes if an interace is removed</para></listitem> + <listitem><para>TDENetworkManager no longer hangs on point-to-point connections</para></listitem> + <listitem><para>TDevelop cmake template projects now builds correctly</para></listitem> + <listitem><para>Digikam slideshow no longer hangs</para></listitem> + <listitem><para>Several FTBFS has been addressed</para></listitem> + <listitem><para>KDesktop no longer hangs on startup</para></listitem> + <listitem><para>KMail no longer crashes if closed in offline mode</para></listitem> + <listitem><para>KSquirrel can load codecs - works again</para></listitem> + </itemizedlist> +</listitem> +<listitem> + <para>Enhancements</para> + <itemizedlist> + <listitem><para>Added support for Ubuntu Vivid 15.04</para></listitem> + <listitem><para>Added initial support for FreeBSD</para></listitem> + <listitem><para>Added support for ARM64 and PowerPC64le</para></listitem> + </itemizedlist> +</listitem> +<listitem> + <para>Security</para> + <itemizedlist> + <listitem><para>Several qt3/tqt3 security alerts have been fixed</para></listitem> + </itemizedlist> +</listitem> +</itemizedlist> +</sect2> + +<sect2 id="release-notes-r14.0.1-freebsd"> +<title>FreeBSD Support</title> +<para>TDE now has basic support for FreeBSD! Additional developers are always +welcome to help port over the remaining features and applications.</para> +</sect2> + +</sect1> |