Skip to content

Commit

Permalink
update Changes (#1749)
Browse files Browse the repository at this point in the history
* update Changes

* version bumps

* update generic-pool to 2.5.0 (might help #1533)

* update Changes
  • Loading branch information
msimerson committed Jan 3, 2017
1 parent 2eae407 commit 22d5fbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
2.8.12 - Jan NN, 2017

* Changes
* plugin/karma -> npm packaged haraka-plugin-karma
* plugin/karma -> npm packaged haraka-plugin-karma #1747
* update generic-pool 2.4.2 -> 2.5.0
* New Features
* Added option to bypass SpamAssassin headers' merge #1745
* Improvements
* reduce severity of debug message #1744
* fix misleading entries in config/tls.ini #1734
* Misc. performance improvements #1738
* set tls.sessionIdContext property (for Thunderbird compat) #1740
* Bug Fixes
* Swap lines to avoid clobbering response array #1743


2.8.11 - Nov 24, 2016
Expand Down
6 changes: 3 additions & 3 deletions 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.11",
"version": "2.8.12",
"homepage": "http://haraka.github.io",
"repository": {
"type": "git",
Expand All @@ -19,11 +19,11 @@
"address-rfc2822" : "*",
"async" : "~2.1.2",
"daemon" : "~1.1.0",
"generic-pool" : "~2.4.2",
"generic-pool" : "~2.5.0",
"iconv" : "~2.2.0",
"ipaddr.js" : "~1.2.0",
"js-yaml" : "~3.7.0",
"nopt" : "~3.0.4",
"nopt" : "~4.0.1",
"npid" : "~0.4.0",
"semver" : "~5.0.3",
"sprintf-js" : "~1.0.3",
Expand Down

0 comments on commit 22d5fbb

Please sign in to comment.