Skip to content

Commit

Permalink
update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Oct 20, 2016
1 parent 1faf775 commit 8e036f5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,22 +1,34 @@
2.8.10 - Oct 1?, 2016
2.8.10 - Oct 20, 2016

* Changes
* use standard npm syntax for lint and tests #1646
* remove ./net_utils to haraka-net-utils #1644
* remove incorrect and unused spf.hello_host #1635
* remove rogue DENYSOFT copy-pasta error #1634
* update async to v2 #1545
* remove plugin/dir support from base haraka #1668
* use node_modules_dir support instead
* use TLSSocket instead of createSecurePair #1672
* refactor plugins/tls #1670
* moved watch plugin to npm as haraka-plugin-watch #1657
* normalize proxy properties #1650

* New Features
* added connection.remote.is_private boolean #1648
* added additional TLS options (@typingArtist) #1651
* added wildcard boolean support to config loader #1680
* tls: allow multiple key and cert parameters for RSA+ECDSA #1663
* permit specifying haraka plugins w/o haraka-plugin- prefix #1645
* in config/plugins and resultstore

* Improvements
* connection.geoip replaced by haraka-plugin-geoip #1645
* connection.asn replaced by haraka-plugin-asn #1645
* permit specifying npm packaged plugins w/o haraka-plugin prefix #1647
* normalized connection properties #1547, #1577
* Rspamd: fix spambar for negative scores #1630
* set connection.remote.is_private early
* replace calls to net_utils with remote.is_private test

* Bug Fixes
* Tidy-up graceful shutdown and fix for non-cluster mode #1639
Expand All @@ -25,6 +37,8 @@
* Minor DKIM fix #1642
* do not set TLS timer if timeout=0 #1632
* do not overwrite config/host_list on install #1637
* correct smtp_forward cfg for multiple rcpts #1680
* fix TLS timeout errors #1665


2.8.9 - Oct 02, 2016
Expand Down

0 comments on commit 8e036f5

Please sign in to comment.