summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-02-11 12:17:52 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-02-11 12:24:50 -0300
commitb5ed3e4db16c8e3856b5c45409807d8f58cd957a (patch)
treea1300321b2668f590cac5f3f553fba5defce7e36
parentde95cc2fc21756c1b021723f49e846298e3b38a2 (diff)
Fold in changes0.6.1
-rw-r--r--CHANGELOG5
-rw-r--r--changes/bug_6687_log-and-retry-when-watched-dirs-dont-exist1
-rw-r--r--changes/feature_2591_process-unprocessed-mail-when-mx-starts1
-rw-r--r--changes/feature_6307-log-to-syslog1
4 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 87f6ef1..6f58b5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.6.1 Feb 11, 2015:
+ o Process unprocessed mail when MX starts (closes #2591).
+ o Log to syslog. Closes: #6307
+ o MX log and retry when delivery directories don't exist. Closes #6687.
+
0.6.0 Sept 26, 2014:
o Bounce mails when there's a problematic situation for an email,
such as no public key. Fixes #4803.
diff --git a/changes/bug_6687_log-and-retry-when-watched-dirs-dont-exist b/changes/bug_6687_log-and-retry-when-watched-dirs-dont-exist
deleted file mode 100644
index bddba01..0000000
--- a/changes/bug_6687_log-and-retry-when-watched-dirs-dont-exist
+++ /dev/null
@@ -1 +0,0 @@
- o MX log and retry when delivery directories don't exist. Closes #6687.
diff --git a/changes/feature_2591_process-unprocessed-mail-when-mx-starts b/changes/feature_2591_process-unprocessed-mail-when-mx-starts
deleted file mode 100644
index fd5ceb0..0000000
--- a/changes/feature_2591_process-unprocessed-mail-when-mx-starts
+++ /dev/null
@@ -1 +0,0 @@
-o Process unprocessed mail when MX starts (closes #2591).
diff --git a/changes/feature_6307-log-to-syslog b/changes/feature_6307-log-to-syslog
deleted file mode 100644
index a557fd9..0000000
--- a/changes/feature_6307-log-to-syslog
+++ /dev/null
@@ -1 +0,0 @@
-o Log to syslog. Closes: #6307