From 9bf679f69934db4d8cc2ff60fd233be9d1d1998d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 9 Apr 2014 15:22:03 -0300 Subject: Improve changelog readability --- CHANGELOG | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 6b24e5b..fc8333b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -0.3.8 Apr 4: +0.3.8 Apr 4, 2014: o Properly raise KeyNotFound exception when looking for keys on nickserver. Fixes #5415. o Do not decode decrypted data, return as str. @@ -6,16 +6,14 @@ o Memoize call to get_key. Closes #4784. o Update auth to interact with webapp v2. Fixes #5120. --- 2014 -- - -0.3.7 Dec 6: +0.3.7 Dec 6, 2013: o Fix error return values on openpgp backend. o Remove address check when sending email and rely in the email client to verify that is correct. Closes #4491. o Support sending encrypted mails to addresses using the '+' sign. o Improve exception names and handling. -0.3.6 Nov 15: +0.3.6 Nov 15, 2013: o Default encoding to 'utf-8' in case of system encodings not set. Closes #4427. o Add verification of detached signatures. Closes #4375. @@ -23,37 +21,37 @@ o Expose openpgp methods in keymanager (parse_ascii_keys, put_key, delete_key). -0.3.5 Nov 1: +0.3.5 Nov 1, 2013: o Return unicode decrypted text to avoid encoding issues. Related to #4000. -0.3.4 Oct 18: +0.3.4 Oct 18, 2013: o Add option to choose cipher and digest algorithms when signing and encrypting. Closes #4030. -0.3.3 Oct 4: +0.3.3 Oct 4, 2013: o Add a sanity check for the correct version of gnupg. o Update code to use gnupg 1.2.2 python module. Closes #2342. -0.3.2 Sep 6: +0.3.2 Sep 6, 2013: o Do not raise exception when a GET request doesn't return 2XX code. Nickserver uses error codes for more verbosity in the result. o Accept unicode ascii keys along with str. -0.3.1 Aug 23: +0.3.1 Aug 23, 2013: o Signal different key related events, like key generation, key upload. o Update to new soledad package scheme (common, client and server). Closes #3487. o Packaging improvements: add versioneer and parse_requirements. -0.3.0 Aug 9: +0.3.0 Aug 9, 2013: o If a nickserver request fails in any way, notify and continue. o Options parameter in gnupg.GPG isn't supported by all versions, so removing it for the time being. o Add support for bundled gpg. Closes #3397. o Refactor API to include encrypt/decrypt/sign/verify in KeyManager. -0.2.0 Jul 12: +0.2.0 Jul 12, 2013: o Move keymanager to its own package -- cgit v1.2.3