You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/release/backporting.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Backporting
2
2
3
-
There's a steady trickle of patches that need to be ported to the beta and stable branch.
3
+
> ## What is a backport?
4
+
5
+
> A **backport** is the act of taking a fix or feature that landed in a newer Rust release
6
+
> (or any software) and re-applying it to an older supported branch. This is most often used
7
+
> to ship critical bug-fixes or security patches on channels (like Stable or Beta)
8
+
> that no longer receive every upstream change.
9
+
10
+
There's a steady trickle of patches (mostly fixes of severe enough bugs) that need to be ported to the beta and stable branch after they're merged into the master branch.
4
11
Only a few people are even aware of the process, but this is actually something anybody can do.
0 commit comments