@@ -36,15 +36,15 @@ <h3 id="go1.12.minor">Minor revisions</h3>
36
36
go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go
37
37
command, and the < code > fmt</ code > , < code > net/smtp</ code > , < code > os</ code > ,
38
38
< code > path/filepath</ code > , < code > sync</ code > , and < code > text/template</ code >
39
- packages. See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.1 "> Go
39
+ packages. See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.1+label%3ACherryPickApproved "> Go
40
40
1.12.1 milestone</ a > on our issue tracker for details.
41
41
</ p >
42
42
43
43
< p >
44
44
go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go
45
45
command, the runtime, and the < code > doc</ code > , < code > net</ code > ,
46
46
< code > net/http/httputil</ code > , and < code > os</ code > packages. See the
47
- < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.2 "> Go
47
+ < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.2+label%3ACherryPickApproved "> Go
48
48
1.12.2 milestone</ a > on our issue tracker for details.
49
49
</ p >
50
50
@@ -65,29 +65,29 @@ <h3 id="go1.12.minor">Minor revisions</h3>
65
65
< p >
66
66
go1.12.5 (released 2019/05/06) includes fixes to the compiler, the linker,
67
67
the go command, the runtime, and the < code > os</ code > package. See the
68
- < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.5 "> Go
68
+ < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.5+label%3ACherryPickApproved "> Go
69
69
1.12.5 milestone</ a > on our issue tracker for details.
70
70
</ p >
71
71
72
72
< p >
73
73
go1.12.6 (released 2019/06/11) includes fixes to the compiler, the linker,
74
74
the go command, and the < code > crypto/x509</ code > , < code > net/http</ code > , and
75
75
< code > os</ code > packages. See the
76
- < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.6 "> Go
76
+ < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.6+label%3ACherryPickApproved "> Go
77
77
1.12.6 milestone</ a > on our issue tracker for details.
78
78
</ p >
79
79
80
80
< p >
81
81
go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler,
82
82
and the linker.
83
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.7 "> Go
83
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.7+label%3ACherryPickApproved "> Go
84
84
1.12.7 milestone</ a > on our issue tracker for details.
85
85
</ p >
86
86
87
87
< p >
88
88
go1.12.8 (released 2019/08/13) includes security fixes to the
89
89
< code > net/http</ code > and < code > net/url</ code > packages.
90
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.8 "> Go
90
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.8+label%3ACherryPickApproved "> Go
91
91
1.12.8 milestone</ a > on our issue tracker for details.
92
92
</ p >
93
93
@@ -101,21 +101,21 @@ <h3 id="go1.12.minor">Minor revisions</h3>
101
101
< p >
102
102
go1.12.10 (released 2019/09/25) includes security fixes to the
103
103
< code > net/http</ code > and < code > net/textproto</ code > packages.
104
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.10 "> Go
104
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.10+label%3ACherryPickApproved "> Go
105
105
1.12.10 milestone</ a > on our issue tracker for details.
106
106
</ p >
107
107
108
108
< p >
109
109
go1.12.11 (released 2019/10/17) includes security fixes to the
110
110
< code > crypto/dsa</ code > package.
111
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.11 "> Go
111
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.11+label%3ACherryPickApproved "> Go
112
112
1.12.11 milestone</ a > on our issue tracker for details.
113
113
</ p >
114
114
115
115
< p >
116
116
go1.12.12 (released 2019/10/17) includes fixes to the go command,
117
117
runtime, < code > syscall</ code > and < code > net</ code > packages.
118
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.12 "> Go
118
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.12+label%3ACherryPickApproved "> Go
119
119
1.12.12 milestone</ a > on our issue tracker for details.
120
120
</ p >
121
121
@@ -126,6 +126,26 @@ <h3 id="go1.12.minor">Minor revisions</h3>
126
126
Only macOS users who hit this issue need to update.
127
127
</ p >
128
128
129
+ < p >
130
+ go1.12.14 (released 2019/12/04) includes a fix to the runtime. See
131
+ the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.14+label%3ACherryPickApproved "> Go
132
+ 1.12.14 milestone</ a > on our issue tracker for details.
133
+ </ p >
134
+
135
+ < p >
136
+ go1.12.15 (released 2020/01/09) includes fixes to the runtime and
137
+ the < code > net/http</ code > package. See
138
+ the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.15+label%3ACherryPickApproved "> Go
139
+ 1.12.15 milestone</ a > on our issue tracker for details.
140
+ </ p >
141
+
142
+ < p >
143
+ go1.12.16 (released 2020/01/28) includes two security fixes to
144
+ the < code > crypto/x509</ code > package. See the
145
+ < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.12.16+label%3ACherryPickApproved "> Go
146
+ 1.12.16 milestone</ a > on our issue tracker for details.
147
+ </ p >
148
+
129
149
< h2 id ="go1.11 "> go1.11 (released 2018/08/24)</ h2 >
130
150
131
151
< p >
@@ -140,22 +160,22 @@ <h3 id="go1.11.minor">Minor revisions</h3>
140
160
command, runtime, and the < code > crypto/x509</ code > , < code > encoding/json</ code > ,
141
161
< code > go/types</ code > , < code > net</ code > , < code > net/http</ code > , and
142
162
< code > reflect</ code > packages.
143
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.1 "> Go
163
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.1+label%3ACherryPickApproved "> Go
144
164
1.11.1 milestone</ a > on our issue tracker for details.
145
165
</ p >
146
166
147
167
< p >
148
168
go1.11.2 (released 2018/11/02) includes fixes to the compiler, linker,
149
169
documentation, go command, and the < code > database/sql</ code > and
150
170
< code > go/types</ code > packages.
151
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.2 "> Go
171
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.2+label%3ACherryPickApproved "> Go
152
172
1.11.2 milestone</ a > on our issue tracker for details.
153
173
</ p >
154
174
155
175
< p >
156
176
go1.11.3 (released 2018/12/12) includes three security fixes to "go get" and
157
177
the < code > crypto/x509</ code > package.
158
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.3 "> Go
178
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.3+label%3ACherryPickApproved "> Go
159
179
1.11.3 milestone</ a > on our issue tracker for details.
160
180
</ p >
161
181
@@ -172,22 +192,22 @@ <h3 id="go1.11.minor">Minor revisions</h3>
172
192
< p >
173
193
go1.11.5 (released 2019/01/23) includes a security fix to the
174
194
< code > crypto/elliptic</ code > package. See
175
- the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.5 "> Go
195
+ the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.5+label%3ACherryPickApproved "> Go
176
196
1.11.5 milestone</ a > on our issue tracker for details.
177
197
</ p >
178
198
179
199
< p >
180
200
go1.11.6 (released 2019/03/14) includes fixes to cgo, the compiler, linker,
181
201
runtime, go command, and the < code > crypto/x509</ code > , < code > encoding/json</ code > ,
182
202
< code > net</ code > , and < code > net/url</ code > packages. See the
183
- < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.6 "> Go
203
+ < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.6+label%3ACherryPickApproved "> Go
184
204
1.11.6 milestone</ a > on our issue tracker for details.
185
205
</ p >
186
206
187
207
< p >
188
208
go1.11.7 (released 2019/04/05) includes fixes to the runtime and the
189
209
< code > net</ code > packages. See the
190
- < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.7 "> Go
210
+ < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.7+label%3ACherryPickApproved "> Go
191
211
1.11.7 milestone</ a > on our issue tracker for details.
192
212
</ p >
193
213
@@ -207,26 +227,26 @@ <h3 id="go1.11.minor">Minor revisions</h3>
207
227
208
228
< p >
209
229
go1.11.10 (released 2019/05/06) includes fixes to the runtime and the linker.
210
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.10 "> Go
230
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.10+label%3ACherryPickApproved "> Go
211
231
1.11.10 milestone</ a > on our issue tracker for details.
212
232
</ p >
213
233
214
234
< p >
215
235
go1.11.11 (released 2019/06/11) includes a fix to the < code > crypto/x509</ code > package.
216
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.11 "> Go
236
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.11+label%3ACherryPickApproved "> Go
217
237
1.11.11 milestone</ a > on our issue tracker for details.
218
238
</ p >
219
239
220
240
< p >
221
241
go1.11.12 (released 2019/07/08) includes fixes to the compiler and the linker.
222
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.12 "> Go
242
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.12+label%3ACherryPickApproved "> Go
223
243
1.11.12 milestone</ a > on our issue tracker for details.
224
244
</ p >
225
245
226
246
< p >
227
247
go1.11.13 (released 2019/08/13) includes security fixes to the
228
248
< code > net/http</ code > and < code > net/url</ code > packages.
229
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.13 "> Go
249
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.11.13+label%3ACherryPickApproved "> Go
230
250
1.11.13 milestone</ a > on our issue tracker for details.
231
251
</ p >
232
252
@@ -244,14 +264,14 @@ <h3 id="go1.10.minor">Minor revisions</h3>
244
264
< code > archive/zip</ code > , < code > crypto/tls</ code > , < code > crypto/x509</ code > ,
245
265
< code > encoding/json</ code > , < code > net</ code > , < code > net/http</ code > , and
246
266
< code > net/http/pprof</ code > packages.
247
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.1 "> Go
267
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.1+label%3ACherryPickApproved "> Go
248
268
1.10.1 milestone</ a > on our issue tracker for details.
249
269
</ p >
250
270
251
271
< p >
252
272
go1.10.2 (released 2018/05/01) includes fixes to the compiler, linker, and go
253
273
command.
254
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.2 "> Go
274
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.2+label%3ACherryPickApproved "> Go
255
275
1.10.2 milestone</ a > on our issue tracker for details.
256
276
</ p >
257
277
@@ -260,30 +280,30 @@ <h3 id="go1.10.minor">Minor revisions</h3>
260
280
< code > crypto/tls</ code > , < code > crypto/x509</ code > , and < code > strings</ code > packages.
261
281
In particular, it adds < a href ="https://go.googlesource.com/go/+/d4e21288e444d3ffd30d1a0737f15ea3fc3b8ad9 ">
262
282
minimal support to the go command for the vgo transition</ a > .
263
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.3 "> Go
283
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.3+label%3ACherryPickApproved "> Go
264
284
1.10.3 milestone</ a > on our issue tracker for details.
265
285
</ p >
266
286
267
287
< p >
268
288
go1.10.4 (released 2018/08/24) includes fixes to the go command, linker, and the
269
289
< code > net/http</ code > , < code > mime/multipart</ code > , < code > ld/macho</ code > ,
270
290
< code > bytes</ code > , and < code > strings</ code > packages.
271
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.4 "> Go
291
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.4+label%3ACherryPickApproved "> Go
272
292
1.10.4 milestone</ a > on our issue tracker for details.
273
293
</ p >
274
294
275
295
< p >
276
296
go1.10.5 (released 2018/11/02) includes fixes to the go command, linker, runtime
277
297
and the < code > database/sql</ code > package.
278
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.5 "> Go
298
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.5+label%3ACherryPickApproved "> Go
279
299
1.10.5 milestone</ a > on our issue tracker for details.
280
300
</ p >
281
301
282
302
< p >
283
303
go1.10.6 (released 2018/12/12) includes three security fixes to "go get" and
284
304
the < code > crypto/x509</ code > package.
285
305
It contains the same fixes as Go 1.11.3 and was released at the same time.
286
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.6 "> Go
306
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.6+label%3ACherryPickApproved "> Go
287
307
1.10.6 milestone</ a > on our issue tracker for details.
288
308
</ p >
289
309
@@ -298,7 +318,7 @@ <h3 id="go1.10.minor">Minor revisions</h3>
298
318
< p >
299
319
go1.10.8 (released 2019/01/23) includes a security fix to the
300
320
< code > crypto/elliptic</ code > package. See
301
- the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.8 "> Go
321
+ the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.10.8+label%3ACherryPickApproved "> Go
302
322
1.10.8 milestone</ a > on our issue tracker for details.
303
323
</ p >
304
324
@@ -313,7 +333,7 @@ <h3 id="go1.9.minor">Minor revisions</h3>
313
333
314
334
< p >
315
335
go1.9.1 (released 2017/10/04) includes two security fixes.
316
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.1 "> Go
336
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.1+label%3ACherryPickApproved "> Go
317
337
1.9.1 milestone</ a > on our issue tracker for details.
318
338
</ p >
319
339
@@ -324,34 +344,34 @@ <h3 id="go1.9.minor">Minor revisions</h3>
324
344
and < code > net/smtp</ code > packages.
325
345
It includes a fix to a bug introduced in Go 1.9.1 that broke < code > go</ code > < code > get</ code >
326
346
of non-Git repositories under certain conditions.
327
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.2 "> Go
347
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.2+label%3ACherryPickApproved "> Go
328
348
1.9.2 milestone</ a > on our issue tracker for details.
329
349
</ p >
330
350
331
351
< p >
332
352
go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime,
333
353
and the < code > database/sql</ code > , < code > math/big</ code > , < code > net/http</ code > ,
334
354
and < code > net/url</ code > packages.
335
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.3 "> Go
355
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.3+label%3ACherryPickApproved "> Go
336
356
1.9.3 milestone</ a > on our issue tracker for details.
337
357
</ p >
338
358
339
359
< p >
340
360
go1.9.4 (released 2018/02/07) includes a security fix to “go get”.
341
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.4 "> Go
361
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.4+label%3ACherryPickApproved "> Go
342
362
1.9.4</ a > milestone on our issue tracker for details.
343
363
</ p >
344
364
345
365
< p >
346
366
go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and
347
367
< code > net/http/pprof</ code > package.
348
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.5 "> Go
368
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.5+label%3ACherryPickApproved "> Go
349
369
1.9.5 milestone</ a > on our issue tracker for details.
350
370
</ p >
351
371
352
372
< p >
353
373
go1.9.6 (released 2018/05/01) includes fixes to the compiler and go command.
354
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.6 "> Go
374
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.6+label%3ACherryPickApproved "> Go
355
375
1.9.6 milestone</ a > on our issue tracker for details.
356
376
</ p >
357
377
@@ -360,7 +380,7 @@ <h3 id="go1.9.minor">Minor revisions</h3>
360
380
< code > crypto/x509</ code > , and < code > strings</ code > packages.
361
381
In particular, it adds < a href ="https://go.googlesource.com/go/+/d4e21288e444d3ffd30d1a0737f15ea3fc3b8ad9 ">
362
382
minimal support to the go command for the vgo transition</ a > .
363
- See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.7 "> Go
383
+ See the < a href ="https://github.com/golang/go/issues?q=milestone%3AGo1.9.7+label%3ACherryPickApproved "> Go
364
384
1.9.7 milestone</ a > on our issue tracker for details.
365
385
</ p >
366
386
0 commit comments