summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-08-26 18:09:22 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-08-26 18:09:22 -0300
commit945f3a46cadfdd72ac8d0c2e175260cfaa1fd21e (patch)
treee21abb23a536984c8f7f27ce26d65a481e8f5c37 /mail
parent1f32b479c24c28bc367f70a7d6346c42d97041b5 (diff)
[pkg] fold in changes
Diffstat (limited to 'mail')
-rw-r--r--mail/CHANGELOG8
-rw-r--r--mail/changes/bug_7244_fix_nested_multipart1
2 files changed, 8 insertions, 1 deletions
diff --git a/mail/CHANGELOG b/mail/CHANGELOG
index 885871f7..c114f09a 100644
--- a/mail/CHANGELOG
+++ b/mail/CHANGELOG
@@ -1,3 +1,11 @@
+0.4.0rc2 Aug 26, 2015:
+ o Fix nested multipart rendering. Closes: #7244
+ o Bugfix: fix keyerror when inserting msg on pending_inserts dict.
+ o Bugfix: Return the first cdoc if no body found
+ o Feature: add very basic support for message sequence numbers.
+ o Lots of style fixes and tests updates.
+ o Bugfix: fixed syntax error in models.py.
+
0.4.0rc1 Jul 10, 2015:
o Parse OpenPGP header and import keys from it. Closes: #3879.
o Don't add any footer to the emails. Closes: #4692.
diff --git a/mail/changes/bug_7244_fix_nested_multipart b/mail/changes/bug_7244_fix_nested_multipart
deleted file mode 100644
index 2d9cd8d6..00000000
--- a/mail/changes/bug_7244_fix_nested_multipart
+++ /dev/null
@@ -1 +0,0 @@
-- Fix nested multipart rendering. Closes: #7244