Releases: MozillaSecurity/fuzzfetch
Releases · MozillaSecurity/fuzzfetch
v4.0.0
3.0.0
What's Changed
- Print error message and return non-zero rather than raising exceptions by @jschwartzentruber in #132
Full Changelog: v2.4.3...v3.0.0
Release 2.4.3
download_url
now handles unknown size downloads
Release 2.4.2
Add timeout to download functions. Default timeout is 30s.
2.4.1
What's Changed
- Drop Python 3.7 & update CI by @jschwartzentruber in #123
- Allow downloading builds which lack crashreporter symbols by @pyoor in #124
Full Changelog: 2.4.0...2.4.1
2.4.0
2.3.0
What's Changed
- Use codecov uploader. by @jschwartzentruber in #120
- Remove dependence on target.mozinfo.json by @pyoor in #121
Full Changelog: 2.2.2...2.3.0
2.2.2: Resolve destination path
Co-authored-by: Jesse Schwartzentruber <[email protected]>
Release 2.2.1
- Fix directory handling in extract_zip
Release 2.2.0
- Add support for AArch64 builds for Linux & Darwin
- Drop use of 7z (no speed advantage over Python for zip/gzip/bzip2)
- Add support for lbzip2 (much faster than bzip2)
- Add support for tar (much faster than Python tarfile)
- Patch for CVE-2007-4559 (thanks to @TrellixVulnTeam)