Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: write Go 1.17 release notes #44513

Closed
dmitshur opened this issue Feb 22, 2021 · 54 comments
Closed

doc: write Go 1.17 release notes #44513

dmitshur opened this issue Feb 22, 2021 · 54 comments
Labels
Documentation FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done. recurring Issues that should never be closed, but moved to the next milestone once fixed in the current one. release-blocker umbrella
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Feb 22, 2021

Tracking bug for writing the Go 1.17 Release Notes.

The latest state on tip can be viewed at https://tip.golang.org/doc/go1.17.

When the Go 1.17 Release Notes are complete, this should be closed, and a similar issue should be made for the next release. Previous issues are #40700, #37419, #36878, #17929, #15810, #5929, etc.

@dmitshur dmitshur added Documentation help wanted NeedsFix The path to resolution is known, but the work has not been done. release-blocker recurring Issues that should never be closed, but moved to the next milestone once fixed in the current one. umbrella labels Feb 22, 2021
@dmitshur dmitshur added this to the Go1.17 milestone Feb 22, 2021
@gopherbot
Copy link

Change https://golang.org/cl/295209 mentions this issue: doc: start draft go1.17 release notes, move go1.16 to x/website

gopherbot pushed a commit that referenced this issue Feb 23, 2021
This template is based on CL 248198 and previous ones like it.
Continue to eagerly include often-used sections, and clarify that
the TODO is about completing the section, or removing if it turns
out not to be needed.

Move the Go 1.16 release notes to x/website, since that's the new
home for past Go release notes as of CL 291711. They're added to
x/website in CL 295249.

'relnote -html' does not report any CLs with RELNOTE annotations
since 2021/02/01.

For #44513.
Updates #40700.

Change-Id: Idd389335500ec4dec2764cbbaa385918cc8a79ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/295209
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/316889 mentions this issue: doc/go1.17: require macOS 10.13 or later

@dmitshur dmitshur added this to In Progress in Go Release Team May 4, 2021
gopherbot pushed a commit that referenced this issue May 4, 2021
For #44513.
For #23011.

Change-Id: Ic092e38da3601a43d7e2110f500db4a6a6f845f5
Reviewed-on: https://go-review.googlesource.com/c/go/+/316889
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/317273 mentions this issue: doc/go1.17: fill in Go 1.17 release note TODOs using relnote

gopherbot pushed a commit that referenced this issue May 5, 2021
For #44513.

Change-Id: I8e0b044ebe39e3406c96f219eb921518f047be3e
Reviewed-on: https://go-review.googlesource.com/c/go/+/317273
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
@gopherbot
Copy link

Change https://golang.org/cl/317469 mentions this issue: doc/go1.17: document fixes for negative rune handling

gopherbot pushed a commit that referenced this issue May 6, 2021
CL 317273 accidentally grouped a fix for bufio, bytes, strings
packages into a single entry, but they should be separate ones.

Fix that, and document these negative rune handling fixes.

The list of fixed functions in package unicode was computed by
taking the functions covered by the new TestNegativeRunes test,
and including those that fail when tested with Go 1.16.3.

For #44513.
Updates #43254.

Change-Id: I6f387327f83ae52543526dbdcdd0bb5775c678bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/317469
Reviewed-by: David Benjamin <davidben@google.com>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/327652 mentions this issue: doc/go1.17: further revise OpenBSD release notes

gopherbot pushed a commit that referenced this issue Jun 14, 2021
Simplify and remove forward-compatibility reference, as OpenBSD 6.9 has
already been released (1st of May 2021).

Updates #44513

Change-Id: I0a1abbb397f31d15c80a970edaa9723f894cafa9
Reviewed-on: https://go-review.googlesource.com/c/go/+/327652
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Mui <cherryyz@google.com>
@gopherbot
Copy link

Change https://golang.org/cl/336930 mentions this issue: doc/1.17: fix two dead rfc links

gopherbot pushed a commit that referenced this issue Jul 23, 2021
Updates #44513

Change-Id: Ia0c6b48bde2719f3a99cb216b6166d82159198d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/336930
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@dmitshur dmitshur self-assigned this Aug 11, 2021
@gopherbot
Copy link

Change https://golang.org/cl/341673 mentions this issue: doc/go1.17: remove draft notice

Go Release Team automation moved this from In Progress to Done Aug 12, 2021
@gopherbot
Copy link

Change https://golang.org/cl/342070 mentions this issue: doc: start draft of go1.18 release notes, move go1.17 to x/website

@gopherbot
Copy link

Change https://golang.org/cl/342089 mentions this issue: _content/doc: add Go 1.17 release notes

@gopherbot
Copy link

Change https://golang.org/cl/342349 mentions this issue: doc/go1.17: fix broken links

gopherbot pushed a commit to golang/website that referenced this issue Aug 16, 2021
Copied from Go commit 20a620fd9f7bc35739c1af3602d53808d0430814.
deleted there in CL 342070.

Updates golang/go#44513

Change-Id: I435253feb47b222423a453c51d0c1ced30e86633
Reviewed-on: https://go-review.googlesource.com/c/website/+/342089
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
gopherbot pushed a commit that referenced this issue Aug 16, 2021
This template is based on CL 295209 and previous ones like it.
Continue to eagerly include often-used sections, and clarify that
the TODO is about completing the section, or removing if it turns
out not to be needed.

Move the Go 1.17 release notes to x/website, since that's the new
home for past Go release notes as of CL 291711. They're added to
x/website in CL 342089.

For #47694
Updates #44513

Change-Id: I24962eed800d1509bdf71b7d7f819a683eb96f8f
Reviewed-on: https://go-review.googlesource.com/c/go/+/342070
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/347849 mentions this issue: _content/doc/go1.17: fix sentence about ARM64 frame pointers

gopherbot pushed a commit to golang/website that referenced this issue Sep 15, 2021
Updates golang/go#44513

Change-Id: Idb5c85e7a641e1a58dad46bcf1adc6c8f6fd13b7
Reviewed-on: https://go-review.googlesource.com/c/website/+/347849
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Russ Cox <rsc@golang.org>
@gopherbot
Copy link

Change https://go.dev/cl/390375 mentions this issue: _content/doc/go1.18: remove draft notice

@gopherbot
Copy link

Change https://go.dev/cl/390374 mentions this issue: _content/doc/go1.18: update expected release date

gopherbot pushed a commit to golang/website that referenced this issue Mar 7, 2022
Go 1.18 is now expected to be released in March 2022.

For golang/go#44513.
Fixes golang/go#51505.

Change-Id: I4f744dc96c6ef5150d7475b51759d5fc5b13633b
Reviewed-on: https://go-review.googlesource.com/c/website/+/390374
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: DO NOT USE <iant@google.com>
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Copied from Go commit 20a620fd9f7bc35739c1af3602d53808d0430814.
deleted there in CL 342070.

Updates golang/go#44513

Change-Id: I435253feb47b222423a453c51d0c1ced30e86633
Reviewed-on: https://go-review.googlesource.com/c/website/+/342089
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Updates golang/go#44513

Change-Id: Idb5c85e7a641e1a58dad46bcf1adc6c8f6fd13b7
Reviewed-on: https://go-review.googlesource.com/c/website/+/347849
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Russ Cox <rsc@golang.org>
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
Go 1.18 is now expected to be released in March 2022.

For golang/go#44513.
Fixes golang/go#51505.

Change-Id: I4f744dc96c6ef5150d7475b51759d5fc5b13633b
Reviewed-on: https://go-review.googlesource.com/c/website/+/390374
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: DO NOT USE <iant@google.com>
@golang golang locked and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done. recurring Issues that should never be closed, but moved to the next milestone once fixed in the current one. release-blocker umbrella
Projects
Archived in project
Development

No branches or pull requests

3 participants