This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. ad18539912214d75d2e861d2eafde167f5dd8a02




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=ad18539912214d75d2e861d2eafde167f5dd8a02

commit ad18539912214d75d2e861d2eafde167f5dd8a02
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Tue Nov 7 14:18:44 2017 +0000

    Document the position of preferred [test] and [prev] version descriptions


Diff:
---
 setup.ini.html |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/setup.ini.html b/setup.ini.html
index 4db98b1..886ba58 100644
--- a/setup.ini.html
+++ b/setup.ini.html
@@ -105,12 +105,24 @@ to function correctly. Multiple packages should be separated by a space.</p>
     [prev]<br/>
     [&lt;label&gt;]</tt>
 </p>
-<p>These indicate the start of a version description within a package
-section. Note that <tt>[curr]</tt> is the default, and may be omitted if that
-version happens to be specified before the others. "curr" indicates the current
-stable (preferred) version, and "test" indicates a test version.
-For historical reasons, "prev" is used for versions preceding the "curr" version.
-"&lt;label&gt;" carries no meaning except to be a label for a version.
+<p>
+  These indicate the start of a version description within a package
+  section. Note that <tt>[curr]</tt> is the default, and may be omitted if that
+  version happens to be specified before the others.
+</p>
+<p>
+  "curr" indicates the current stable (preferred) version, and "test" indicates
+  a test version. "&lt;label&gt;" carries no meaning except to be a unique label
+  for a version.
+</p>
+<p>
+  For historical reasons, "prev" is used for versions preceding the "curr"
+  version.
+</p>
+<p>
+  For historical reasons, when multiple "prev" or "test" version descriptions
+  exist, the last one appearing is the preferred (or highest, if no preference
+  exists).
 </p>
 
 <p><tt>version: <i>version</i></tt></p>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]