Skip to content

Commit

Permalink
Merge pull request #1519 from haraka/release_2.8.7
Browse files Browse the repository at this point in the history
2.8.7 release
  • Loading branch information
baudehlo committed Jun 18, 2016
2 parents e80d1a9 + 33d0509 commit 6f4b3e6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6f4b3e6

Please sign in to comment.