summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG16
-rw-r--r--changes/VERSION_COMPAT2
-rw-r--r--changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages1
-rw-r--r--changes/bug_fix-empty-flags1
-rw-r--r--changes/bug_fix-iteration-empty-mailbox1
-rw-r--r--changes/feature_3878_add-preference-to-openpgp-header2
-rw-r--r--changes/feature_4354_add-signature-header-to-incoming-email2
-rw-r--r--changes/feature_4526_add-footer-to-outgoing-email2
-rw-r--r--changes/feature_4606-serialize-soledad-writes2
-rw-r--r--changes/feature_reduce-polling-time1
-rw-r--r--pkg/requirements.pip2
11 files changed, 18 insertions, 14 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f15482c..fea58c8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,19 @@
+0.3.8 Dec 6:
+ o Fail gracefully when failing to decrypt incoming messages. Closes
+ #4589.
+ o Fix a bug when adding a message with empty flags. Closes #4496
+ o Allow to iterate in an empty mailbox during fetch. Closes #4603
+ o Add 'signencrypt' preference to OpenPGP header on outgoing
+ email. Closes #3878.
+ o Add a header to incoming emails that reflects if a valid signature
+ was found when decrypting. Closes #4354.
+ o Add a footer to outgoing email pointing to the address where
+ sender keys can be fetched. Closes #4526.
+ o Serialize Soledad Writes for new messages. Fixes segmentation
+ fault when sqlcipher was been concurrently accessed from many
+ threads. Closes #4606
+ o Set remote mail polling time to 60 seconds. Closes #4499
+
0.3.7 Nov 15:
o Uses deferToThread for sendMail. Closes #3937
o Update pkey to allow multiple accounts. Solves: #4394
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index ec5bde1..032b26a 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -8,4 +8,4 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
-leap.keymanager>=0.3.7
+
diff --git a/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages b/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages
deleted file mode 100644
index d376683..0000000
--- a/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages
+++ /dev/null
@@ -1 +0,0 @@
- o Fail gracefully when failing to decrypt incoming messages. Closes #4589.
diff --git a/changes/bug_fix-empty-flags b/changes/bug_fix-empty-flags
deleted file mode 100644
index a109ef5..0000000
--- a/changes/bug_fix-empty-flags
+++ /dev/null
@@ -1 +0,0 @@
- o Fix a bug when adding a message with empty flags. Closes: #4496
diff --git a/changes/bug_fix-iteration-empty-mailbox b/changes/bug_fix-iteration-empty-mailbox
deleted file mode 100644
index 11dd770..0000000
--- a/changes/bug_fix-iteration-empty-mailbox
+++ /dev/null
@@ -1 +0,0 @@
- o Allow to iterate in an empty mailbox during fetch. Closes: #4603
diff --git a/changes/feature_3878_add-preference-to-openpgp-header b/changes/feature_3878_add-preference-to-openpgp-header
deleted file mode 100644
index 4513bf6..0000000
--- a/changes/feature_3878_add-preference-to-openpgp-header
+++ /dev/null
@@ -1,2 +0,0 @@
- o Add 'signencrypt' preference to OpenPGP header on outgoing email. Closes
- #3878".
diff --git a/changes/feature_4354_add-signature-header-to-incoming-email b/changes/feature_4354_add-signature-header-to-incoming-email
deleted file mode 100644
index 866b68e..0000000
--- a/changes/feature_4354_add-signature-header-to-incoming-email
+++ /dev/null
@@ -1,2 +0,0 @@
- o Add a header to incoming emails that reflects if a valid signature was
- found when decrypting. Closes #4354.
diff --git a/changes/feature_4526_add-footer-to-outgoing-email b/changes/feature_4526_add-footer-to-outgoing-email
deleted file mode 100644
index 60308ad..0000000
--- a/changes/feature_4526_add-footer-to-outgoing-email
+++ /dev/null
@@ -1,2 +0,0 @@
- o Add a footer to outgoing email pointing to the address where sender keys
- can be fetched. Closes #4526.
diff --git a/changes/feature_4606-serialize-soledad-writes b/changes/feature_4606-serialize-soledad-writes
deleted file mode 100644
index 5dfb8ee..0000000
--- a/changes/feature_4606-serialize-soledad-writes
+++ /dev/null
@@ -1,2 +0,0 @@
- o Serialize Soledad Writes for new messages. Fixes segmentation fault when sqlcipher was
- been concurrently accessed from many threads. Closes: #4606
diff --git a/changes/feature_reduce-polling-time b/changes/feature_reduce-polling-time
deleted file mode 100644
index 85badca..0000000
--- a/changes/feature_reduce-polling-time
+++ /dev/null
@@ -1 +0,0 @@
- o Set remote mail polling time to 60 seconds. Closes: #4499
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index 7ed5087..dc0635c 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -1,6 +1,6 @@
zope.interface
leap.soledad.client>=0.3.0
leap.common>=0.3.5
-leap.keymanager>=0.3.4
+leap.keymanager>=0.3.7
twisted # >= 12.0.3 ??
zope.proxy