Skip to content

Commit 2f57061

Browse files
committed
content: improve consistency in release history entries
All past release history entries have been written in raw HTML format with a goal of keeping a consistent style and grammar. Apply fixes to various minor inconsistencies that have made their way into the text. This change is done in anticipation of the release history entries being generated from a more structured source of data in CL 229081. With these changes done, there will be no difference in displayed HTML content after the transition. For golang/go#38488. Change-Id: Ifd19481d57a66d1ef30c5b92565618e1e9e450ce Reviewed-on: https://go-review.googlesource.com/c/website/+/229080 Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent 3ba629b commit 2f57061

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

content/static/doc/devel/release.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3 id="go1.14.minor">Minor revisions</h3>
4040

4141
<p>
4242
go1.14.2 (released 2020/04/08) includes fixes to cgo, the go command, the runtime,
43-
<code>os/exec</code>, and <code>testing</code> packages. See the
43+
and the <code>os/exec</code> and <code>testing</code> packages. See the
4444
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.14.2+label%3ACherryPickApproved">Go
4545
1.14.2 milestone</a> on our issue tracker for details.
4646
</p>
@@ -63,14 +63,14 @@ <h3 id="go1.13.minor">Minor revisions</h3>
6363

6464
<p>
6565
go1.13.2 (released 2019/10/17) includes security fixes to the
66-
<code>crypto/dsa</code> package and the compiler.
66+
compiler and the <code>crypto/dsa</code> package.
6767
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.2+label%3ACherryPickApproved">Go
6868
1.13.2 milestone</a> on our issue tracker for details.
6969
</p>
7070

7171
<p>
7272
go1.13.3 (released 2019/10/17) includes fixes to the go command,
73-
the toolchain, the runtime, <code>syscall</code>, <code>net</code>,
73+
the toolchain, the runtime, and the <code>syscall</code>, <code>net</code>,
7474
<code>net/http</code>, and <code>crypto/ecdsa</code> packages.
7575
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.3+label%3ACherryPickApproved">Go
7676
1.13.3 milestone</a> on our issue tracker for details.
@@ -107,8 +107,8 @@ <h3 id="go1.13.minor">Minor revisions</h3>
107107
</p>
108108

109109
<p>
110-
go1.13.8 (released 2020/02/12) includes fixes to the runtime, the
111-
<code>crypto/x509</code>, and <code>net/http</code> packages. See the
110+
go1.13.8 (released 2020/02/12) includes fixes to the runtime, and the
111+
<code>crypto/x509</code> and <code>net/http</code> packages. See the
112112
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.8+label%3ACherryPickApproved">Go
113113
1.13.8 milestone</a> on our issue tracker for details.
114114
</p>
@@ -122,7 +122,7 @@ <h3 id="go1.13.minor">Minor revisions</h3>
122122

123123
<p>
124124
go1.13.10 (released 2020/04/08) includes fixes to the go command, the runtime,
125-
<code>os/exec</code>, and <code>time</code> packages. See the
125+
and the <code>os/exec</code> and <code>time</code> packages. See the
126126
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.10+label%3ACherryPickApproved">Go
127127
1.13.10 milestone</a> on our issue tracker for details.
128128
</p>
@@ -218,7 +218,7 @@ <h3 id="go1.12.minor">Minor revisions</h3>
218218

219219
<p>
220220
go1.12.12 (released 2019/10/17) includes fixes to the go command,
221-
runtime, <code>syscall</code> and <code>net</code> packages.
221+
runtime, and the <code>syscall</code> and <code>net</code> packages.
222222
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.12+label%3ACherryPickApproved">Go
223223
1.12.12 milestone</a> on our issue tracker for details.
224224
</p>
@@ -316,7 +316,7 @@ <h3 id="go1.11.minor">Minor revisions</h3>
316316

317317
<p>
318318
go1.11.7 (released 2019/04/05) includes fixes to the runtime and the
319-
<code>net</code> packages. See the
319+
<code>net</code> package. See the
320320
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.7+label%3ACherryPickApproved">Go
321321
1.11.7 milestone</a> on our issue tracker for details.
322322
</p>
@@ -403,7 +403,7 @@ <h3 id="go1.10.minor">Minor revisions</h3>
403403
</p>
404404

405405
<p>
406-
go1.10.5 (released 2018/11/02) includes fixes to the go command, linker, runtime
406+
go1.10.5 (released 2018/11/02) includes fixes to the go command, linker, runtime,
407407
and the <code>database/sql</code> package.
408408
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.5+label%3ACherryPickApproved">Go
409409
1.10.5 milestone</a> on our issue tracker for details.
@@ -467,13 +467,13 @@ <h3 id="go1.9.minor">Minor revisions</h3>
467467
</p>
468468

469469
<p>
470-
go1.9.4 (released 2018/02/07) includes a security fix to go get.
470+
go1.9.4 (released 2018/02/07) includes a security fix to "go get".
471471
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.4+label%3ACherryPickApproved">Go
472-
1.9.4</a> milestone on our issue tracker for details.
472+
1.9.4 milestone</a> on our issue tracker for details.
473473
</p>
474474

475475
<p>
476-
go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and
476+
go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and the
477477
<code>net/http/pprof</code> package.
478478
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.5+label%3ACherryPickApproved">Go
479479
1.9.5 milestone</a> on our issue tracker for details.
@@ -487,7 +487,7 @@ <h3 id="go1.9.minor">Minor revisions</h3>
487487

488488
<p>
489489
go1.9.7 (released 2018/06/05) includes fixes to the go command, and the
490-
<code>crypto/x509</code>, and <code>strings</code> packages.
490+
<code>crypto/x509</code> and <code>strings</code> packages.
491491
In particular, it adds <a href="https://go.googlesource.com/go/+/d4e21288e444d3ffd30d1a0737f15ea3fc3b8ad9">
492492
minimal support to the go command for the vgo transition</a>.
493493
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.7+label%3ACherryPickApproved">Go
@@ -553,7 +553,7 @@ <h3 id="go1.8.minor">Minor revisions</h3>
553553
</p>
554554

555555
<p>
556-
go1.8.7 (released 2018/02/07) includes a security fix to go get.
556+
go1.8.7 (released 2018/02/07) includes a security fix to "go get".
557557
It contains the same fix as Go 1.9.4 and was released at the same time.
558558
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.8.7">Go
559559
1.8.7</a> milestone on our issue tracker for details.

0 commit comments

Comments
 (0)