summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-18 11:54:06 -0400
committerKali Kaneko <kali@leap.se>2016-04-18 11:54:06 -0400
commit492995d56d3a7064abe7001fa6f56b1d9cb3b802 (patch)
treefea16d104b10dfc993079b763e7bbc64da37ed81
parentec0183a792223e6acd8343beb0e5ba1bf3df43b1 (diff)
parentd6f260f85f8464c6db6b9e158ecc85cfc02761ac (diff)
Merge tag '0.4.1' into develop
Tag version 0.4.1
-rw-r--r--CHANGELOG.rst28
-rw-r--r--HISTORY (renamed from CHANGELOG)0
-rw-r--r--pkg/requirements-leap.pip6
3 files changed, 31 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..af315ed
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,28 @@
+0.4.1 - 18 Apr, 2016
++++++++++++++++++++++
+
+Features
+~~~~~~~~
+- `#7656 <https://leap.se/code/issues/7656>`_: Emit multi-user aware events.
+- `#4008 <https://leap.se/code/issues/4008>`_: Add token-based authentication to local IMAP/SMTP services.
+- `#7889 <https://leap.se/code/issues/7889>`_: Use cryptography instead of pycryptopp to reduce dependencies.
+- `#7263 <https://leap.se/code/issues/7263>`_: Implement local bounces to notify user of SMTP delivery errors.
+- Use twisted.cred to authenticate IMAP/SMTP users.
+- Verify plain text signed email.
+- Validate signature with attachments.
+- Use fingerprint instead of key_id to address keys.
+
+
+Bugfixes
+~~~~~~~~
+- `#7861 <https://leap.se/code/issues/7861>`_: Use the right succeed function for passthrough encrypted email.
+- `#7898 <https://leap.se/code/issues/7898>`_: Fix IMAP fetch headers
+- `#7977 <https://leap.se/code/issues/7977>`_: Decode attached keys so they are recognized by keymanager.
+- `#7952 <https://leap.se/code/issues/7952>`_: Specify openssl backend explicitely.
+- Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly).
+- Let the inbox used in IncomingMail notify any subscribed Mailbox.
+- Adds user_id to Account (fixes Pixelated mail leakage).
+
+Misc
+~~~~
+- Change IMAPAccount signature, for consistency with a previous Account change.
diff --git a/CHANGELOG b/HISTORY
index 6ca54e7..6ca54e7 100644
--- a/CHANGELOG
+++ b/HISTORY
diff --git a/pkg/requirements-leap.pip b/pkg/requirements-leap.pip
index feb9f37..134b783 100644
--- a/pkg/requirements-leap.pip
+++ b/pkg/requirements-leap.pip
@@ -1,3 +1,3 @@
-leap.common>=0.4.3
-leap.soledad.client>=0.7.0
-leap.keymanager>=0.4.0
+leap.common>=0.5.1
+leap.soledad.client>=0.8.0
+leap.keymanager>=0.5.0