diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-05-04 21:16:54 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-05-04 21:16:54 -0400 |
commit | cabdef05d8e397c16b438502da78d0ac7c7fe6f4 (patch) | |
tree | 0150c3fd6b8d74adc4fdbee067f1ce3aa1557269 /keymanager/CHANGELOG.rst | |
parent | 0e91497eb1f78f3e5a023b18a31d3e04d253067d (diff) |
[pkg] update changelog to 0.5.1 release
I left out the changelog bump on 0.5.1 tag by mistake
Diffstat (limited to 'keymanager/CHANGELOG.rst')
-rw-r--r-- | keymanager/CHANGELOG.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keymanager/CHANGELOG.rst b/keymanager/CHANGELOG.rst index f1cd9e1..3716025 100644 --- a/keymanager/CHANGELOG.rst +++ b/keymanager/CHANGELOG.rst @@ -1,3 +1,11 @@ +0.5.1 - 04 Apr, 2016 +++++++++++++++++++++ + +Features +~~~~~~~~ +- Create an iterator on EncryptionKey to be able to represent it as a dict + + 0.5.0 - 18 Apr, 2016 ++++++++++++++++++++ @@ -8,6 +16,8 @@ Features - `#7500 <https://leap.se/code/issues/7500>`_: Use fingerprints instead of key ids. - `#7712 <https://leap.se/code/issues/7712>`_: Document the soledad docs fields. - Make EncryptionKey aware of the active address. +- Defer encrypt, decrypt and gen_key operations from gnupg to external threads, + limited by cpu core amount. Bugfixes ~~~~~~~~ |