From fd0cb3bce4314b3fae855f70762c5a76c120dc8d Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 20 Jul 2016 16:07:02 -0700 Subject: [PATCH] update package.json (#1543) * update package.json * updated Changes * updated dep versions * revert maxmind version update --- Changes | 18 ++++++++++++++++++ package.json | 6 +++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 852c7cc6b..8c438699d 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/package.json b/package.json index 36b95de07..0b47e77a0 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.7", + "version": "2.8.8", "homepage": "http://haraka.github.io", "repository": { "type": "git", @@ -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", @@ -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" },