Skip to content

Commit 07e6fee

Browse files
committed
2016-03-08, Version 5.8.0 (Stable)
Notable changes * path: * a fix to a regression found in path.resolve for absolute paths with a single character name as the root directory (Evan Lucas) #5589 PR-URL: #5559
1 parent 42fba0a commit 07e6fee

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Node.js ChangeLog
22

3+
## 2016-03-08, Version 5.8.0 (Stable). @Fishrock123
4+
5+
### Notable changes
6+
7+
* **http_parser**:
8+
* revert d77c3bf204 which was causing errors inside of http client callbacks to not propagate.
9+
* **path**:
10+
* a fix to a regression found in path.resolve for absolute paths with a single character name as the root directory (Evan Lucas) [#5589](https://github.com/nodejs/node/pull/5589)
11+
12+
### Commits
13+
14+
* [[`b52bb007b9`](https://github.com/nodejs/node/commit/b52bb007b9)] - **benchmark**: add util.format benchmark (Evan Lucas) [#5360](https://github.com/nodejs/node/pull/5360)
15+
* [[`65f4ecc89f`](https://github.com/nodejs/node/commit/65f4ecc89f)] - **benchmark**: fix lint errors (Rich Trott) [#5517](https://github.com/nodejs/node/pull/5517)
16+
* [[`dadd55fcb7`](https://github.com/nodejs/node/commit/dadd55fcb7)] - **build**: update Node.js logo on Win installer (Robert Jefe Lindstaedt) [#5531](https://github.com/nodejs/node/pull/5531)
17+
* [[`5f9ceae204`](https://github.com/nodejs/node/commit/5f9ceae204)] - **build**: correctly detect clang version (Stefan Budeanu) [#5553](https://github.com/nodejs/node/pull/5553)
18+
* [[`0dd366ccd5`](https://github.com/nodejs/node/commit/0dd366ccd5)] - **(SEMVER-MINOR)** **child_process**: add keepOpen option to send() (cjihrig) [#5283](https://github.com/nodejs/node/pull/5283)
19+
* [[`cd973baeaf`](https://github.com/nodejs/node/commit/cd973baeaf)] - **(SEMVER-MINOR)** **child_process**: support options in send() (cjihrig) [#5283](https://github.com/nodejs/node/pull/5283)
20+
* [[`a161549cfd`](https://github.com/nodejs/node/commit/a161549cfd)] - **(SEMVER-MINOR)** **constants**: define ENGINE_METHOD_RSA (Sam Roberts) [#5463](https://github.com/nodejs/node/pull/5463)
21+
* [[`c7ebef709f`](https://github.com/nodejs/node/commit/c7ebef709f)] - **(SEMVER-MINOR)** **crypto**: simplify Certificate class bindings (Alexander Makarenko) [#5382](https://github.com/nodejs/node/pull/5382)
22+
* [[`a5a379f6b3`](https://github.com/nodejs/node/commit/a5a379f6b3)] - **deps**: upgrade to npm 3.7.3 (Kat Marchán) [#5369](https://github.com/nodejs/node/pull/5369)
23+
* [[`ff42937837`](https://github.com/nodejs/node/commit/ff42937837)] - **dgram**: default send address to 127.0.0.1 or ::1 (Matteo Collina) [#5493](https://github.com/nodejs/node/pull/5493)
24+
* [[`c17a71c8af`](https://github.com/nodejs/node/commit/c17a71c8af)] - **doc**: document directories in test directory (Michael Barrett) [#5557](https://github.com/nodejs/node/pull/5557)
25+
* [[`e2a2f8f084`](https://github.com/nodejs/node/commit/e2a2f8f084)] - **doc**: add info to docs on how to submit docs patch (Sequoia McDowell) [#4591](https://github.com/nodejs/node/pull/4591)
26+
* [[`024482f61d`](https://github.com/nodejs/node/commit/024482f61d)] - **doc**: fix typo in fs.symlink (Michaël Zasso) [#5560](https://github.com/nodejs/node/pull/5560)
27+
* [[`46344dfbe1`](https://github.com/nodejs/node/commit/46344dfbe1)] - **doc**: improve unhandledException doc copy (James M Snell) [#5287](https://github.com/nodejs/node/pull/5287)
28+
* [[`054702272b`](https://github.com/nodejs/node/commit/054702272b)] - **doc**: update link green to match homepage (silverwind) [#5548](https://github.com/nodejs/node/pull/5548)
29+
* [[`6754fb526e`](https://github.com/nodejs/node/commit/6754fb526e)] - **doc**: update V8 URL (Craig Akimoto) [#5530](https://github.com/nodejs/node/pull/5530)
30+
* [[`dd6bf801e6`](https://github.com/nodejs/node/commit/dd6bf801e6)] - **(SEMVER-MINOR)** **doc**: correct name of engine methods (Sam Roberts) [#5463](https://github.com/nodejs/node/pull/5463)
31+
* [[`57aa35b254`](https://github.com/nodejs/node/commit/57aa35b254)] - **path**: fix normalize for absolutes (Evan Lucas) [#5589](https://github.com/nodejs/node/pull/5589)
32+
* [[`dc48401690`](https://github.com/nodejs/node/commit/dc48401690)] - **(SEMVER-MINOR)** **repl**: accept no arguments to start() (cjihrig) [#5388](https://github.com/nodejs/node/pull/5388)
33+
* [[`42fba0a084`](https://github.com/nodejs/node/commit/42fba0a084)] - **src,http**: fix uncaughtException miss in http (Trevor Norris) [#5591](https://github.com/nodejs/node/pull/5591)
34+
* [[`5621afcc41`](https://github.com/nodejs/node/commit/5621afcc41)] - **test**: add test-npm-install to parallel tests suite (Myles Borins) [#5166](https://github.com/nodejs/node/pull/5166)
35+
* [[`c90a647f46`](https://github.com/nodejs/node/commit/c90a647f46)] - **test**: remove broken debugger scenarios (Rich Trott) [#5532](https://github.com/nodejs/node/pull/5532)
36+
* [[`c8b6e94806`](https://github.com/nodejs/node/commit/c8b6e94806)] - **test**: bug repro for vm function redefinition (cjihrig) [#5528](https://github.com/nodejs/node/pull/5528)
37+
* [[`9dfb8979ed`](https://github.com/nodejs/node/commit/9dfb8979ed)] - **test**: prevent flakey test on pi2 (Trevor Norris) [#5537](https://github.com/nodejs/node/pull/5537)
38+
* [[`701a2c9aa7`](https://github.com/nodejs/node/commit/701a2c9aa7)] - **test**: check memoryUsage properties (Wyatt Preul) [#5546](https://github.com/nodejs/node/pull/5546)
39+
* [[`c4624b8722`](https://github.com/nodejs/node/commit/c4624b8722)] - **tools**: reduce verbosity of cpplint (Sakthipriyan Vairamani) [#5578](https://github.com/nodejs/node/pull/5578)
40+
* [[`3e41c1308f`](https://github.com/nodejs/node/commit/3e41c1308f)] - **tools**: enable no-self-assign ESLint rule (Rich Trott) [#5552](https://github.com/nodejs/node/pull/5552)
41+
* [[`694aa91d6a`](https://github.com/nodejs/node/commit/694aa91d6a)] - **tools**: support testing known issues (cjihrig) [#5528](https://github.com/nodejs/node/pull/5528)
42+
* [[`2682b1c518`](https://github.com/nodejs/node/commit/2682b1c518)] - **tools**: enable linting for benchmarks (Rich Trott) [#5517](https://github.com/nodejs/node/pull/5517)
43+
* [[`4729974cb2`](https://github.com/nodejs/node/commit/4729974cb2)] - **tools**: enable no-extra-parens in ESLint (Rich Trott) [#5512](https://github.com/nodejs/node/pull/5512)
44+
* [[`aee1ff3bc6`](https://github.com/nodejs/node/commit/aee1ff3bc6)] - **util**: improve format() performance further (Brian White) [#5360](https://github.com/nodejs/node/pull/5360)
45+
* [[`269b487de6`](https://github.com/nodejs/node/commit/269b487de6)] - **util**: improve util.format performance (Evan Lucas) [#5360](https://github.com/nodejs/node/pull/5360)
46+
347
## 2016-03-02, Version 5.7.1 (Stable), @Fishrock123
448

549
### Notable changes

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define NODE_MINOR_VERSION 7
66
#define NODE_PATCH_VERSION 2
77

8-
#define NODE_VERSION_IS_RELEASE 0
8+
#define NODE_VERSION_IS_RELEASE 1
99

1010
#ifndef NODE_STRINGIFY
1111
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)