diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-10-27 18:44:10 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-10-28 10:21:27 -0300 |
commit | ab0e4b91cf5919eec4347a4d20de9223d9882ac1 (patch) | |
tree | 9f1b9a583822f1e9a97bcfba975680df0011692f | |
parent | 9e17e1ab4d7dd469860e10311796b4ada7b425ae (diff) |
[pkg] fold in changes0.4.3
-rw-r--r-- | CHANGELOG | 10 | ||||
-rw-r--r-- | changes/bug-7410_fetch_key | 1 | ||||
-rw-r--r-- | changes/bug-7498_multiple_keys | 1 | ||||
-rw-r--r-- | changes/bug-address_mixup | 1 |
4 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,13 @@ +0.4.3 Oct 28, 2015: + o self-repair the keyring if keys get duplicated. Closes: #7498 + o catch request exceptions on key fetching. Closes #7410. + o Don't repush a public key with different addres + o use async events api. Closes #7224. + o Use ca_bundle when fetching keys by url. + o add logging to fetch_key. Related: #7410. + o more verbosity in get_key wrong address log. + o don't repush a public key with different address. Related #7420. + 0.4.2 Aug 26, 2015: o Style changes. o Tests updates. diff --git a/changes/bug-7410_fetch_key b/changes/bug-7410_fetch_key deleted file mode 100644 index 4aec9fe7..00000000 --- a/changes/bug-7410_fetch_key +++ /dev/null @@ -1 +0,0 @@ -- catch request exceptions on key fetching diff --git a/changes/bug-7498_multiple_keys b/changes/bug-7498_multiple_keys deleted file mode 100644 index 90cf675f..00000000 --- a/changes/bug-7498_multiple_keys +++ /dev/null @@ -1 +0,0 @@ -- self-repair the keyring if keys get duplicated (Closes: #7485) diff --git a/changes/bug-address_mixup b/changes/bug-address_mixup deleted file mode 100644 index 24170c9e..00000000 --- a/changes/bug-address_mixup +++ /dev/null @@ -1 +0,0 @@ -- Don't repush a public key with different address |