svn commit: r47222 - head/en_US.ISO8859-1/htdocs/security
Xin LI <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: delphij
Date: Fri Aug 14 01:59:44 2015
New Revision: 47222
URL: https://svnweb.freebsd.org/changeset/doc/47222
Log:
Use ascending order for versions which is the traditional
ordering.
Modified:
head/en_US.ISO8859-1/htdocs/security/security.xml
Modified: head/en_US.ISO8859-1/htdocs/security/security.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/security/security.xml Fri Aug 14 00:48:47 2015 (r47221)
+++ head/en_US.ISO8859-1/htdocs/security/security.xml Fri Aug 14 01:59:44 2015 (r47222)
@@ -105,19 +105,19 @@
<td>last release + 2 years</td>
</tr>
<tr>
- <td>releng/10.2</td>
- <td>10.2-RELEASE</td>
- <td>Normal</td>
- <td>August 13, 2015</td>
- <td>December 31, 2016</td>
- </tr>
- <tr>
<td>releng/10.1</td>
<td>10.1-RELEASE</td>
<td>Extended</td>
<td>November 14, 2014</td>
<td>December 31, 2016</td>
</tr>
+ <tr>
+ <td>releng/10.2</td>
+ <td>10.2-RELEASE</td>
+ <td>Normal</td>
+ <td>August 13, 2015</td>
+ <td>December 31, 2016</td>
+ </tr>
</table>
<p>Older releases are not maintained and users are strongly
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"