diff options
| author | Michael Pratt <mpratt@google.com> | 2025-10-13 16:00:00 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-10-13 14:15:09 -0700 |
| commit | d3762fc25439cbda8c160963aa8472ef9b366bc2 (patch) | |
| tree | 2ab590a7ef3044eb8a586fa931c4f7e24a7a84aa /internal | |
| parent | 813bcd91713ebf34e38cecaef4ec6d436ba63dbc (diff) | |
| download | go-x-website-d3762fc25439cbda8c160963aa8472ef9b366bc2.tar.xz | |
internal/history: document Go 1.25.3 and 1.24.9 releases
Change-Id: I6a6a636c350d84c4a9d918da7669971ccd1ea696
Reviewed-on: https://go-review.googlesource.com/c/website/+/711500
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/history/release.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/internal/history/release.go b/internal/history/release.go index dc46b893..0620542f 100644 --- a/internal/history/release.go +++ b/internal/history/release.go @@ -14,6 +14,18 @@ import "html/template" // The table is sorted by date, breaking ties with newer versions first. var Releases = []*Release{ { + Date: Date{2025, 10, 13}, Version: Version{1, 25, 3}, + Bug: &FixSummary{ + Packages: []string{"crypto/x509"}, + }, + }, + { + Date: Date{2025, 10, 13}, Version: Version{1, 24, 9}, + Bug: &FixSummary{ + Packages: []string{"crypto/x509"}, + }, + }, + { Date: Date{2025, 10, 7}, Version: Version{1, 25, 2}, Security: &FixSummary{ Packages: []string{"archive/tar", "crypto/tls", "crypto/x509", "encoding/asn1", "encoding/pem", "net/http", "net/mail", "net/textproto", "net/url"}, |
