From a9d101ec2273e6c264f4991762db26eed637ca4c Mon Sep 17 00:00:00 2001 From: Michael Anthony Knyszek Date: Thu, 16 Jan 2025 18:06:05 +0000 Subject: [PATCH] internal/history: document Go 1.23.5 and 1.22.11 releases Change-Id: I294b7fc746e6752eb92b70e8f80d7b4c74de3ba0 Reviewed-on: https://go-review.googlesource.com/c/website/+/643195 LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Pratt --- internal/history/release.go | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/internal/history/release.go b/internal/history/release.go index 1c171d6b80..fb68fc79fe 100644 --- a/internal/history/release.go +++ b/internal/history/release.go @@ -13,6 +13,25 @@ import "html/template" // // The table is sorted by date, breaking ties with newer versions first. var Releases = []*Release{ + { + Date: Date{2025, 1, 16}, Version: Version{1, 23, 5}, + Security: &FixSummary{ + Packages: []string{"crypto/x509", "net/http"}, + }, + Bug: &FixSummary{ + Components: []template.HTML{"the compiler", "the runtime"}, + Packages: []string{"net"}, + }, + }, + { + Date: Date{2025, 1, 16}, Version: Version{1, 22, 11}, + Security: &FixSummary{ + Packages: []string{"crypto/x509", "net/http"}, + }, + Bug: &FixSummary{ + Components: []template.HTML{"the runtime"}, + }, + }, { Date: Date{2024, 12, 3}, Version: Version{1, 23, 4}, Bug: &FixSummary{