summaryrefslogtreecommitdiff
path: root/keymanager/CHANGELOG.rst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-08-29 22:53:54 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-08-29 22:53:54 -0400
commit31bfd94c0bd8e42894ec1f855c19d9ed60d44a58 (patch)
tree9eab21840d6b9ff4d1442863c562254b83bb6786 /keymanager/CHANGELOG.rst
parent3b7a763af94cdfefd80cd1101925f3b47749fd6f (diff)
[pkg] remove rest of keymanager repo
Diffstat (limited to 'keymanager/CHANGELOG.rst')
-rw-r--r--keymanager/CHANGELOG.rst29
1 files changed, 0 insertions, 29 deletions
diff --git a/keymanager/CHANGELOG.rst b/keymanager/CHANGELOG.rst
deleted file mode 100644
index 3716025e..00000000
--- a/keymanager/CHANGELOG.rst
+++ /dev/null
@@ -1,29 +0,0 @@
-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.