diff options
-rw-r--r-- | mail/CHANGELOG | 4 | ||||
-rw-r--r-- | mail/changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | mail/changes/bug_donot_log_mail_docs | 1 | ||||
-rw-r--r-- | mail/changes/feature_4029-comply-with-rfc3159 | 1 | ||||
-rw-r--r-- | mail/pkg/requirements.pip | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/mail/CHANGELOG b/mail/CHANGELOG index 45f1a7f..319fda5 100644 --- a/mail/CHANGELOG +++ b/mail/CHANGELOG @@ -1,3 +1,7 @@ +0.3.5 Oct 18: + o Do not log mail doc contents. + o Comply with RFC 3156. Closes #4029. + 0.3.4 Oct 4: o Improve charset handling when exposing mails to the mail client. Related to #3660. diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index db38edc..cc00ecf 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,4 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.keymanager>=0.3.4 diff --git a/mail/changes/bug_donot_log_mail_docs b/mail/changes/bug_donot_log_mail_docs deleted file mode 100644 index 5619d8a..0000000 --- a/mail/changes/bug_donot_log_mail_docs +++ /dev/null @@ -1 +0,0 @@ - o Do not log mail doc contents.
\ No newline at end of file diff --git a/mail/changes/feature_4029-comply-with-rfc3159 b/mail/changes/feature_4029-comply-with-rfc3159 deleted file mode 100644 index c2c32af..0000000 --- a/mail/changes/feature_4029-comply-with-rfc3159 +++ /dev/null @@ -1 +0,0 @@ - o Comply with RFC 3156. Closes #4029. diff --git a/mail/pkg/requirements.pip b/mail/pkg/requirements.pip index 13d8b6a..6fa0df4 100644 --- a/mail/pkg/requirements.pip +++ b/mail/pkg/requirements.pip @@ -1,4 +1,4 @@ leap.soledad.client>=0.3.0 leap.common>=0.3.0 -leap.keymanager>=0.3.0 +leap.keymanager>=0.3.4 twisted # >= 12.0.3 ?? |