From 4b7fb5c66caf1e76f6ecc394f8c0fd90dfff60f8 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 1 Feb 2017 16:15:42 -0800 Subject: [PATCH] release 2.8.13 --- Changes | 32 ++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index e909be579..384e06b95 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,36 @@ -2.8.13 - Jan , 2017 +2.8.13 - Feb 03, 2017 * Changes - * plugin/limit -> npm packaged haraka-plugin-limit - * plugin/rate_limit: folded into haraka-plugin-limit + * new [haraka-plugin-limit](https://github.com/haraka/haraka-plugin-limit) #1785 + * replaces plugin/limit, plugin/rate_limit, and haraka-plugin-outbound-rate-limit + * p0f: skip on private IPs (normally empty) #1758 + * spf: skip for outbound when context != myself #1763 + * redis: plugins using redis can inherit redis config #1777 + * redis: replace plugins/redis with haraka-plugin-redis #1786 + * lint: require space before function declaration #1784 + * lint: added eslint:recommended #1790 + * logger: remove logger.colorize code for legacy node versions * New Features + * redis: add `redis_subscribe_pattern()` #1766 + * queue/discard: add ENV that permits discarding #1791 * Improvements + * rspamd: improve response parsing #1770 + * restore Windows testing to working state #1755 + * elasticsearch: use UTC dates for index creation #1771 + * tls: fix dhparam usage example syntax #1774 + * typo: logerr -> logerror #1776 + * when generating long DKIM keys, include a BIND compatible folded key #1775 + * in haraka-test-fixtures, access results via fixtures.results #1783 + * integration test: end to end server testing #1791 * Bug Fixes + * spf: restore functionality for relay context=myself #1759 + * rate_limit:if incr creates a new record, assure it has a TTL #1781 + * tls: do not create a top level secureContext #1787 + * dnswl: swap lines to fix missing inherited methods #1793 + * dnswl: fix config loader callback syntax #1794 + * tests/plugins: unset process.env.HARAKA to avoid side effects that interfere with other tests + * remove auth_flat_file sample auth user #1796 2.8.12 - Jan 03, 2017 @@ -117,7 +141,7 @@ * Catch errors on header decode in rfc2231 #1599 * Attachment plugin updates (#1606) * add outbound.ini pool_timeout example setting #1584 - + * Bug Fixes * Fixed some small documentation issues. #1573, #1616, #1612 * Fixed AUTH PLAIN when it spreads over two lines. #1550 diff --git a/package.json b/package.json index 0e7cb2d5d..a677c71f6 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.12", + "version": "2.8.13", "homepage": "http://haraka.github.io", "repository": { "type": "git",