Skip to content

Commit fc1793d

Browse files
committed
doc: document release support policy
Fixes #12790. Change-Id: I0f231d198c76632c23692fc1337b57cfeafaf4c7 Reviewed-on: https://go-review.googlesource.com/18338 Reviewed-by: Andrew Gerrand <[email protected]>
1 parent d02193c commit fc1793d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/devel/release.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@
1212
git checkout <i>release-branch</i>
1313
</pre>
1414

15+
<h2 id="policy">Release Policy</h2>
16+
17+
<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.
31+
</p>
32+
1533
<h2 id="go1.5">go1.5 (released 2015/08/19)</h2>
1634

1735
<p>

0 commit comments

Comments
 (0)