diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-10-18 09:21:23 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-10-18 09:21:23 -0300 |
commit | bc836f3d3f82ff9b564ec60fc85895b93a8a7779 (patch) | |
tree | d2edab29baf1b0b906801036660836dcb39459cd | |
parent | a6b2bef33ff74a6668ec94a5c5bec4651818ebd2 (diff) |
Fold in changes and update dependencies
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | changes/VERSION_COMPAT | 1 | ||||
-rw-r--r-- | changes/bug_donot_log_mail_docs | 1 | ||||
-rw-r--r-- | changes/feature_4029-comply-with-rfc3159 | 1 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
5 files changed, 5 insertions, 4 deletions
@@ -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/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index db38edc..cc00ecf 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,4 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.keymanager>=0.3.4 diff --git a/changes/bug_donot_log_mail_docs b/changes/bug_donot_log_mail_docs deleted file mode 100644 index 5619d8a..0000000 --- a/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/changes/feature_4029-comply-with-rfc3159 b/changes/feature_4029-comply-with-rfc3159 deleted file mode 100644 index c2c32af..0000000 --- a/changes/feature_4029-comply-with-rfc3159 +++ /dev/null @@ -1 +0,0 @@ - o Comply with RFC 3156. Closes #4029. diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 13d8b6a..6fa0df4 100644 --- a/pkg/requirements.pip +++ b/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 ?? |