diff options
-rw-r--r-- | mail/CHANGELOG | 3 | ||||
-rw-r--r-- | mail/changes/bug_3877_remove-cleartext-mail-from-logs | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/CHANGELOG b/mail/CHANGELOG index 40446be0..fb62efd3 100644 --- a/mail/CHANGELOG +++ b/mail/CHANGELOG @@ -1,3 +1,6 @@ +0.3.3 Sep 20: + o Remove cleartext mail from logs. Closes: #3877. + 0.3.2 Sep 6: o Make mail services bind to 127.0.0.1. Closes: #3627. o Signal unread message to UI when message is saved locally. Closes: #3654. diff --git a/mail/changes/bug_3877_remove-cleartext-mail-from-logs b/mail/changes/bug_3877_remove-cleartext-mail-from-logs deleted file mode 100644 index 957ccf54..00000000 --- a/mail/changes/bug_3877_remove-cleartext-mail-from-logs +++ /dev/null @@ -1 +0,0 @@ - o Removes cleartext mail from logs. Closes: #3877 |