diff --git a/doc/lib/BackRestDoc/Custom/DocCustomRelease.pm b/doc/lib/BackRestDoc/Custom/DocCustomRelease.pm
index 5afd9357b..949e9037c 100644
--- a/doc/lib/BackRestDoc/Custom/DocCustomRelease.pm
+++ b/doc/lib/BackRestDoc/Custom/DocCustomRelease.pm
@@ -311,6 +311,7 @@ sub docGet
}
$iStableReleaseTotal++;
+ $bTOC = false;
}
else
{
diff --git a/doc/xml/release.xml b/doc/xml/release.xml
index 91d80c5c9..481f432cc 100644
--- a/doc/xml/release.xml
+++ b/doc/xml/release.xml
@@ -4,7 +4,7 @@
The {[project]} Releases detail each version of the software and lists the changes made in each version.
- release numbers consist of two parts, major and minor. A major release may break compatibility with the prior major release, for instance the 1.XX releases are not compatible with the 0.XX releases. Minor releases can include bug fixes and features but do not change the interface, naming, or the repository format.
+ release numbers consist of two parts, major and minor. A major release may break compatibility with the prior major release, for instance the 1.XX releases are not compatible with the 0.XX releases. Minor releases can include bug fixes and features but do not change the repository format and strive to avoid changing options and naming.
The notes for a release may also contain Additional Notes but changes in this section are only to documentation or the test suite and have no direct impact the on the codebase.
@@ -214,6 +214,14 @@
+
+
+
+
Remove exhaustive version list from Stable Releases TOC.