Skip to content

Commit 70dc6d5

Browse files
committed
2017-11-07, Version 6.12.0 'Boron' (LTS)
Notable Changes: * assert: - assert.fail() can now take one or two arguments (Rich Trott) #12293 * crypto: - add sign/verify support for RSASSA-PSS (Tobias Nießen) #11705 * deps: - upgrade openssl sources to 1.0.2m (Shigeki Ohtsu) #16691 - upgrade libuv to 1.15.0 (cjihrig) #15745 - upgrade libuv to 1.14.1 (cjihrig) #14866 - upgrade libuv to 1.13.1 (cjihrig) #14117 - upgrade libuv to 1.12.0 (cjihrig) #13306 * fs: - Add support for fs.write/fs.writeSync(fd, buffer, cb) and fs.write/fs.writeSync(fd, buffer, offset, cb) as documented (Andreas Lind) #7856 * inspector: - enable --inspect-brk (Refael Ackermann) #12615 * process: - add --redirect-warnings command line argument (James M Snell) #10116 * src: - allow CLI args in env with NODE_OPTIONS (Sam Roberts) #12028) - --abort-on-uncaught-exception in NODE_OPTIONS (Sam Roberts) #13932 - allow --tls-cipher-list in NODE_OPTIONS (Sam Roberts) #13172 - use SafeGetenv() for NODE_REDIRECT_WARNINGS (Sam Roberts) #12677 * test: - remove common.fail() (Rich Trott) #12293 PR-URL: #16263
1 parent 16b1faa commit 70dc6d5

File tree

2 files changed

+167
-1
lines changed

2 files changed

+167
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ release.
5050
<a href="doc/changelogs/CHANGELOG_V8.md#8.0.0">8.0.0</a><br/>
5151
</td>
5252
<td valign="top">
53-
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.11.5">6.11.5</a></b><br/>
53+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.12.0">6.12.0</a></b><br/>
54+
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.5">6.11.5</a><br/>
5455
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.4">6.11.4</a><br/>
5556
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.3">6.11.3</a><br/>
5657
<a href="doc/changelogs/CHANGELOG_V6.md#6.11.2">6.11.2</a><br/>

0 commit comments

Comments
 (0)