From 6b1c81448f34b844f198bed20c31901617d4f0b5 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 6 Sep 2013 15:57:06 -0300 Subject: Fold in changes. --- mail/CHANGELOG | 7 +++++++ mail/changes/bug_3627_listen-only-localhost | 1 - mail/changes/bug_3654_signal_unread_when_saved | 1 - mail/changes/bug_3662_signal_unread_when_flag_changes | 1 - mail/changes/feature-3574_use-dirspec-instead-of-plain-xdg | 1 - mail/changes/feature_return-smtp-factory | 1 - 6 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 mail/changes/bug_3627_listen-only-localhost delete mode 100644 mail/changes/bug_3654_signal_unread_when_saved delete mode 100644 mail/changes/bug_3662_signal_unread_when_flag_changes delete mode 100644 mail/changes/feature-3574_use-dirspec-instead-of-plain-xdg delete mode 100644 mail/changes/feature_return-smtp-factory (limited to 'mail') diff --git a/mail/CHANGELOG b/mail/CHANGELOG index 761669f..40446be 100644 --- a/mail/CHANGELOG +++ b/mail/CHANGELOG @@ -1,3 +1,10 @@ +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. + o Signal unread to UI when flag in message change. Closes: #3662. + o Use dirspec instead of plain xdg. Closes #3574. + o SMTP service invocation returns factory instance. + 0.3.1 Aug 23: o Avoid logging dummy password on imap server. Closes: #3416 o Do not fail while processing an empty mail, just skip it. Fixes diff --git a/mail/changes/bug_3627_listen-only-localhost b/mail/changes/bug_3627_listen-only-localhost deleted file mode 100644 index 9376671..0000000 --- a/mail/changes/bug_3627_listen-only-localhost +++ /dev/null @@ -1 +0,0 @@ - o Make mail services bind to 127.0.0.1. Closes: #3627 diff --git a/mail/changes/bug_3654_signal_unread_when_saved b/mail/changes/bug_3654_signal_unread_when_saved deleted file mode 100644 index e8127f5..0000000 --- a/mail/changes/bug_3654_signal_unread_when_saved +++ /dev/null @@ -1 +0,0 @@ - o Signal unread message to UI when message is saved locally. Closes: #3654 diff --git a/mail/changes/bug_3662_signal_unread_when_flag_changes b/mail/changes/bug_3662_signal_unread_when_flag_changes deleted file mode 100644 index 216c2a9..0000000 --- a/mail/changes/bug_3662_signal_unread_when_flag_changes +++ /dev/null @@ -1 +0,0 @@ - o Signal unread to UI when flag in message change. Closes: #3662 diff --git a/mail/changes/feature-3574_use-dirspec-instead-of-plain-xdg b/mail/changes/feature-3574_use-dirspec-instead-of-plain-xdg deleted file mode 100644 index 9bdc507..0000000 --- a/mail/changes/feature-3574_use-dirspec-instead-of-plain-xdg +++ /dev/null @@ -1 +0,0 @@ - o Use dirspec instead of plain xdg. Closes #3574. diff --git a/mail/changes/feature_return-smtp-factory b/mail/changes/feature_return-smtp-factory deleted file mode 100644 index d46cac3..0000000 --- a/mail/changes/feature_return-smtp-factory +++ /dev/null @@ -1 +0,0 @@ - o SMTP service invocation returns factory instance. -- cgit v1.2.3