Releases: fwup-home/fwup
Releases · fwup-home/fwup
v0.5.2
v0.5.1
- New features
- sudo is no longer needed on OSX to write to SDCards
- --unmount and --no-unmount commandline options to unmount (or not) all partitions on a device first
- --eject and --no-eject commandline options to eject devices when complete (OSX)
- --detect commandline option to list detected SDCards and removable media
- Bug fixes
- Various installation fixes and clarifications in the README.md
- Fix rpath issue with libsodium not being in a system library directory
- If unmounting is needed and fails, fwup fails. This is different from before. Use --no-unmount to skip this step.
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.1
v0.3.0
This release uses libsodium for cryptographic routines. This makes it backwards
incompatible with v0.2.0 and earlier.
- New features
- Firmware signing using Ed25519
- Switch hash from SHA to BLAKE2b-256
- Add support for OSIP headers (required for Intel Edison boards)