You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/07/13 21:11:33 UTC

svn commit: r1835861 - /subversion/site/staging/roadmap.html

Author: julianfoad
Date: Fri Jul 13 21:11:33 2018
New Revision: 1835861

URL: http://svn.apache.org/viewvc?rev=1835861&view=rev
Log:
* staging/roadmap.html
  (release-planning): Update LTS/Regular Releases section with
    newly agreed lesser support levels (only high-priority backports).
    Rename 'standard' releases to 'regular' releases.

Modified:
    subversion/site/staging/roadmap.html

Modified: subversion/site/staging/roadmap.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/roadmap.html?rev=1835861&r1=1835860&r2=1835861&view=diff
==============================================================================
--- subversion/site/staging/roadmap.html (original)
+++ subversion/site/staging/roadmap.html Fri Jul 13 21:11:33 2018
@@ -112,38 +112,42 @@
     title="Link to this section">&para;</a>
 </h2>
 
-<p>Subversion makes a standard release every 6 months,
-   with a Long-Term Support (LTS) release every 2 years:
+<p>Subversion plans to make a regular release every 6 months,
+   with a Long-Term Support (LTS) release every 2 years.
+   Regular releases are intended to deliver new features more quickly, while
+   LTS releases are intended to provide stability over longer periods.
 </p>
 
 <table>
   <tr>
-    <th>type</td>
-    <th>full backports</td>
-    <th>security/corruption fixes</td>
+    <th>type of release</td>
+    <th>emphasis</th>
+    <th>support period</td>
     <th>release numbers</td>
   </tr>
   <tr>
-    <td>long-term support (LTS)</td>
-    <td>2 years</td>
+    <td>LTS release</td>
+    <td>stability</td>
     <td>4 years</td>
     <td>1.10, 1.14, ...</td>
   </tr>
   <tr>
-    <td>standard release</td>
+    <td>regular release</td>
+    <td>features</td>
     <td>6 months</td>
-    <td>12 months</td>
     <td>1.11, 1.12, 1.13, ...</td>
   </tr>
 </table>
 
-<p>LTS releases are intended to provide stability. Standard releases are intended to deliver new features more quickly.</p>
+<p>During the support period, we commit to providing updates that fix high
+priority issues such as security and data loss or corruption. We may also
+sometimes fix other issues as appropriate to the emphasis of each release.</p>
 
-<h3>Transition to LTS and Standard Releases</h3>
+<h3>Transition to LTS and Regular Releases</h3>
 
-<p>Subversion 1.0 through 1.10 were released at intervals varying from around 6 months in early versions to 2.5 years more recently. Each of those releases was supported with full backports until the next release and with security/corruption fixes until the next release after that.</p>
+<p>Subversion 1.0 through 1.10 were released at intervals varying from around 6 months in early versions to 2.5 years more recently. Each of those releases was supported with general backports until the next release and with high priority fixes until the next release after that.</p>
 
-<p>The support schedule for existing supported releases (1.10 and 1.9) shall be interpreted as if each reference to a "next release" refers to a "next LTS release". Therefore 1.9 will receive security/corruption fixes until 1.14 LTS.</p>
+<p>The LTS support schedule will apply also to 1.10 and 1.9 (the existing supported releases), so each will receive support for 4 years from its initial release. General enhancements will go into the regular releases and will not be backported to 1.10.</p>
 
 <h4>Previous Description</h4>