v1.0.0
v1.0.0 (2019-12-05)
Closed issues:
- Assumption of root directory of source archive (#399)
- Package maintenance / Rights (#398)
- Tests require HttpParser, which cannot be installed in Julia 1.0 (#388)
- Outdated usage of
STDOUT
in BinDeps.debug (#387) - Malformed shell commands on Windows with 0.7 master (#340)
- suppress output from unpack_cmd (#274)
- Using powershell for downloading is broken when calling julia from inside mintty. (#167)
Merged pull requests:
- Bump version (#409) (musm)
- Add Project.toml, drop dependency on Compat (#408) (giordano)
- Fix 7zip path for julia 1.3 (#407) (oxinabox)
- [RFC] Remove reliance on absolute program paths (#393) (ninjin)
- Fix tests on Julia 1.0 (#389) (rdeits)
- Update README.md (#382) (eschnett)
- Suggest possible remedy in error message (#381) (eschnett)
- use ENV["NOSUDO"]=true to prevent
sudo -V
check (#325) (JonathanAnderson)