From e9c2e93aebfbfaaba7d40eba06bdbf0d3d6a0420 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 --- CHANGELOG.rst | 10 ++++++++++ changes/async_gpg | 1 - changes/bug-serializable-keys | 1 - changes/next-changelog.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/async_gpg delete mode 100644 changes/bug-serializable-keys diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f1cd9e1..3716025 100644 --- a/CHANGELOG.rst +++ b/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 ~~~~~~~~ diff --git a/changes/async_gpg b/changes/async_gpg deleted file mode 100644 index 59d4d41..0000000 --- a/changes/async_gpg +++ /dev/null @@ -1 +0,0 @@ --- Defer encrypt, decrypt and gen_key operations from gnupg to external threads, limited by cpu core amount. diff --git a/changes/bug-serializable-keys b/changes/bug-serializable-keys deleted file mode 100644 index 0885fd2..0000000 --- a/changes/bug-serializable-keys +++ /dev/null @@ -1 +0,0 @@ -- encryption keys can now be serialized to json using key.get_dict() diff --git a/changes/next-changelog.txt b/changes/next-changelog.txt index c59c85a..09b2e71 100644 --- a/changes/next-changelog.txt +++ b/changes/next-changelog.txt @@ -1,4 +1,4 @@ -0.5.1 - xxx +0.5.2 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during -- cgit v1.2.3