diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-29 10:55:55 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-29 10:55:55 +0100 |
commit | c4265c5e91b5e4c085d450a6ac863d0652476905 (patch) | |
tree | a22acbcdd0632fe4f32dcfb48f45e9038886fe3e /OpenPGP-Keychain/src/main/res/raw | |
parent | 1b1724f7af4e4ff2e206d7721a6273f878265f17 (diff) | |
download | open-keychain-c4265c5e91b5e4c085d450a6ac863d0652476905.tar.gz open-keychain-c4265c5e91b5e4c085d450a6ac863d0652476905.tar.bz2 open-keychain-c4265c5e91b5e4c085d450a6ac863d0652476905.zip |
add some changelog items
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/raw')
-rw-r--r-- | OpenPGP-Keychain/src/main/res/raw/help_changelog.html | 11 |
1 files changed, 10 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 dee9d366e..fc02cb7f7 100644 --- a/OpenPGP-Keychain/src/main/res/raw/help_changelog.html +++ b/OpenPGP-Keychain/src/main/res/raw/help_changelog.html @@ -5,6 +5,15 @@ And don't add newlines before or after p tags because of transifex --> <head> </head> <body> +<h2>2.3</h2> +<ul> +<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> + <h2>2.2</h2> <ul> <li>new design with navigation drawer</li> @@ -101,7 +110,7 @@ And don't add newlines before or after p tags because of transifex --> <h2>1.0.0</h2> <ul> -<li>K-9 Mail integration, APG supporting beta build of k9mail</li> +<li>K-9 Mail integration, APG supporting beta build of K-9 Mail</li> <li>support of more file managers (including ASTRO)</li> <li>Slovenian translation</li> <li>new database, much faster, less memory usage</li> |