diff --git a/Changes.md b/Changes.md index 0d5a0a314..da470bbd2 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,5 @@ -## 2.8.24 - Jan DD, 2019 +## 2.8.24 - Mar 12, 2019 ### Changes @@ -12,6 +12,13 @@ * smtp_client: pass pool_timeout to new SMTPClient #2574 * server: default to nodes=1 (was undefined) #2573 * test/server: use IPv4 127.0.0.1 instead of localhost #2584 +* queue/smtp_*: add v3 upgrade notice and config setting #2585 +* spf: use the skip config for helo/ehlo checks #2587 +* spf: avoid 2nd EHLO evaluation if EHLO host is identical #2592 +* queue.js refactoring #2593 +* Log dkim_sign parse errors with connection ID #2596 +* Update ipaddr.js to the latest version #2599 +* make inactivity timeout match docs #2607 ### New Features @@ -19,8 +26,8 @@ * tls: require validated certs on some ports with requireAuthorized #2554 * spamassassin: disable checks when requested #2564 * clamd: permit skipping for relay clients #2564 -* outbound: exported outbound.temp_fail_queue, outbound.delivery_queue and add TimerQueue.discard() -* status plugin #2577 +* outbound: exported outbound.temp_fail_queue, outbound.delivery_queue and add TimerQueue.discard() +* status: new plugin #2577 ### Fixes @@ -29,7 +36,10 @@ * invalid DKIM when empty body #2410 * prevent running callback multiple times on TLS unix socket #2509 * add missing callback when listing queue and empty directory -* correct MIME parsing when charset: utf8 and encoding: 8bit #2548 +* correct MIME parsing when charset: utf8 and encoding: 8bit #2582 +* spamassassin: default check flags to true #2583 +* smtp_client: destroy when connection gets conn timeout error #2604 +* on error and timeout, remove listeners and destroy conn. #2606 ## 2.8.23 - Nov 18, 2018 diff --git a/package.json b/package.json index 15e58e8a6..fdca3345e 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.23", + "version": "2.8.24", "homepage": "http://haraka.github.io", "repository": { "type": "git",