Proposal - 7.6.0 (Current) by italoacasas · Pull Request #11185 · nodejs/node

and others added 2 commits

February 1, 2017 19:49
PR-URL: #11045
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Currently, the example throws 'Error: getHostByAddr ENOTFOUND'
The previous example is edited for consistency.

PR-URL: #11022
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>

@nodejs-github-bot nodejs-github-bot added build

Issues and PRs related to build files or the CI.

c++

Issues and PRs that require attention from people who are familiar with C++.

doc

Issues and PRs related to the documentations.

dont-land-on-v4.x lib / src

Issues and PRs related to general changes in the lib or src directory.

whatwg-url

Issues and PRs related to the WHATWG URL implementation.

labels

Feb 5, 2017

@italoacasas italoacasas removed build

Issues and PRs related to build files or the CI.

c++

Issues and PRs that require attention from people who are familiar with C++.

doc

Issues and PRs related to the documentations.

dont-land-on-v4.x lib / src

Issues and PRs related to general changes in the lib or src directory.

whatwg-url

Issues and PRs related to the WHATWG URL implementation.

labels

Feb 5, 2017
Notable changes:

* deps:
    * update V8 to 5.5 (Michaël Zasso) [#11029](#11029)
    * upgrade libuv to 1.11.0 (cjihrig) [#11094](#11094)
    * add node-inspect 1.10.4 (Jan Krems) [#10187](#10187)
    * upgrade zlib to 1.2.11 (Sam Roberts) [#10980](#10980)
* lib: build `node inspect` into `node` (Anna Henningsen) [#10187](#10187)
* crypto: Remove expired certs from CNNIC whitelist (Shigeki Ohtsu) [#9469](#9469)
* inspector: add --inspect-brk (Josh Gavant) [#11149](#11149)
* fs: allow WHATWG URL objects as paths (James M Snell) [#10739](#10739)
* src: support UTF-8 in compiled-in JS source files (Ben Noordhuis) [#11129](#11129)
* url: extend url.format to support WHATWG URL (James M Snell) [#10857](#10857)

PR-URL: #11185

italoacasas pushed a commit that referenced this pull request

Feb 22, 2017

italoacasas pushed a commit to italoacasas/node that referenced this pull request

Feb 22, 2017

MylesBorins pushed a commit to nodejs/nodejs.org that referenced this pull request

Feb 22, 2017

italoacasas pushed a commit to italoacasas/nodejs.org that referenced this pull request

Feb 22, 2017

MylesBorins pushed a commit to nodejs/nodejs.org that referenced this pull request

Feb 22, 2017

imyller added a commit to imyller/meta-nodejs that referenced this pull request

Mar 2, 2017

@imyller