Skip to content

Commit a1c91ec

Browse files
committed
2017-01-31, Version 7.5.0 (Current)
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
1 parent 54fef67 commit a1c91ec

File tree

3 files changed

+323
-4
lines changed

3 files changed

+323
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ release.
2828
</tr>
2929
<tr>
3030
<td valign="top">
31-
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.4.0">7.4.0</a></b><br/>
31+
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.5.0">7.5.0</a></b><br/>
32+
<a href="doc/changelogs/CHANGELOG_V7.md#7.4.0">7.4.0</a><br/>
3233
<a href="doc/changelogs/CHANGELOG_V7.md#7.3.0">7.3.0</a><br/>
3334
<a href="doc/changelogs/CHANGELOG_V7.md#7.2.1">7.2.1</a><br/>
3435
<a href="doc/changelogs/CHANGELOG_V7.md#7.2.0">7.2.0</a><br/>

doc/api/cli.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ used to enable FIPS-compliant crypto if Node.js is built with
269269

270270
### `--use-openssl-ca`, `--use-bundled-ca`
271271
<!-- YAML
272-
added: REPLACEME
272+
added: v7.5.0
273273
-->
274274

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

296296
### `--`
297297
<!-- YAML
298-
added: REPLACEME
298+
added: v7.5.0
299299
-->
300300

301301
Indicate the end of node options. Pass the rest of the arguments to the script.
@@ -340,7 +340,7 @@ with small-icu support.
340340

341341
### `NODE_NO_WARNINGS=1`
342342
<!-- YAML
343-
added: REPLACEME
343+
added: v7.5.0
344344
-->
345345

346346
When set to `1`, process warnings are silenced.

0 commit comments

Comments
 (0)