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

Propose v5.1.0 #3736

Merged
merged 2 commits into from
Nov 17, 2015
Merged

Propose v5.1.0 #3736

merged 2 commits into from
Nov 17, 2015

Commits on Nov 17, 2015

  1. 2015-11-17, Version 5.1.0 (Stable)

    Notable changes:
    
    * **child_process**: child.send() now properly returns a boolean like
    the docs suggest (Rich Trott) nodejs#3577.
    * **http_parser**: update http-parser to 2.6.0 from 2.5.0 (James M
    Snell) nodejs#3569.
      - Now supports the following HTTP methods: `LINK`, `UNLINK`, `BIND`,
    `REBIND`, `UNBIND`.
      - Also added ACL and IPv6 Zone ID support.
    * **npm**: upgrade npm to 3.3.12 from v3.3.6 (Rebecca Turner)
    nodejs#3685.
      - See the release notes for
        https://github.com/npm/npm/releases/tag/v3.3.7,
        https://github.com/npm/npm/releases/tag/v3.3.8,
        https://github.com/npm/npm/releases/tag/v3.3.9,
        https://github.com/npm/npm/releases/tag/v3.3.10,
        https://github.com/npm/npm/releases/tag/v3.3.11, and
        https://github.com/npm/npm/releases/tag/v3.3.12 for more details.
    * **repl**: The REPL no longer crashes if the persistent history file
    cannot be opened (Evan Lucas) nodejs#3630.
    
    PR-URL: nodejs#3736
    Fishrock123 committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    335077f View commit details
    Browse the repository at this point in the history
  2. Working on v5.1.1

    PR-URL: nodejs#3736
    Fishrock123 committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    e93eed3 View commit details
    Browse the repository at this point in the history