diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-02-02 19:28:13 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-02-02 19:28:13 +0100 |
commit | c5d0f9f9814a48fe0f72a9a8f751a3122258ecdf (patch) | |
tree | f6c218805b9cccce2e11a79861627483e8d4a7df /OpenPGP-Keychain/src/main/res/raw | |
parent | e426f4d6a6014224335224e9b90e79cc857d6b7a (diff) | |
download | open-keychain-c5d0f9f9814a48fe0f72a9a8f751a3122258ecdf.tar.gz open-keychain-c5d0f9f9814a48fe0f72a9a8f751a3122258ecdf.tar.bz2 open-keychain-c5d0f9f9814a48fe0f72a9a8f751a3122258ecdf.zip |
changelog
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/raw')
-rw-r--r-- | OpenPGP-Keychain/src/main/res/raw/help_changelog.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/src/main/res/raw/help_changelog.html b/OpenPGP-Keychain/src/main/res/raw/help_changelog.html index fc02cb7f7..7bb558a24 100644 --- a/OpenPGP-Keychain/src/main/res/raw/help_changelog.html +++ b/OpenPGP-Keychain/src/main/res/raw/help_changelog.html @@ -7,10 +7,14 @@ And don't add newlines before or after p tags because of transifex --> <body> <h2>2.3</h2> <ul> +<li>remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)</li> +<li>fix setting expiry dates on keys (thanks to Ash Hughes)</li> +<li>more internal fixes when editing keys (thanks to Ash Hughes)</li> +<li>querying key servers directly from the import screen</li> +<li>fix layout and dialog style on Android 2.2-3.0</li> <li>fix crash on keys with empty user ids</li> <li>fix crash and empty lists when coming back from signing screen</li> <li>Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source</li> -<li>remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)</li> <li>fix upload of key from signing screen</li> </ul> |