Commit 70dc6d5
committed
2017-11-07, Version 6.12.0 'Boron' (LTS)
Notable Changes:
* assert:
- assert.fail() can now take one or two arguments (Rich Trott)
nodejs#12293
* crypto:
- add sign/verify support for RSASSA-PSS (Tobias Nießen)
nodejs#11705
* deps:
- upgrade openssl sources to 1.0.2m (Shigeki Ohtsu)
nodejs#16691
- upgrade libuv to 1.15.0 (cjihrig)
nodejs#15745
- upgrade libuv to 1.14.1 (cjihrig)
nodejs#14866
- upgrade libuv to 1.13.1 (cjihrig)
nodejs#14117
- upgrade libuv to 1.12.0 (cjihrig)
nodejs#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) nodejs#7856
* inspector:
- enable --inspect-brk (Refael Ackermann)
nodejs#12615
* process:
- add --redirect-warnings command line argument (James M Snell)
nodejs#10116
* src:
- allow CLI args in env with NODE_OPTIONS (Sam Roberts)
nodejs#12028)
- --abort-on-uncaught-exception in NODE_OPTIONS (Sam Roberts)
nodejs#13932
- allow --tls-cipher-list in NODE_OPTIONS (Sam Roberts)
nodejs#13172
- use SafeGetenv() for NODE_REDIRECT_WARNINGS (Sam Roberts)
nodejs#12677
* test:
- remove common.fail() (Rich Trott)
nodejs#12293
PR-URL: nodejs#162631 parent 16b1faa commit 70dc6d5
2 files changed
Lines changed: 167 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments