This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
Releases: JuliaPackaging/BinaryProvider.jl
Releases · JuliaPackaging/BinaryProvider.jl
v0.5.10
v0.5.9
Merge pull request #192 from JuliaPackaging/mg/fix-write-deps-isolation
v0.5.8
v0.5.8 (2019-11-05)
v0.5.7
v0.5.5
v0.5.5 (2019-07-03)
Closed issues:
- Symbolic links on Windows (#123)
- Add proxy support to download function (PlatformEngines.jl::255+) (#122)
Merged pull requests:
- Fix: Allow downloads on windows with proxy (#168) (ChristianKurz)
- tar commands and windows paths (#167) (hhaensel)
- Hh/no errors (#166) (hhaensel)
- Show failed dlopen result in verbose mode (#164) (ianshmean)
- Extended workaround for handling symlinks in tar files (#163) (hhaensel)
- Use CirrusCI.jl for FreeBSD CI (#161) (ararslan)
v0.5.4
Add Project.toml, delete REQUIRE (#160)
Bugfix release
Fix issue #121
Fix issue #121 (#125) Fix issue #121 Change `detect_libcxx_abi()` to return `:gcc_any` and just throw a warning instead of an error when it can't find symbols properly.
Small fixes
This release allows users with "split LLVM" installs (e.g. not a single, monolithic libLLVM
but rather many smaller shared libraries) to be able to do cxx11
string ABI checks.
Compiler ABI release
This release adds significant new functionality in the form of the CompilerABI
abstraction, which allows us to choose a download based on the GCC version that was used to build Julia.