aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-04-17 18:07:19 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-04-17 18:07:19 +0200
commit2627b08c81ac01c7916bb8e20f03071618e2421b (patch)
tree6b881e0b55fa89d68341dd10f749d96d52b96a14
parent95d25cb6a9b2469ceaedd64d83e40fc392450ce9 (diff)
downloadopen-keychain-2627b08c81ac01c7916bb8e20f03071618e2421b.tar.gz
open-keychain-2627b08c81ac01c7916bb8e20f03071618e2421b.tar.bz2
open-keychain-2627b08c81ac01c7916bb8e20f03071618e2421b.zip
changelog 2.6
-rw-r--r--CHANGELOG7
-rw-r--r--OpenKeychain/src/main/res/raw/help_changelog.html1
2 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 45ad2e98c..e8ae386af 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+2.6
+* key certifications (thanks to Vincent Breitmoser)
+* support GnuPG partial secret keys (thanks to Vincent Breitmoser)
+* new design for signature verification
+* custom key length (thanks to Greg Witczak)
+* fix share-functionality from other apps
+
2.5
* fix decryption of symmetric pgp messages/files
* refactored edit key screen (thanks to Ash Hughes)
diff --git a/OpenKeychain/src/main/res/raw/help_changelog.html b/OpenKeychain/src/main/res/raw/help_changelog.html
index 497db9d8b..2bd82d5e5 100644
--- a/OpenKeychain/src/main/res/raw/help_changelog.html
+++ b/OpenKeychain/src/main/res/raw/help_changelog.html
@@ -8,6 +8,7 @@ And don't add newlines before or after p tags because of transifex -->
<h2>2.6</h2>
<ul>
<li>key certifications (thanks to Vincent Breitmoser)</li>
+<li>support GnuPG partial secret keys (thanks to Vincent Breitmoser)</li>
<li>new design for signature verification</li>
<li>custom key length (thanks to Greg Witczak)</li>
<li>fix share-functionality from other apps</li>