Skip to content

v0.5.1

Compare
Choose a tag to compare
@bemasher bemasher released this 11 Oct 05:53
· 201 commits to master since this release

This is a minor release mostly dealing with documentation and some refactoring. The refactoring will make future work on FHSS tools less painful.

This is also the first release to include detached gpg signatures with each archive:

# Extract a binary archive.
tar -xzvf rtlamr_linux_amd64.tar.gz

# Retrieve public key used to sign the binary.
gpg --keyserver pgp.mit.edu --recv-keys DD1EC7EE

# Verify the signature.
gpg --verify rtlamr.asc rtlamr

See my keybase profile for proof of ownership: https://keybase.io/bemasher

Changes:

  • f955a45 Fix magnitude benchmarks.
  • 5f508e5 Refactor parsing into packages for reuse.
  • 0092dd1 Fix FastMag.
  • 659a8b3 Fix for package refactor.
  • b650170 Refactor decoding to package for reuse.
  • d0f46b3 Add comments on decoding methods.
  • df217be Add format message structures.
  • bdd008f Update sensitivity.
  • 16e4b4a Added description for each flag.
  • 69d955c Create help.md
  • 1f4e9dd Update purpose for clarity.