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

Update RELEASES.md for 1.47.0 #76101

Merged
merged 1 commit into from Oct 2, 2020
Merged

Conversation

XAMPPRocky
Copy link
Member

Rendered

r? @Mark-Simulacrum
cc @rust-lang/release

@XAMPPRocky XAMPPRocky added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Aug 30, 2020
@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 30, 2020
RELEASES.md Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
@tmiasko
Copy link
Contributor

tmiasko commented Aug 30, 2020

RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
@cuviper
Copy link
Member

cuviper commented Sep 2, 2020

We should also add a compatibility note for #74163, where linux-gnu targets now require minimum kernel 2.6.32 and glibc 2.11. That mostly affects tier-1 i686 and x86_64 which had the most conservative toolchains, whereas other arches were already building with newer toolchains than that in practice. The followup #74606 made general updates assuming the new kernel level though.

#74163 is labeled T-relnotes, but I guess it was missed because it doesn't have a milestone?

@XAMPPRocky
Copy link
Member Author

XAMPPRocky commented Sep 2, 2020

#74163 is labeled T-relnotes, but I guess it was missed because it doesn't have a milestone?

You mean it's labeled with T-release? The label is just relnotes, so that would probably explain why it was missed.

@cuviper
Copy link
Member

cuviper commented Sep 2, 2020

Oh right, I mixed that up -- it's not labeled relnotes at all, but should have been.

@jyn514 jyn514 added the T-release Relevant to the release subteam, which will review and decide on the PR/issue. label Sep 3, 2020
RELEASES.md Show resolved Hide resolved
@ehuss
Copy link
Contributor

ehuss commented Sep 3, 2020

I was just thinking, it might be nice to also include #75048. The end result here is that RUST_BACKTRACE=1 is now much smaller and easier to read.

@Mark-Simulacrum
Copy link
Member

(Just tagged it relnotes).

RELEASES.md Outdated Show resolved Hide resolved
@Mark-Simulacrum Mark-Simulacrum added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 13, 2020
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
@XAMPPRocky
Copy link
Member Author

@Mark-Simulacrum Should be good to go.

@Mark-Simulacrum
Copy link
Member

Fixed a case of trailing spaces and squashed, thank you!

@bors r+ p=1

@bors
Copy link
Contributor

bors commented Oct 2, 2020

📌 Commit e34d3bf has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 2, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 2, 2020
…as-schievink

Rollup of 12 pull requests

Successful merges:

 - rust-lang#76101 (Update RELEASES.md for 1.47.0)
 - rust-lang#76739 (resolve: prohibit anon const non-static lifetimes)
 - rust-lang#76811 (Doc alias name restriction)
 - rust-lang#77405 (Add tracking issue of iter_advance_by feature)
 - rust-lang#77409 (Add example for iter chain struct)
 - rust-lang#77415 (Better error message for `async` blocks in a const-context)
 - rust-lang#77423 (Add `-Zprecise-enum-drop-elaboration`)
 - rust-lang#77432 (Use posix_spawn on musl targets)
 - rust-lang#77441 (Fix AVR stack corruption bug)
 - rust-lang#77442 (Clean up on example doc fixes for ptr::copy)
 - rust-lang#77444 (Fix span for incorrect pattern field and add label)
 - rust-lang#77453 (Stop running macOS builds on Azure Pipelines)

Failed merges:

r? `@ghost`
@bors
Copy link
Contributor

bors commented Oct 2, 2020

⌛ Testing commit e34d3bf with merge 8876ffc...

@bors bors merged commit 17c9b71 into rust-lang:master Oct 2, 2020
@rustbot rustbot added this to the 1.48.0 milestone Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet