summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-04-21 15:55:12 -0300
committerdrebs <drebs@leap.se>2015-04-21 15:55:12 -0300
commit799703cf884191d097eb5d5316fa964e421683fd (patch)
treeb4cf68efe89d4dd5bdf4362a388be6b51c403a9d
parente75f5710b3432460348125503342490fa8555293 (diff)
[pkg] fold in changes0.6.2
Releases: 0.6.2
-rw-r--r--CHANGELOG7
-rw-r--r--changes/bug_6795_reject-mail-if-no-pgp-key-found2
-rw-r--r--changes/bug_6854_fix-bounce-message-recipient1
-rw-r--r--changes/bug_6858_fix-bounces1
-rw-r--r--changes/bug_correctly-return-async-bouncer-deferred1
5 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6f58b5e..c2f3662 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+0.6.2 Apr 21, 2015:
+ o Add PGP key lookup on access check server and reject mail if no PGP key
+ was found for the user. Closes #6795.
+ o Fix bounce message recipient. Closes #6854.
+ o Implement bouncing as per RFCs 6522, 3834 and 3464. Closes #6858.
+ o Correctly return async bouncer deferred.
+
0.6.1 Feb 11, 2015:
o Process unprocessed mail when MX starts (closes #2591).
o Log to syslog. Closes: #6307
diff --git a/changes/bug_6795_reject-mail-if-no-pgp-key-found b/changes/bug_6795_reject-mail-if-no-pgp-key-found
deleted file mode 100644
index 4fb3583..0000000
--- a/changes/bug_6795_reject-mail-if-no-pgp-key-found
+++ /dev/null
@@ -1,2 +0,0 @@
- o Add PGP key lookup on access check server and reject mail if no PGP key
- was found for the user. Closes #6795.
diff --git a/changes/bug_6854_fix-bounce-message-recipient b/changes/bug_6854_fix-bounce-message-recipient
deleted file mode 100644
index 417c894..0000000
--- a/changes/bug_6854_fix-bounce-message-recipient
+++ /dev/null
@@ -1 +0,0 @@
- o Fix bounce message recipient. Closes #6854.
diff --git a/changes/bug_6858_fix-bounces b/changes/bug_6858_fix-bounces
deleted file mode 100644
index 7fb7724..0000000
--- a/changes/bug_6858_fix-bounces
+++ /dev/null
@@ -1 +0,0 @@
- o Implement bouncing as per RFCs 6522, 3834 and 3464. Closes #6858.
diff --git a/changes/bug_correctly-return-async-bouncer-deferred b/changes/bug_correctly-return-async-bouncer-deferred
deleted file mode 100644
index 15d3691..0000000
--- a/changes/bug_correctly-return-async-bouncer-deferred
+++ /dev/null
@@ -1 +0,0 @@
- o Correctly return async bouncer deferred.