Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Oct 31, 2018
1 parent c0c1c51 commit 5ff1488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# 1.21.0a1
# 1.21.0a2

* Added support EdDSA (ed25519) signatures (Kornel)
* DSA signatures are considered outdated, and Apple's `Security.framework` only supports weaker SHA-1-based DSA.
Expand All @@ -12,6 +12,8 @@
* `generate_appcast` has been updated to support EdDSA signatures
* It can sign both DSA (if `dsa_priv.pem` file is specified) and EdDSA (from Keychain)
* The tool now uses Caches directory and doesn't generate unnecessary delta files
* Fixed verification of delta updates on filesystems that change permissions of symlinks
* SPUDownloaderSession leaked because the NSURLSession wasn’t invalidated (Michael Ehrmann)

# 1.20.0

Expand Down

0 comments on commit 5ff1488

Please sign in to comment.