]> Cypherpunks repositories - gostls13.git/commitdiff
doc/devel: update release.html for new support policy
authorRuss Cox <rsc@golang.org>
Tue, 28 Feb 2017 01:22:48 +0000 (20:22 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 2 Mar 2017 02:11:43 +0000 (02:11 +0000)
Fixes #19069.

Change-Id: I211a304ec57d6b94366af4c0db413c8055b9634d
Reviewed-on: https://go-review.googlesource.com/37531
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Steve Francia <spf@golang.org>
doc/devel/release.html

index d046149880707b53cc8afd6f944729a4c362acef..162966e03c456b2ed038d5a2797cb3f609578c81 100644 (file)
@@ -15,19 +15,12 @@ git checkout <i>release-branch</i>
 <h2 id="policy">Release Policy</h2>
 
 <p>
-Each major Go release obsoletes and ends support for the previous one.
-For example, if Go 1.5 has been released, then it is the current release
-and Go 1.4 and earlier are no longer supported.
-We fix critical problems in the current release as needed by issuing minor revisions
-(for example, Go 1.5.1, Go 1.5.2, and so on).
-</p>
-
-<p>
-As a special case, we issue minor revisions for critical security problems
-in both the current release and the previous release.
-For example, if Go 1.5 is the current release then we will issue minor revisions
-to fix critical security problems in both Go 1.4 and Go 1.5 as they arise.
-See the <a href="/security">security policy</a> for more details.
+Each major Go release is supported until there are two newer major releases.
+For example, Go 1.8 is supported until Go 1.10 is released,
+and Go 1.9 is supported until Go 1.11 is released.
+We fix critical problems, including <a href="/security">critical security problems</a>,
+in supported releases as needed by issuing minor revisions
+(for example, Go 1.8.1, Go 1.8.2, and so on).
 </p>
 
 <h2 id="go1.8">go1.8 (released 2017/02/16)</h2>