From dfe833a81ba2d80f06421e18619582808ff2657a Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 15 Dec 2015 13:29:44 +0100 Subject: [feat] move validation, usage and audited date to the active document - Resolves: #7485 --- keymanager/changes/next-changelog.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 keymanager/changes/next-changelog.txt (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt new file mode 100644 index 0000000..c6cdde8 --- /dev/null +++ b/keymanager/changes/next-changelog.txt @@ -0,0 +1,29 @@ +0.5.0 - xxx ++++++++++++++++++++++++++++++++ + +Please add lines to this file, they will be moved to the CHANGELOG.rst during +the next release. + +There are two template lines for each category, use them as reference. + +I've added a new category `Misc` so we can track doc/style/packaging stuff. + +Features +~~~~~~~~ +- `#7485 `_: Move validation, usage and audited date to the active document. +- `#1234 `_: Description of the new feature corresponding with issue #1234. +- New feature without related issue number. + +Bugfixes +~~~~~~~~ +- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- Bugfix without related issue number. + +Misc +~~~~ +- `#1236 `_: Description of the new feature corresponding with issue #1236. +- Some change without issue number. + +Known Issues +~~~~~~~~~~~~ +- `#1236 `_: Description of the known issue corresponding with issue #1236. -- cgit v1.2.3 From a9ce3ba97c14fcee0cf41307ac3552f256fc1787 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 18 Dec 2015 19:37:44 +0100 Subject: [feat] Migrate soledad documents by adding versioning field - Resolves: #7713 --- keymanager/changes/next-changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index c6cdde8..de837da 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -11,6 +11,8 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ - `#7485 `_: Move validation, usage and audited date to the active document. +- `#7713 `_: Update soledad documents by adding versioning field. + - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 56b12a84635bd99ed8cca4db9baf5e4160e8d13b Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 18 Dec 2015 20:31:18 +0100 Subject: [feat] Use fingerprints instead of key ids - Resolves: #7500 --- keymanager/changes/next-changelog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index de837da..a53a5d2 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -12,6 +12,7 @@ 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. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. @@ -23,6 +24,8 @@ Bugfixes Misc ~~~~ +- This version includes changes in the Soledad Documents and minor modifications to the API. + - `#1236 `_: Description of the new feature corresponding with issue #1236. - Some change without issue number. -- cgit v1.2.3 From f886a1adb141023a823ad4a43bfb7b28d02a7857 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 21 Dec 2015 19:26:55 +0100 Subject: [feat] Make EncryptionKey aware of the active address --- keymanager/changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index a53a5d2..be6da72 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -13,6 +13,7 @@ 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. +- Make EncryptionKey aware of the active address. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From cdf9496a87157476f792187859e54c3c2504772e Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 21 Dec 2015 15:59:58 +0100 Subject: [doc] soledad docs fields - Resolves: #7712 --- keymanager/changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index be6da72..163c1ee 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -13,6 +13,7 @@ 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. - `#1234 `_: Description of the new feature corresponding with issue #1234. -- cgit v1.2.3 From 06e6825e37a6f5fa2df2620e7dfa1687b7029ff6 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Sun, 20 Mar 2016 18:44:23 +0100 Subject: [bug] Return KeyNotFound Failure if not valid key is given to put_raw_key - Resolves: #7974 --- keymanager/changes/next-changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index 163c1ee..2dd34d4 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -21,6 +21,8 @@ Features Bugfixes ~~~~~~~~ +- `#7974 `_: Return KeyNotFound Failure if not valid key is given to put_raw_key. + - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 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/changes/next-changelog.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index 2dd34d4..c59c85a 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -1,4 +1,4 @@ -0.5.0 - xxx +0.5.1 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -10,26 +10,16 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. 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. - - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes ~~~~~~~~ -- `#7974 `_: Return KeyNotFound Failure if not valid key is given to put_raw_key. - - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. Misc ~~~~ -- This version includes changes in the Soledad Documents and minor modifications to the API. - - `#1236 `_: Description of the new feature corresponding with issue #1236. - Some change without issue number. -- 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/changes/next-changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index c59c85a..09b2e71 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/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 From ea0dfc4f873c2a23800b92bc83a952160ce9decc Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Sun, 1 May 2016 15:23:15 -0300 Subject: [feat] remove the keytype support - Resolves: #8031 --- keymanager/changes/next-changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index 09b2e71..7fad645 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -10,6 +10,8 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ +- `#8031 `_: Remove support for multiple key types. + - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 6761833c24363e64181b70f94b9bc890ceca1a9f Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Sun, 1 May 2016 21:50:52 -0300 Subject: [feat] make get_all_keys aware of active addresses - Resolves: #8068 --- keymanager/changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index 7fad645..91ca8bd 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -11,6 +11,7 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ - `#8031 `_: Remove support for multiple key types. +- `#8068 `_: make get_all_keys aware of active addresses. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 161fd0542425dc9afa336dcb0675f56b3e1b0b55 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 14 Jun 2016 19:06:45 +0200 Subject: [feat] improve duplicated active documents fixup Mostly for private keys we want to keep the latest one in the keyring. It would be desirable to check with one is set in nicknym, but this will need a big refactor that I'm not sure if it's worth it just for that. - Related: #6658, #8059 --- keymanager/changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index 91ca8bd..a2ab4fb 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -12,6 +12,7 @@ Features ~~~~~~~~ - `#8031 `_: Remove support for multiple key types. - `#8068 `_: make get_all_keys aware of active addresses. +- `#6658 `_: Improve duplicated active documents fixup. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 5409c0dec9d1d4a562cc69798e36d534b6690d30 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 16 Jun 2016 20:16:54 +0200 Subject: [feat] check key document versions and fail if it's unknown - Closes: #8165 --- keymanager/changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index a2ab4fb..56ff7aa 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -13,6 +13,7 @@ Features - `#8031 `_: Remove support for multiple key types. - `#8068 `_: make get_all_keys aware of active addresses. - `#6658 `_: Improve duplicated active documents fixup. +- `#8165 `_: Check key document versions and fail if it's unknown. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3 From 83c246f9877f4e381e0eb97e2b920f4c0bd37ab9 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 5 Jul 2016 17:18:33 +0200 Subject: [feat] make ValidationLevels iterable Needed by bytmask cli. - Related: #7965 --- keymanager/changes/next-changelog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'keymanager/changes/next-changelog.txt') diff --git a/keymanager/changes/next-changelog.txt b/keymanager/changes/next-changelog.txt index 56ff7aa..d34022f 100644 --- a/keymanager/changes/next-changelog.txt +++ b/keymanager/changes/next-changelog.txt @@ -14,6 +14,7 @@ Features - `#8068 `_: make get_all_keys aware of active addresses. - `#6658 `_: Improve duplicated active documents fixup. - `#8165 `_: Check key document versions and fail if it's unknown. +- Make ValidationLevels iterable - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3