|
| 1 | +# 1.1.0 |
| 2 | + |
| 3 | +* [Fix browser detection for Linux ppc64 and NetBSD](https://github.com/rust-lang-nursery/rustup.rs/pull/875) |
| 4 | +* [Update windows info](https://github.com/rust-lang-nursery/rustup.rs/pull/879) |
| 5 | +* [Update to markdown 0.2](https://github.com/rust-lang-nursery/rustup.rs/pull/896) |
| 6 | +* [Make running program extension case insensitive](https://github.com/rust-lang-nursery/rustup.rs/pull/887) |
| 7 | +* [Add MIPS/s390x builders (with PPC64 compilation fixed)](https://github.com/rust-lang-nursery/rustup.rs/pull/890) |
| 8 | +* [Fix two missing quotes of download error message](https://github.com/rust-lang-nursery/rustup.rs/pull/867) |
| 9 | +* [www: MIPS support and cleanups](https://github.com/rust-lang-nursery/rustup.rs/pull/866) |
| 10 | +* [Update release instructions](https://github.com/rust-lang-nursery/rustup.rs/pull/863) |
| 11 | +* [Don't set low speed limits for curl](https://github.com/rust-lang-nursery/rustup.rs/pull/914) |
| 12 | +* [Attempt to fix msi build. Pin appveyor nightlies](https://github.com/rust-lang-nursery/rustup.rs/pull/910) |
| 13 | +* [Stop defaulting to $PATH searches when the binary can't be found and causing infinite recursion](https://github.com/rust-lang-nursery/rustup.rs/pull/917) |
| 14 | +* [Upgrade openssl](https://github.com/rust-lang-nursery/rustup.rs/pull/934) |
| 15 | +* [Improve browser detection and install instructions](https://github.com/rust-lang-nursery/rustup.rs/pull/936) |
| 16 | +* [Add android support to rustup-init.sh](https://github.com/rust-lang-nursery/rustup.rs/pull/949) |
| 17 | +* [Add fallback to symlink if hardlink fails](https://github.com/rust-lang-nursery/rustup.rs/pull/951) |
| 18 | +* [readme: add tmp dir hint to Contributing section](https://github.com/rust-lang-nursery/rustup.rs/pull/985) |
| 19 | +* [Fixed link to the list of supported platforms](https://github.com/rust-lang-nursery/rustup.rs/pull/970) |
| 20 | +* [Update job object code to match Cargo's](https://github.com/rust-lang-nursery/rustup.rs/pull/984) |
| 21 | +* [Added argument-documentation to rustup-init.sh](https://github.com/rust-lang-nursery/rustup.rs/pull/962) |
| 22 | +* [Add/remove multiple toolchains](https://github.com/rust-lang-nursery/rustup.rs/pull/986) |
| 23 | +* [Remove curl usage from appveyor](https://github.com/rust-lang-nursery/rustup.rs/pull/1001) |
| 24 | +* [Store downloaded files in a persistent directory until installation](https://github.com/rust-lang-nursery/rustup.rs/pull/958) |
| 25 | +* [Add android build support](https://github.com/rust-lang-nursery/rustup.rs/pull/1000) |
| 26 | +* [Fix up a bunch of things indicated by clippy](https://github.com/rust-lang-nursery/rustup.rs/pull/1012) |
| 27 | +* [Ensure librssl compatibility](https://github.com/rust-lang-nursery/rustup.rs/pull/1011) |
| 28 | +* [RLS support](https://github.com/rust-lang-nursery/rustup.rs/pull/1005) |
| 29 | +* [Add 'docs' alias](https://github.com/rust-lang-nursery/rustup.rs/pull/1010) |
| 30 | +* [Use correct name for undefined linked toolchain invocation](https://github.com/rust-lang-nursery/rustup.rs/pull/1008) |
| 31 | +* [zsh install support](https://github.com/rust-lang-nursery/rustup.rs/pull/1013) |
| 32 | +* [Add/remove multiple components+targets](https://github.com/rust-lang-nursery/rustup.rs/pull/1016) |
| 33 | +* [Better error message when not running in a tty](https://github.com/rust-lang-nursery/rustup.rs/pull/1026) |
| 34 | +* [Indent help text](https://github.com/rust-lang-nursery/rustup.rs/pull/1019) |
| 35 | +* [Document installing to a custom location using CARGO_HOME and RUSTUP_HOME environment variables](https://github.com/rust-lang-nursery/rustup.rs/pull/1024) |
| 36 | +* [Aggressive remove_dir_all](https://github.com/rust-lang-nursery/rustup.rs/pull/1015) |
| 37 | + |
| 38 | +Contributors: Aarthi Janakiraman, Alex Burka, Alex Crichton, bors, |
| 39 | +Brian Anderson, Christian Muirhead, Christopher Armstrong, Daniel |
| 40 | +Lockyer, Diggory Blake, Evgenii Pashkin, Grissiom, James Elford, Luca |
| 41 | +Bruno, Lyuha, Manish Goregaokar, Marc-Antoine Perennou, Marco A L |
| 42 | +Barbosa, Mikhail Pak, Nick Cameron, polonez, Sam Marshall, Steve |
| 43 | +Klabnik, Tomáš Hübelbauer, topecongiro, Wang Xuerui |
| 44 | + |
1 | 45 | # 1.0.0
|
2 | 46 |
|
3 | 47 | * [Statically link MSVC CRT](https://github.com/rust-lang-nursery/rustup.rs/pull/843)
|
|
0 commit comments