@@ -40,7 +40,7 @@ <h3 id="go1.14.minor">Minor revisions</h3>
40
40
41
41
< p >
42
42
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
44
44
< a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.14.2+label%3ACherryPickApproved "> Go
45
45
1.14.2 milestone</ a > on our issue tracker for details.
46
46
</ p >
@@ -63,14 +63,14 @@ <h3 id="go1.13.minor">Minor revisions</h3>
63
63
64
64
< p >
65
65
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.
67
67
See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.13.2+label%3ACherryPickApproved "> Go
68
68
1.13.2 milestone</ a > on our issue tracker for details.
69
69
</ p >
70
70
71
71
< p >
72
72
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 > ,
74
74
< code > net/http</ code > , and < code > crypto/ecdsa</ code > packages.
75
75
See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.13.3+label%3ACherryPickApproved "> Go
76
76
1.13.3 milestone</ a > on our issue tracker for details.
@@ -107,8 +107,8 @@ <h3 id="go1.13.minor">Minor revisions</h3>
107
107
</ p >
108
108
109
109
< 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
112
112
< a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.13.8+label%3ACherryPickApproved "> Go
113
113
1.13.8 milestone</ a > on our issue tracker for details.
114
114
</ p >
@@ -122,7 +122,7 @@ <h3 id="go1.13.minor">Minor revisions</h3>
122
122
123
123
< p >
124
124
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
126
126
< a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.13.10+label%3ACherryPickApproved "> Go
127
127
1.13.10 milestone</ a > on our issue tracker for details.
128
128
</ p >
@@ -218,7 +218,7 @@ <h3 id="go1.12.minor">Minor revisions</h3>
218
218
219
219
< p >
220
220
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.
222
222
See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.12+label%3ACherryPickApproved "> Go
223
223
1.12.12 milestone</ a > on our issue tracker for details.
224
224
</ p >
@@ -316,7 +316,7 @@ <h3 id="go1.11.minor">Minor revisions</h3>
316
316
317
317
< p >
318
318
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
320
320
< a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.7+label%3ACherryPickApproved "> Go
321
321
1.11.7 milestone</ a > on our issue tracker for details.
322
322
</ p >
@@ -403,7 +403,7 @@ <h3 id="go1.10.minor">Minor revisions</h3>
403
403
</ p >
404
404
405
405
< 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,
407
407
and the < code > database/sql</ code > package.
408
408
See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.5+label%3ACherryPickApproved "> Go
409
409
1.10.5 milestone</ a > on our issue tracker for details.
@@ -467,13 +467,13 @@ <h3 id="go1.9.minor">Minor revisions</h3>
467
467
</ p >
468
468
469
469
< 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" .
471
471
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.
473
473
</ p >
474
474
475
475
< 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
477
477
< code > net/http/pprof</ code > package.
478
478
See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.5+label%3ACherryPickApproved "> Go
479
479
1.9.5 milestone</ a > on our issue tracker for details.
@@ -487,7 +487,7 @@ <h3 id="go1.9.minor">Minor revisions</h3>
487
487
488
488
< p >
489
489
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.
491
491
In particular, it adds < a href ="https://go.googlesource.com/go/+/d4e21288e444d3ffd30d1a0737f15ea3fc3b8ad9 ">
492
492
minimal support to the go command for the vgo transition</ a > .
493
493
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>
553
553
</ p >
554
554
555
555
< 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" .
557
557
It contains the same fix as Go 1.9.4 and was released at the same time.
558
558
See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.8.7 "> Go
559
559
1.8.7</ a > milestone on our issue tracker for details.
0 commit comments