summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-11-01 10:56:55 -0300
committerTomás Touceda <chiiph@leap.se>2013-11-01 10:56:55 -0300
commit07e279dbb6540044ae1a657dc9203d6987280469 (patch)
tree359509ab8daa6ac99f957aaa3ebfa62f1d0c5245
parenta3d057708c04d54fe1c3caa8cab2fb55bd592f51 (diff)
Fold in changes
-rw-r--r--CHANGELOG12
-rw-r--r--changes/bug_fix_ret_codes1
-rw-r--r--changes/bug_improve_logging2
-rw-r--r--changes/bug_look_for_charset_first2
-rw-r--r--changes/bug_support_more_than_utf85
5 files changed, 12 insertions, 10 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fcc216e..67ff1e5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+0.3.3 Nov 1:
+ o Fix return codes for check recipient access. Fixes #3356.
+ o Improve logging in general and support possible unicode parameters
+ without breaking.
+ o Try to figure out the encoding of an email first by looking into
+ its header, if that fails then by using chardet.
+ o Support more than utf8 encodings for emails.
+ o Add support for receiving mailing list mails.
+ o Use the uuid that alias_resolver returned and postfix added to the
+ mail headers, which improves performance.
+ o Look for public keys based on uuid instead of mail address.
+
0.3.2 Sep 6:
o Keep file watcher in memory to prevent losing file events.
o Properly save the incoming mail as a doc in couch.
diff --git a/changes/bug_fix_ret_codes b/changes/bug_fix_ret_codes
deleted file mode 100644
index 54778db..0000000
--- a/changes/bug_fix_ret_codes
+++ /dev/null
@@ -1 +0,0 @@
- o Fix return codes for check recipient access. Fixes #3356. \ No newline at end of file
diff --git a/changes/bug_improve_logging b/changes/bug_improve_logging
deleted file mode 100644
index 920c33b..0000000
--- a/changes/bug_improve_logging
+++ /dev/null
@@ -1,2 +0,0 @@
- o Improve logging in general and support possible unicode parameters
- without breaking. \ No newline at end of file
diff --git a/changes/bug_look_for_charset_first b/changes/bug_look_for_charset_first
deleted file mode 100644
index 0ab964a..0000000
--- a/changes/bug_look_for_charset_first
+++ /dev/null
@@ -1,2 +0,0 @@
- o Try to figure out the encoding of an email first by looking into
- its header, if that fails then by using chardet. \ No newline at end of file
diff --git a/changes/bug_support_more_than_utf8 b/changes/bug_support_more_than_utf8
deleted file mode 100644
index 2e467aa..0000000
--- a/changes/bug_support_more_than_utf8
+++ /dev/null
@@ -1,5 +0,0 @@
- o Support more than utf8 encodings for emails.
- o Add support for receiving mailing list mails.
- o Use the uuid that alias_resolver returned and postfix added to the
- mail headers, which improves performance.
- o Look for public keys based on uuid instead of mail address. \ No newline at end of file