diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-09-08 14:22:29 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-09-08 14:22:29 +0200 |
commit | fcd4be5ba008563ee4cfea3db64e0086356cfec4 (patch) | |
tree | 246200104b2fb565cf30f319842b47132be1655a /OpenKeychain/src | |
parent | 9eb65601c4092bddf8de96b652140ae37e494e6f (diff) | |
download | open-keychain-fcd4be5ba008563ee4cfea3db64e0086356cfec4.tar.gz open-keychain-fcd4be5ba008563ee4cfea3db64e0086356cfec4.tar.bz2 open-keychain-fcd4be5ba008563ee4cfea3db64e0086356cfec4.zip |
Changelog 2.10
Diffstat (limited to 'OpenKeychain/src')
-rw-r--r-- | OpenKeychain/src/main/res/raw/help_changelog.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/raw/help_changelog.html b/OpenKeychain/src/main/res/raw/help_changelog.html index 4cc665ff6..2b42d104a 100644 --- a/OpenKeychain/src/main/res/raw/help_changelog.html +++ b/OpenKeychain/src/main/res/raw/help_changelog.html @@ -5,12 +5,26 @@ And don't add newlines before or after p tags because of transifex --> <head> </head> <body> +<h2>2.10</h2> +<ul> +<li>Split encrypt screen into two</li> +<li>Fix key flags handling (now supporting Mailvelope 0.7 keys)</li> +<li>Improved passphrase handling</li> +<li>Key sharing via SafeSlinger</li> +<li>Yubikey: preference to allow other PINs, currently only signing via the OpenPGP API works, not inside of OpenKeychain</li> +<li>Fix usage of stripped keys</li> +<li>SHA256 as default for compatibility</li> +<li>Intent API has changed, see https://github.com/open-keychain/open-keychain/wiki/Intent-API</li> +<li>OpenPGP API now handles revoked/expired keys and returns all user ids</li> +</ul> + <h2>2.9</h2> <ul> <li>Fixing crashes introduced in v2.8</li> <li>Experimental ECC support</li> <li>Experimental Yubikey support (signing-only with imported keys)</li> </ul> + <h2>2.8</h2> <ul> <li>So many bugs have been fixed in this release that we focus on the main new features</li> |