Skip to content

Update RELEASES.md for 1.47.0 - #76101

Merged
bors merged 1 commit into
rust-lang:masterfrom
XAMPPRocky:relnotes-.1.47.0
Oct 2, 2020
Merged

Update RELEASES.md for 1.47.0#76101
bors merged 1 commit into
rust-lang:masterfrom
XAMPPRocky:relnotes-.1.47.0

Conversation

@XAMPPRocky

Copy link
Copy Markdown
Contributor

Rendered

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

@XAMPPRockyXAMPPRocky added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Aug 30, 2020
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 30, 2020
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
@tmiasko

Copy link
Copy Markdown
Contributor

Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
@cuviper

Copy link
Copy Markdown
Member

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

XAMPPRocky commented Sep 2, 2020

Copy link
Copy Markdown
ContributorAuthor

#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
Copy Markdown
Member

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

@jyn514jyn514 added the T-release Relevant to the release subteam, which will review and decide on the PR/issue. label Sep 3, 2020
Comment threadRELEASES.md Outdated
@ehuss

ehuss commented Sep 3, 2020

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member

(Just tagged it relnotes).

Comment threadRELEASES.md Outdated
@Mark-SimulacrumMark-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
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
@XAMPPRocky

Copy link
Copy Markdown
ContributorAuthor

@Mark-Simulacrum Should be good to go.

@Mark-Simulacrum

Copy link
Copy Markdown
Member

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

@bors r+ p=1

@bors

bors commented Oct 2, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit e34d3bf has been approved by Mark-Simulacrum

@borsbors 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

bors commented Oct 2, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit e34d3bf with merge 8876ffc...

@bors
bors merged commit 17c9b71 into rust-lang:masterOct 2, 2020
@rustbotrustbot added this to the 1.48.0 milestone Oct 2, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-enhancementCategory: An issue proposing an enhancement or a PR with one.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-releaseRelevant 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.

13 participants

@XAMPPRocky@tmiasko@cuviper@ehuss@Mark-Simulacrum@bors@gyscos@Aaron1011@Cldfire@LingMan@jyn514@rust-highfive@rustbot