Skip to content

Phoenix 2.5.2

Compare
Choose a tag to compare
@dpad85 dpad85 released this 25 Mar 18:40
· 49 commits to master since this release
ce4505c

Changes

This is a bug fix release correcting several stability issues, includes a fix for a crash occurring on some Android devices when using the scanner.

Full changelog

Verifying signatures

You will need gpg and our release signing key E04E48E72C205463. Note that you can get it:

To import our signing key:

$ gpg --import drouinf2.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped