internal/history: document Go 1.19.2 and 1.18.7 releases

Change-Id: I16189d677f83d3508aa3a6b4841b0e30b47312ca
Reviewed-on: https://go-review.googlesource.com/c/website/+/438180
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
This commit is contained in:
Carlos Amedee 2022-10-04 11:35:40 -04:00
Родитель cf701bc4fc
Коммит f379117837
1 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,26 @@ import "golang.org/x/website/internal/backport/html/template"
//
// The table is sorted by date, breaking ties with newer versions first.
var Releases = []*Release{
{
Date: Date{2022, 10, 4}, Version: Version{1, 19, 2},
Security: &FixSummary{
Packages: []string{"archive/tar", "net/http/httputil", "regexp"},
},
Bug: &FixSummary{
Components: []template.HTML{"the compiler", "the linker", "the runtime"},
Packages: []string{"go/types"},
},
},
{
Date: Date{2022, 10, 4}, Version: Version{1, 18, 7},
Security: &FixSummary{
Packages: []string{"archive/tar", "net/http/httputil", "regexp"},
},
Bug: &FixSummary{
Components: []template.HTML{"the compiler", "the linker"},
Packages: []string{"go/types"},
},
},
{
Date: Date{2022, 9, 6}, Version: Version{1, 19, 1},
Security: &FixSummary{