Releases: JuliaPackaging/WinRPM.jl
Releases · JuliaPackaging/WinRPM.jl
v1.0.0
v1.0.0 (2020-01-25)
Closed issues:
- Drop HTTPClient.jl? (#176)
Merged pull requests:
- Use HTTP instead of HTTPClient, add some tests, and multiple other improvements (#177) (DilumAluthge)
v0.4.3
v0.4.3 (2019-12-12)
Closed issues:
- Package build fails on Windows for Julia 1.3 (#174)
- Permission errors on Windows 10 (#168)
- windows 32 ("Error parsing document : 0"), no element found, 1, 1, 0" (#104)
- Proxy issues (#50)
Merged pull requests:
- Update compat (#175) (JackDunnNZ)
- Switch to Project.toml (#173) (JackDunnNZ)
- Fix 7zip path for julia 1.3 (#172) (JackDunnNZ)
Version 0.4.2
Remove SHA from REQUIRE (#159) It's a stdlib in Julia 0.7
Version 0.4.1
Add Julia 1.0 compatibility changes. (#158) * Add Julia 1.0 compatibility changes. Basically change `warn` to `@warn`, `info` to `@info` and migrate iterators to the new format. * Make String => Array{UInt8} convesion 1.0 compatible. * Revise `iterate(::Packages)`. * Update `replace` to Julia 1.0 convention. More `replace` revisions. * Adapt to new `Process` API.