summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-04-11 12:03:55 -0500
committerKali Kaneko <kali@leap.se>2014-04-11 12:03:55 -0500
commitea64e4655a27f36df830c6b7dee6f8aeb476dbb4 (patch)
treec4ee95845dc33549a51b140d6a971400fa2e6c2f
parent2b6ed340fd0f2f84431082890857dd5e7de63831 (diff)
parenta344208402294b479f5879e30fd7e5eed82d594a (diff)
Merge remote-tracking branch 'chiiph/bug/improve_changelog_readability' into develop
-rw-r--r--CHANGELOG16
1 files changed, 7 insertions, 9 deletions
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 <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