diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 17:16:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 18:21:52 +0900 |
commit | 7757d1852cef90ff2addc79d9041c73628c98c7c (patch) | |
tree | 66e28cd5513bc2ccea4295914caf21820185e57b | |
parent | 8a2bfddd2cc4c20ded32dc649df74a79477e3e5b (diff) | |
download | tdebase-7757d1852cef90ff2addc79d9041c73628c98c7c.tar.gz tdebase-7757d1852cef90ff2addc79d9041c73628c98c7c.zip |
Added initial draft of release notes for R14.0.13.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 733386778a4df90254e20b0d87e0cc0fabb24799)
-rw-r--r-- | doc/khelpcenter/releasenotes/index.docbook | 2 | ||||
-rw-r--r-- | doc/khelpcenter/releasenotes/r14.0.13.docbook | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/khelpcenter/releasenotes/index.docbook b/doc/khelpcenter/releasenotes/index.docbook index c9a56c5cc..aeb5f47b4 100644 --- a/doc/khelpcenter/releasenotes/index.docbook +++ b/doc/khelpcenter/releasenotes/index.docbook @@ -16,6 +16,7 @@ <!ENTITY r14.0.10 SYSTEM "r14.0.10.docbook"> <!ENTITY r14.0.11 SYSTEM "r14.0.11.docbook"> <!ENTITY r14.0.12 SYSTEM "r14.0.12.docbook"> + <!ENTITY r14.0.13 SYSTEM "r14.0.13.docbook"> ]> @@ -65,6 +66,7 @@ role, including bug fixing, enhancements, testing, etc.</para> </sect1> +&r14.0.13; &r14.0.12; &r14.0.11; &r14.0.10; diff --git a/doc/khelpcenter/releasenotes/r14.0.13.docbook b/doc/khelpcenter/releasenotes/r14.0.13.docbook new file mode 100644 index 000000000..3308fd79f --- /dev/null +++ b/doc/khelpcenter/releasenotes/r14.0.13.docbook @@ -0,0 +1,12 @@ +<sect1 id="release-notes-r14.0.13"> +<title>R14.0.13 Release Notes (draft)</title> + +<para>R14.0.13 is the thirteenth maintenance release of the R14.0 series, +and is built on and improves the previous versions.</para> +<para>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.</para> + +<para>The ongoing temporary list of changes introduced by this release can be found <ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/83">here</ulink>.</para> + +</sect1> |