|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.18.0] - 2019-XX-XX |
| 4 | +### Added |
| 5 | +* [Output shell completions for cargo by `rustup completions <shell> cargo`][pr#1646] |
| 6 | +* [Add `--embedded-book` flag to `rustup doc`][pr#1762] |
| 7 | +* [Add --path option to `rustup override set`][pr#1524] |
| 8 | + |
| 9 | +### Changed |
| 10 | +* [`rustup default` now tells user if current directory is override][pr#1655] |
| 11 | +* [`rustup-init`: Force highest TLS version supported][pr#1716] |
| 12 | +* [Switch to git-testament rather than old `build.rs`][pr#1701] |
| 13 | +* [Less copying during dist installation][pr#1744] |
| 14 | +* [Improve error messages when missing nightly components][pr#1769] |
| 15 | +* [Improve `rustup install` error message][pr#1770] |
| 16 | +* [Update Visual C++ install instructions, to link to Visual Studio 2019][pr#1773] |
| 17 | +* [Use `DYLD_FALLBACK_LIBRARY_PATH` for `dylib_path_envvar` on macOS][pr#1752] |
| 18 | + |
| 19 | +### Fixed |
| 20 | +* [`rustup-init.sh`: Fix unset variable usage][pr#1683] |
| 21 | +* [Treat time in seconds as an integer for download times][pr#1699] |
| 22 | +* [Fix man proxy in FreeBSD][pr#1725] |
| 23 | +* [Fix networking failure after using socks5 proxy][pr#1746] |
| 24 | +* [Fix `rustup show` fails on terminal without color][pr#1747] |
| 25 | +* [Fix installation failed if `rustup-init` is owned by another user][pr#1767] |
| 26 | +* [Fix panics with "Broken pipe" when using in a shell pipeline][pr#1765] |
| 27 | +* [Document `--no-self-update` properly][pr#1763] |
| 28 | + |
| 29 | +### Removed |
| 30 | +* [Remove old `multirust` & compatibility code][pr#1715] |
| 31 | + |
| 32 | +[pr#1646]: https://github.com/rust-lang/rustup.rs/pull/1646 |
| 33 | +[pr#1762]: https://github.com/rust-lang/rustup.rs/pull/1762 |
| 34 | +[pr#1524]: https://github.com/rust-lang/rustup.rs/pull/1524 |
| 35 | +[pr#1655]: https://github.com/rust-lang/rustup.rs/pull/1655 |
| 36 | +[pr#1716]: https://github.com/rust-lang/rustup.rs/pull/1716 |
| 37 | +[pr#1701]: https://github.com/rust-lang/rustup.rs/pull/1701 |
| 38 | +[pr#1744]: https://github.com/rust-lang/rustup.rs/pull/1744 |
| 39 | +[pr#1769]: https://github.com/rust-lang/rustup.rs/pull/1769 |
| 40 | +[pr#1770]: https://github.com/rust-lang/rustup.rs/pull/1770 |
| 41 | +[pr#1773]: https://github.com/rust-lang/rustup.rs/pull/1773 |
| 42 | +[pr#1752]: https://github.com/rust-lang/rustup.rs/pull/1752 |
| 43 | +[pr#1683]: https://github.com/rust-lang/rustup.rs/pull/1683 |
| 44 | +[pr#1699]: https://github.com/rust-lang/rustup.rs/pull/1699 |
| 45 | +[pr#1725]: https://github.com/rust-lang/rustup.rs/pull/1725 |
| 46 | +[pr#1746]: https://github.com/rust-lang/rustup.rs/pull/1746 |
| 47 | +[pr#1747]: https://github.com/rust-lang/rustup.rs/pull/1747 |
| 48 | +[pr#1767]: https://github.com/rust-lang/rustup.rs/pull/1767 |
| 49 | +[pr#1765]: https://github.com/rust-lang/rustup.rs/pull/1765 |
| 50 | +[pr#1763]: https://github.com/rust-lang/rustup.rs/pull/1763 |
| 51 | +[pr#1715]: https://github.com/rust-lang/rustup.rs/pull/1715 |
| 52 | + |
3 | 53 | ## [1.17.0] - 2019-03-05
|
4 | 54 |
|
5 | 55 | * [Allow using inherited RUSTUP_UPDATE_ROOT variable in rustup-init.sh.][pr#1495]
|
|
0 commit comments