From 52e4ec56225c2c6a88c6f4b64d05c8aae2eca058 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 18 Apr 2016 11:04:54 -0400 Subject: [pkg] Update changelog --- keymanager/CHANGELOG.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 keymanager/CHANGELOG.rst (limited to 'keymanager/CHANGELOG.rst') diff --git a/keymanager/CHANGELOG.rst b/keymanager/CHANGELOG.rst new file mode 100644 index 00000000..f1cd9e13 --- /dev/null +++ b/keymanager/CHANGELOG.rst @@ -0,0 +1,19 @@ +0.5.0 - 18 Apr, 2016 +++++++++++++++++++++ + +Features +~~~~~~~~ +- `#7485 `_: Move validation, usage and audited date to the active document. +- `#7713 `_: Update soledad documents by adding versioning field. +- `#7500 `_: Use fingerprints instead of key ids. +- `#7712 `_: Document the soledad docs fields. +- Make EncryptionKey aware of the active address. + +Bugfixes +~~~~~~~~ +- `#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. -- cgit v1.2.3 From cabdef05d8e397c16b438502da78d0ac7c7fe6f4 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 4 May 2016 21:16:54 -0400 Subject: [pkg] update changelog to 0.5.1 release I left out the changelog bump on 0.5.1 tag by mistake --- keymanager/CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'keymanager/CHANGELOG.rst') diff --git a/keymanager/CHANGELOG.rst b/keymanager/CHANGELOG.rst index f1cd9e13..3716025e 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 `_: Use fingerprints instead of key ids. - `#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 ~~~~~~~~ -- cgit v1.2.3