Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.10.0 Release Proposal #5970

Closed
wants to merge 1 commit into from
Closed

v5.10.0 Release Proposal #5970

wants to merge 1 commit into from

Commits on Mar 31, 2016

  1. 2016-03-31 Version 5.10.0 (Stable) Release

    Notable changes:
    
    * buffer:
      * make byteLength work with ArrayBuffer & DataView (Jackson Tian)
    [#5255](#5255)
      * backport --zero-fill-buffers command line option (James M Snell)
    [#5744](#5744)
      * backport new buffer constructor APIs (James M Snell)
    [#5763](#5763)
      * add swap16() and swap32() methods (James M Snell)
    [#5724](#5724)
    * fs: add the fs.mkdtemp() function. (Florian MARGAINE)
    [#5333](#5333)
    * net: emit host in lookup event (HUANG Wei)
    [#5598](#5598)
    * node: --no-browser-globals configure flag (Fedor Indutny)
    [#5853](#5853)
    * npm: Upgrade to v3.8.3. 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)
    [npm#6](npm#6)
    * repl: support standalone blocks (Prince J Wesley)
    [#5581](#5581)
    * src: override v8 thread defaults using cli options (Tom Gallacher)
    [#4344](#4344)
    evanlucas committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    1bb2c4b View commit details
    Browse the repository at this point in the history