summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-12-06 15:48:05 -0300
committerTomás Touceda <chiiph@leap.se>2013-12-06 15:48:05 -0300
commit037a5c59f36a711d7588eab06810a9ffdf2474b0 (patch)
tree1601c24e2cd0d390532727a1206cffd189d01b8f
parent5e461b68cf0c8d50df8a58e6214b06569e79e3a1 (diff)
Fold in changes
-rw-r--r--CHANGELOG16
-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
9 files changed, 16 insertions, 12 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/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