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 /CHANGELOG | |
parent | 9e17e1ab4d7dd469860e10311796b4ada7b425ae (diff) |
[pkg] fold in changes0.4.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 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. |