Skip to content

Commit

Permalink
2017-01-31, Version 7.5.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

* crypto:
  * ability to select cert store at runtime (Adam Majer) #8334
  * Use system CAs instead of using bundled ones (Adam Majer) #8334
* deps:
  * upgrade npm to 4.1.2 (Kat Marchán) #11020
  * upgrade openssl sources to 1.0.2k (Shigeki Ohtsu) #11021
* doc: add basic documentation for WHATWG URL API (James M Snell) #10620
* process: add NODE_NO_WARNINGS environment variable (cjihrig) #10842
* url: allow use of URL with http.request and https.request (James M Snell) #10638

PR-URL: #11062
  • Loading branch information
evanlucas committed Jan 31, 2017
1 parent cfc4c62 commit a34f1d6
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.4.0">7.4.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.5.0">7.5.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.4.0">7.4.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.3.0">7.3.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.2.1">7.2.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.2.0">7.2.0</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 @@ -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: v7.5.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: v7.5.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: v7.5.0
-->

When set to `1`, process warnings are silenced.
Expand Down

0 comments on commit a34f1d6

Please sign in to comment.