diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-08-29 22:45:12 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-08-29 22:45:12 -0400 |
commit | ddfebdf88bf971f2a90bae01765a84d25192bbb8 (patch) | |
tree | 81f99be40b45f736dcd31aa9c1b1a8fd611f0f4f /keymanager/CHANGELOG.rst | |
parent | 88e078c7271a4c72fff5b8dc6346e8f39e7ea691 (diff) | |
parent | 47b57872c2ccd94f6f4900a3bd1e7a3dab9a933a (diff) |
Merge leap.keymanager repo into history
Diffstat (limited to 'keymanager/CHANGELOG.rst')
-rw-r--r-- | keymanager/CHANGELOG.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keymanager/CHANGELOG.rst b/keymanager/CHANGELOG.rst new file mode 100644 index 0000000..3716025 --- /dev/null +++ b/keymanager/CHANGELOG.rst @@ -0,0 +1,29 @@ +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 +++++++++++++++++++++ + +Features +~~~~~~~~ +- `#7485 <https://leap.se/code/issues/7485>`_: Move validation, usage and audited date to the active document. +- `#7713 <https://leap.se/code/issues/7713>`_: Update soledad documents by adding versioning field. +- `#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 +~~~~~~~~ +- `#7974 <https://leap.se/code/issues/7974>`_: Return KeyNotFound Failure if not valid key is given to put_raw_key. + +Misc +~~~~ +- This version includes changes in the Soledad Documents and minor modifications to the API. +- Changelog migrated to rst. |