2016-03-31, Version v4.4.2 'Argon' (LTS) v4.4.2
authorMyles Borins <mborins@us.ibm.com>
Wed, 30 Mar 2016 20:30:51 +0000 (13:30 -0700)
committerMyles Borins <mborins@us.ibm.com>
Thu, 31 Mar 2016 23:20:56 +0000 (16:20 -0700)
commit9ef4b1b140ce25e8178f7dfe2e637b8bd5483963
tree231e7248e82a21152c5fc6447996bdac5c058dff
parent8d86d232e7ba3c5ca626ed4712cf37c3b4fd0370
2016-03-31, Version v4.4.2 'Argon' (LTS)

Notable Changes

* https:
  - Under certain conditions ssl sockets may have been causing a memory
  leak when keepalive is enabled. This is no longer the case.
    - (Alexander Penev) https://github.com/nodejs/node/pull/5713

* lib:
  - The way that we were internally passing arguments was causing a
  potential leak. By copying the arguments into an array we can avoid this
    - (Nathan Woltman) https://github.com/nodejs/node/pull/4361

* npm:
  - Upgrade to v2.15.1. Fixes a security flaw in the use of authentication
  tokens in HTTP requests that would allow an attacker to set up a server
  that could collect tokens from users of the command-line interface.
  Authentication tokens have previously been sent with every request made
  by the CLI for logged-in users, regardless of the destination of the
  request. This update fixes this by only including those tokens for
  requests made against the registry or registries used for the current
  install. (Forrest L Norvell)

* repl:
  - Previously if you were using the repl in strict mode the column number
  would be wrong in a stack trace. This is no longer an issue.
    - (Prince J Wesley) https://github.com/nodejs/node/pull/5416

PR-URL: https://github.com/nodejs/node/pull/5961
CHANGELOG.md
src/node_version.h