Skip to content

Commit a34f1d6

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 cfc4c62 commit a34f1d6

File tree

4 files changed

+326
-7
lines changed

4 files changed

+326
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ used to enable FIPS-compliant crypto if Node.js is built with
245245

246246
### `--use-openssl-ca`, `--use-bundled-ca`
247247
<!-- YAML
248-
added: REPLACEME
248+
added: v7.5.0
249249
-->
250250

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

272272
### `--`
273273
<!-- YAML
274-
added: REPLACEME
274+
added: v7.5.0
275275
-->
276276

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

317317
### `NODE_NO_WARNINGS=1`
318318
<!-- YAML
319-
added: REPLACEME
319+
added: v7.5.0
320320
-->
321321

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

0 commit comments

Comments
 (0)