diff --git a/Changes b/Changes index 8496119af..852c7cc6b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,22 @@ +2.8.7 - Jun 18, 2016 + +* Changes + * Fix geoip test + +* Improvements + * Allow alias plugin to explode to a list of aliases + * Support IPv6 literals in HELO tests (#1507 thanks @gramakri) + * Make ldap plugin use the modified address if a rcpt hook + changes it (#1501 thanks @darkpixel) + +* Bug Fixes + * Fix loading plugins as npm modules (#1513) + * More DKIM fixes (#1506 thanks @zllovesuki) + * Fix the long failing host-pool-timer test (#1508) + * Fix clean shutdown of redis with new shutdown code + (#1504 and #1502 thanks @darkpixel) + * More fixes to clean shutdown (#1503) + 2.8.6 - Jun 06, 2016 * Bug Fixes diff --git a/package.json b/package.json index 0863741a3..36b95de07 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "description": "An SMTP Server project.", "keywords": [ "haraka", "smtp", "server", "email" ], - "version": "2.8.6", + "version": "2.8.7", "homepage": "http://haraka.github.io", "repository": { "type": "git",