summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-09-06 15:57:06 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-09-06 15:57:06 -0300
commit3c4613fa7faf053355ee9ed863ea8b4a30cb6b50 (patch)
treed914aca7ad28a9ea2ea0ef1ee7ac9cbf990e7622
parent5437b530ce0572c9aab9111f392a5137721afd43 (diff)
Fold in changes.0.3.2
-rw-r--r--CHANGELOG7
-rw-r--r--changes/bug_3627_listen-only-localhost1
-rw-r--r--changes/bug_3654_signal_unread_when_saved1
-rw-r--r--changes/bug_3662_signal_unread_when_flag_changes1
-rw-r--r--changes/feature-3574_use-dirspec-instead-of-plain-xdg1
-rw-r--r--changes/feature_return-smtp-factory1
6 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 761669f..40446be 100644
--- a/CHANGELOG
+++ b/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/changes/bug_3627_listen-only-localhost b/changes/bug_3627_listen-only-localhost
deleted file mode 100644
index 9376671..0000000
--- a/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/changes/bug_3654_signal_unread_when_saved b/changes/bug_3654_signal_unread_when_saved
deleted file mode 100644
index e8127f5..0000000
--- a/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/changes/bug_3662_signal_unread_when_flag_changes b/changes/bug_3662_signal_unread_when_flag_changes
deleted file mode 100644
index 216c2a9..0000000
--- a/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/changes/feature-3574_use-dirspec-instead-of-plain-xdg b/changes/feature-3574_use-dirspec-instead-of-plain-xdg
deleted file mode 100644
index 9bdc507..0000000
--- a/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/changes/feature_return-smtp-factory b/changes/feature_return-smtp-factory
deleted file mode 100644
index d46cac3..0000000
--- a/changes/feature_return-smtp-factory
+++ /dev/null
@@ -1 +0,0 @@
- o SMTP service invocation returns factory instance.