diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-28 11:47:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-28 11:47:58 +0900 |
commit | e539275ad3d719ae9b95c9e94760f078acc608af (patch) | |
tree | 5ed60278e9dfaca693f4b4d3530637625ef70665 | |
parent | 8a630333192980368e8c245962e29684f846b161 (diff) | |
download | tdebase-e539275ad3d719ae9b95c9e94760f078acc608af.tar.gz tdebase-e539275ad3d719ae9b95c9e94760f078acc608af.zip |
Add release notes draft for R14.2.x series
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 files changed, 61 insertions, 0 deletions
diff --git a/doc/khelpcenter/releasenotes/index.docbook b/doc/khelpcenter/releasenotes/index.docbook index 6f7dc6494..607fdff4f 100644 --- a/doc/khelpcenter/releasenotes/index.docbook +++ b/doc/khelpcenter/releasenotes/index.docbook @@ -39,6 +39,7 @@ <sect1 id="release-notes-introduction"> <title></title> +<para><ulink url="help:/khelpcenter/releasenotes/r14.2.x">Release Notes for R14.2.x series</ulink></para> <para><ulink url="help:/khelpcenter/releasenotes/r14.1.x">Release Notes for R14.1.x series</ulink></para> <para><ulink url="help:/khelpcenter/releasenotes/r14.0.x">Release Notes for R14.0.x series</ulink></para> diff --git a/doc/khelpcenter/releasenotes/r14.2.x/CMakeLists.txt b/doc/khelpcenter/releasenotes/r14.2.x/CMakeLists.txt new file mode 100644 index 000000000..51db5fe0c --- /dev/null +++ b/doc/khelpcenter/releasenotes/r14.2.x/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION khelpcenter/releasenotes/r14.2.x ) diff --git a/doc/khelpcenter/releasenotes/r14.2.x/index.docbook b/doc/khelpcenter/releasenotes/r14.2.x/index.docbook new file mode 100644 index 000000000..c318f144a --- /dev/null +++ b/doc/khelpcenter/releasenotes/r14.2.x/index.docbook @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE" > <!-- change language only here --> + + <!ENTITY r14.2.00 SYSTEM "r14.2.00.docbook"> +]> + +<article id="release-notes-14.2-x" lang="&language;"> +<title>Release Notes for R14.2.x series</title> + +<articleinfo> +<authorgroup> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<date>&tde-release-date;</date> +<releaseinfo>&tde-release-version;</releaseinfo> + +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<!-- <legalnotice>&FDLNotice;</legalnotice> --> + +<keywordset> +<keyword>TDE</keyword> +<keyword>release notes</keyword> +<keyword>R14.2.x</keyword> +</keywordset> + +</articleinfo> + +<!-- empty section to avoid the first docbook to be shown + as part of the index page, instead of just a link--> +<sect1 id="release-notes-r14.2-x-introduction"> +<title></title> +<para></para> +</sect1> + +&r14.2.00; + +</article> diff --git a/doc/khelpcenter/releasenotes/r14.2.x/r14.2.00.docbook b/doc/khelpcenter/releasenotes/r14.2.x/r14.2.00.docbook new file mode 100644 index 000000000..3b1c31ea7 --- /dev/null +++ b/doc/khelpcenter/releasenotes/r14.2.x/r14.2.00.docbook @@ -0,0 +1,6 @@ +<sect1 id="release-notes-r14.2.0"> +<title>R14.2.0 Release Notes (draft)</title> + +<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/125">here</ulink>.</para> + +</sect1> |