From 9a18635b892b8b05459efc115e744cd75453725b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 31 Aug 2014 22:12:52 +0200 Subject: Changelog 2.9 --- CHANGELOG | 5 +++++ .../org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java | 2 +- OpenKeychain/src/main/res/raw/help_changelog.html | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b77188099..f313e469b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +## 2.9 + * Fixing crashes introduced in v2.8 + * Experimental ECC support + * Experimental Yubikey support (signing-only with imported keys) + ## 2.8 * So many bugs have been fixed in this release that we focus on the main new features * Key edit: awesome new design, key revocation diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java index c79dc45c3..51770f930 100644 --- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java +++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java @@ -116,7 +116,7 @@ public class CanonicalizedSecretKey extends CanonicalizedPublicKey { LinkedList supported = new LinkedList(); if (mPrivateKeyState == PRIVATE_KEY_STATE_DIVERT_TO_CARD) { - // TODO: no support for MD5 + // No support for MD5 supported.add(HashAlgorithmTags.RIPEMD160); supported.add(HashAlgorithmTags.SHA1); supported.add(HashAlgorithmTags.SHA224); diff --git a/OpenKeychain/src/main/res/raw/help_changelog.html b/OpenKeychain/src/main/res/raw/help_changelog.html index c8992ddab..4cc665ff6 100644 --- a/OpenKeychain/src/main/res/raw/help_changelog.html +++ b/OpenKeychain/src/main/res/raw/help_changelog.html @@ -5,6 +5,12 @@ And don't add newlines before or after p tags because of transifex --> +

2.9

+
    +
  • Fixing crashes introduced in v2.8
  • +
  • Experimental ECC support
  • +
  • Experimental Yubikey support (signing-only with imported keys)
  • +

2.8

  • So many bugs have been fixed in this release that we focus on the main new features
  • -- cgit v1.2.3