|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.24.3] - 2021-05-31 |
| 4 | + |
| 5 | +This patch release focusses around resolving some regressions in behaviour in |
| 6 | +the 1.24.x series. One problem, related to accounting for the release of data |
| 7 | +blocks in the unpack slab allocator, fixed in [pr#2779], would manifest in the |
| 8 | +installer [hanging during installation][issue#2774]. A second, fixed in |
| 9 | +[pr#2781], manifested in very early Rust versions (1.0 through 1.7) [repeatedly |
| 10 | +having their checksums fetched][issue#2777] despite already being installed. |
| 11 | +Finally the heuristic which started warning that toolchains being installed may |
| 12 | +not work on the given host was improved in [pr#2782] to reduce false-positive |
| 13 | +rate and reduce worry among Windows users in particular. |
| 14 | + |
| 15 | +### Added |
| 16 | + |
| 17 | +- Added the ability to configure the auto-self-update functionality. This will |
| 18 | + be of most use when people are testing unreleased versions of Rustup and wish |
| 19 | + to ensure they don't accidentally lose the test version, without having to |
| 20 | + remember to run with `--no-self-update` all the time. [pr#2763] |
| 21 | + |
| 22 | +### Changed |
| 23 | + |
| 24 | +- We no longer delete the top level of `$RUSTUP_HOME/tmp` and |
| 25 | + `$RUSTUP_HOME/download` meaning that if you have these set up as symlinks to |
| 26 | + another place, or bind mounts, etc. things should work. [pr#2433] |
| 27 | +- We more gracefully handle outlier situations with unpack-RAM, panicing less |
| 28 | + often, clamping settings into viable ranges and warning instead. [pr#2780] |
| 29 | + |
| 30 | +Thanks go to: |
| 31 | + |
| 32 | +- Ian Jackson |
| 33 | +- Alexander (asv7c2) |
| 34 | +- pierwill |
| 35 | +- 二手掉包工程师 (hi-rustin) |
| 36 | +- Robert Collins |
| 37 | +- Daniel Silverstone |
| 38 | + |
| 39 | +[1.24.3]: https://github.com/rust-lang/rustup/releases/tag/1.24.3 |
| 40 | +[issue#2777]: https://github.com/rust-lang/rustup/issues/2777 |
| 41 | +[issue#2774]: https://github.com/rust-lang/rustup/issues/2774 |
| 42 | +[pr#2782]: https://github.com/rust-lang/rustup/pull/2782 |
| 43 | +[pr#2780]: https://github.com/rust-lang/rustup/pull/2780 |
| 44 | +[pr#2781]: https://github.com/rust-lang/rustup/pull/2781 |
| 45 | +[pr#2779]: https://github.com/rust-lang/rustup/pull/2779 |
| 46 | +[pr#2763]: https://github.com/rust-lang/rustup/pull/2763 |
| 47 | +[pr#2433]: https://github.com/rust-lang/rustup/pull/2433 |
| 48 | + |
3 | 49 | ## [1.24.2] - 2021-05-05
|
4 | 50 |
|
5 | 51 | This patch release primarily exists to work around a
|
|
0 commit comments