Skip to content

Commit 86abfbb

Browse files
committed
doc/devel: update release.html for new support policy
Fixes #19069. Change-Id: I211a304ec57d6b94366af4c0db413c8055b9634d Reviewed-on: https://go-review.googlesource.com/37531 Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: Steve Francia <[email protected]>
1 parent f6698cf commit 86abfbb

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

doc/devel/release.html

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,12 @@
1515
<h2 id="policy">Release Policy</h2>
1616

1717
<p>
18-
Each major Go release obsoletes and ends support for the previous one.
19-
For example, if Go 1.5 has been released, then it is the current release
20-
and Go 1.4 and earlier are no longer supported.
21-
We fix critical problems in the current release as needed by issuing minor revisions
22-
(for example, Go 1.5.1, Go 1.5.2, and so on).
23-
</p>
24-
25-
<p>
26-
As a special case, we issue minor revisions for critical security problems
27-
in both the current release and the previous release.
28-
For example, if Go 1.5 is the current release then we will issue minor revisions
29-
to fix critical security problems in both Go 1.4 and Go 1.5 as they arise.
30-
See the <a href="/security">security policy</a> for more details.
18+
Each major Go release is supported until there are two newer major releases.
19+
For example, Go 1.8 is supported until Go 1.10 is released,
20+
and Go 1.9 is supported until Go 1.11 is released.
21+
We fix critical problems, including <a href="/security">critical security problems</a>,
22+
in supported releases as needed by issuing minor revisions
23+
(for example, Go 1.8.1, Go 1.8.2, and so on).
3124
</p>
3225

3326
<h2 id="go1.8">go1.8 (released 2017/02/16)</h2>

0 commit comments

Comments
 (0)