Skip to content

Commit

Permalink
bump version, update CHANGES (#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Mar 30, 2019
1 parent b515239 commit 8a0abcc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## 2.8.24 - Jan DD, 2019
## 2.8.24 - Mar 12, 2019

### Changes

Expand All @@ -12,15 +12,22 @@
* 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

* Implement SIGTERM graceful shutdown if pid is 1 #2547
* 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

Expand All @@ -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
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.23",
"version": "2.8.24",
"homepage": "http://haraka.github.io",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a0abcc

Please sign in to comment.