This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch feature/RAT-489 in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit f83638f9df9c06f41378c2bb4099a89d47a6277c Author: P. Ottlinger <[email protected]> AuthorDate: Mon Oct 6 08:35:33 2025 +0200 RAT-489: Provide page skeleton for known issues --- src/changes/changes.xml | 3 +++ src/site/site.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d14f7a4e..1c39e48d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,9 @@ The <action> type attribute can be one of: </release> --> <release version="0.17-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done"> + <action issue="RAT-489" type="add" dev="pottlinger"> + Provide a central known issues section to the RAT homepage in order to inform users more directly about already known challenges with the current RAT version. + </action> <action issue="RAT-481" type="add" dev="pottlinger"> Update scripts to generate RAT's webpage and fix multiple linking, menu and documentation errors. </action> diff --git a/src/site/site.xml b/src/site/site.xml index 01e5279b..21bab3c2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -49,6 +49,7 @@ <item name="Introducing RAT" href="/index.html"/> <item name="Downloads" href="/download_rat.cgi"/> <item name="Changes" href="/changes.html"/> + <item name="Known issues" href="apache-rat/known-issues.html"/> </menu> <menu name="RAT from the Command Line" inherit="bottom"> <item name="Command Line Introduction" href="apache-rat/index.html"/>
