Skip to content

Commit

Permalink
update package.json (#1543)
Browse files Browse the repository at this point in the history
* update package.json

* updated Changes

* updated dep versions

* revert maxmind version update
  • Loading branch information
msimerson authored Jul 20, 2016
1 parent 6650577 commit fd0cb3b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@

2.8.8 - Jul 20, 2016

* Changes
* removed UPGRADE.doc to [wiki](https://github.com/haraka/Haraka/wiki/Upgrade-Haraka)

* Improvements
* support + wildcard in aliases plugin #1531
* Support dkim_sign with outbound.send_email() #1512
* spf: always check remote IP, then public IP if != pass #1528
* spf: diplay IP used for SPF eval #1528

* Bug Fixes
* handle missing wss section in http.ini #1542
* fix leak on socket write error #1541
* add results property to outbound transaction #1535
* don't unref unref'd wss server #1521

2.8.7 - Jun 18, 2016

* Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.7",
"version": "2.8.8",
"homepage": "http://haraka.github.io",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"daemon" : "~1.1.0",
"generic-pool" : "~2.4.1",
"iconv" : "~2.2.0",
"ipaddr.js" : "~1.1.0",
"ipaddr.js" : "~1.2.0",
"js-yaml" : "~3.6.1",
"nopt" : "~3.0.4",
"npid" : "~0.4.0",
Expand All @@ -36,7 +36,7 @@
"ldapjs" : "~1.0.0",
"maxmind" : "0.6",
"modern-syslog" : "~1.1.1",
"redis" : "~2.5.3",
"redis" : "~2.6.2",
"tmp" : "~0.0.28",
"vs-stun" : "~0.0.7"
},
Expand Down

0 comments on commit fd0cb3b

Please sign in to comment.