Skip to content

Commit

Permalink
2017-11-07, Version 6.12.0 'Boron' (LTS)
Browse files Browse the repository at this point in the history
Notable Changes:

Coming Soon

PR-URL: #16263
  • Loading branch information
MylesBorins committed Nov 3, 2017
1 parent a776639 commit 1e14191
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.11.5">6.11.5</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.12.0">6.12.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.5">6.11.5</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.4">6.11.4</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.3">6.11.3</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.2">6.11.2</a><br/>
Expand Down
6 changes: 3 additions & 3 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Print stack traces for process warnings (including deprecations).

### `--redirect-warnings=file`
<!-- YAML
added: REPLACEME
added: v6.12.0
-->

Write process warnings to the given file instead of printing to stderr. The
Expand Down Expand Up @@ -338,7 +338,7 @@ When set to `1`, process warnings are silenced.

### `NODE_OPTIONS=options...`
<!-- YAML
added: REPLACEME
added: v6.12.0
-->

`options...` are interpreted as if they had been specified on the command line
Expand Down Expand Up @@ -438,7 +438,7 @@ OpenSSL, it may cause them to trust the same CAs as node.

### `NODE_REDIRECT_WARNINGS=file`
<!-- YAML
added: REPLACEME
added: v6.12.0
-->

When set, process warnings will be emitted to the given file instead of
Expand Down
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ console.log(sign.sign(privateKey, 'hex'));
<!-- YAML
added: v0.1.92
changes:
- version: REPLACEME
- version: v6.12.0
pr-url: https://github.com/nodejs/node/pull/11705
description: Support for RSASSA-PSS and additional options was added.
-->
Expand Down Expand Up @@ -1005,7 +1005,7 @@ This can be called many times with new data as it is streamed.
<!-- YAML
added: v0.1.92
changes:
- version: REPLACEME
- version: v6.12.0
pr-url: https://github.com/nodejs/node/pull/11705
description: Support for RSASSA-PSS and additional options was added.
-->
Expand Down
Loading

0 comments on commit 1e14191

Please sign in to comment.