summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG26
1 files changed, 17 insertions, 9 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 04833b4..87f6ef1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,21 +1,29 @@
-0.3.6 Apr 4:
+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.
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 +35,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 <user@domain>". 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