From a344208402294b479f5879e30fd7e5eed82d594a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 9 Apr 2014 15:28:44 -0300 Subject: Improve changelog readability --- CHANGELOG | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 04833b4..7afe32a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,21 +1,19 @@ -0.3.6 Apr 4: +0.5.0 Apr 4, 2014: o Use CouchDocument to comply with new Soledad couch backend. Fixes #4475. o Some emails are multipart and each part has its own encoding. --- 2014 -- - -0.3.5 Dec 10: +0.3.5 Dec 10, 2013: o Add X-Leap-Provenance header. Closes #4356. o Add tester script to ease testing problematic emails offline. -0.3.4 Nov 15: +0.3.4 Nov 15, 2013: o Some mail may be skipped at processing because of possible problems (like connectivity issues to our couch nodes), MX now looks for unprocessed mails every half hour and tries to process them. Fixes #3628. -0.3.3 Nov 1: +0.3.3 Nov 1, 2013: o Fix return codes for check recipient access. Fixes #3356. o Improve logging in general and support possible unicode parameters without breaking. @@ -27,19 +25,19 @@ mail headers, which improves performance. o Look for public keys based on uuid instead of mail address. -0.3.2 Sep 6: +0.3.2 Sep 6, 2013: o Keep file watcher in memory to prevent losing file events. o Properly save the incoming mail as a doc in couch. o Properly parse mail address of the form "Name ". Fixes #3653. -0.3.1 Aug 23: +0.3.1 Aug 23, 2013: o Migrate mx functions to work on the new couchdb structure and views. Fixes #3502. o Update to new soledad package scheme (common, client and server). Closes #3487. o Add versioneer. -0.3.0 Aug 9: +0.3.0 Aug 9, 2013: o Give a return code for bare usernames too. Closes: #3405 o Adapt to Soledad 0.2.1 API. o Fix broken pip install -- cgit v1.2.3 From 78e8f04076c4f915b8fbdad037a863487580da5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 26 Sep 2014 10:20:31 -0300 Subject: Fold in changes --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 7afe32a..87f6ef1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +0.6.0 Sept 26, 2014: + o Bounce mails when there's a problematic situation for an email, + such as no public key. Fixes #4803. + o Properly log tracebacks for exceptions occuring in the mail + processing loop. + o Add errdecr key defaulting to each mail Soledad Document. Closes + #6072. + o Any inconsistent user would make the mx stop decrypting mails for + all subsequent users. + 0.5.0 Apr 4, 2014: o Use CouchDocument to comply with new Soledad couch backend. Fixes #4475. -- cgit v1.2.3