On 29.09.2010 21:27, Hyrum K. Wright wrote:
Yeah, something on the download page is probably appropriate. Wanna
take a whack at it?
Patch attached.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
[[[
* publish/docs/release-notes/index.html
(Supported versions): new section
]]]
Index: docs/release-notes/index.html
===================================================================
--- docs/release-notes/index.html (revision 1002821)
+++ docs/release-notes/index.html (working copy)
@@ -16,6 +16,7 @@
<!--#include virtual="/site-notice.html" -->
<!-- **************** BEGIN CONTENT ***************** -->
+<h1>Release notes</h1>
<p>For historical reference, here are a set of release notes for the major
Subversion releases thus far:</p>
@@ -38,6 +39,39 @@
<p>For a detailed history of every release, please see
<a href="release-history.html">release history</a>.</p>
+<h1>Supported versions</h1>
+
+<table cellpadding="0" cellspacing="0">
+<thead>
+<tr>
+<th>Version</th>
+<th>Support</th>
+<th>Details</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>1.6.x</td>
+<td>Fully supported</td>
+<td>fixes for all bugs</td>
+</tr>
+<tr>
+<td>1.5.x</a></td>
+<td>Partially supported</td>
+<td>Only fixes for security issues and bugs which could cause data loss</td>
+</tr>
+<tr>
+<td>1.4.x</td>
+<td>Sparsely supported</td>
+<td>only fixes for <b>severe</b> security and data loss issues</td>
+</tr>
+<tr>
+<td>1.3.x and earlier</td>
+<td>not supported anymore</td>
+<td></td>
+</tbody>
+</table>
+
<!-- ***************** END CONTENT ****************** -->
</div> <!-- #site-content -->
</body>