From eb4325fa9ac8b6e3da6344d561a861651a4b23f9 Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 22 Jun 2017 19:04:52 -0400 Subject: [PATCH] Remove exhaustive version list from Stable Releases TOC. --- doc/lib/BackRestDoc/Custom/DocCustomRelease.pm | 1 + doc/xml/release.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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.

+
+
+
+