Skip to content

Commit

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

Coming Soon

PR-URL: #13059
  • Loading branch information
MylesBorins committed May 18, 2017
1 parent b09f738 commit 1892149
Show file tree
Hide file tree
Showing 4 changed files with 146 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.10.3">6.10.3</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.11.0">6.11.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.10.3">6.10.3</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.10.2">6.10.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.10.1">6.10.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.10.0">6.10.0</a><br/>
Expand Down
8 changes: 4 additions & 4 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ used to enable FIPS-compliant crypto if Node.js is built with

### `--use-openssl-ca`, `--use-bundled-ca`
<!-- YAML
added: REPLACEME
added: v6.11.0
-->

Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
Expand All @@ -271,7 +271,7 @@ Specify ICU data load path. (overrides `NODE_ICU_DATA`)

### `--`
<!-- YAML
added: REPLACEME
added: v6.11.0
-->

Indicate the end of node options. Pass the rest of the arguments to the script.
Expand Down Expand Up @@ -316,7 +316,7 @@ with small-icu support.

### `NODE_NO_WARNINGS=1`
<!-- YAML
added: REPLACEME
added: v6.11.0
-->

When set to `1`, process warnings are silenced.
Expand Down Expand Up @@ -354,7 +354,7 @@ options property is explicitly specified for a TLS or HTTPS client or server.

### `OPENSSL_CONF=file`
<!-- YAML
added: REPLACEME
added: v6.11.0
-->

Load an OpenSSL configuration file on startup. Among other uses, this can be
Expand Down
Loading

0 comments on commit 1892149

Please sign in to comment.