Author: steveking
Date: Wed Sep 29 20:38:13 2010
New Revision: 1002839
URL: http://svn.apache.org/viewvc?rev=1002839&view=rev
Log:
* publish/docs/release-notes/index.html
(Supported versions): new section
Modified:
subversion/site/publish/docs/release-notes/index.html
Modified: subversion/site/publish/docs/release-notes/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/index.html?rev=1002839&r1=1002838&r2=1002839&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/index.html (original)
+++ subversion/site/publish/docs/release-notes/index.html Wed Sep 29 20:38:13
2010
@@ -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 @@ Subversion releases thus far:</p>
<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>