Skip to content

Commit 002b9f8

Browse files
author
Myles Borins
committed
2016-01-11, Version 5.4.1 (Stable)
Notable Changes: * Minor performance improvements: - lib: Use arrow functions instead of bind where possible (Minwoo Jung) #3622. - (Mistakenly missing from v5.4.0) - module: move unnecessary work for early return (Andres Suarez) #3579 * Various doc fixes * Various test improvements PR-URL: #4626
1 parent 5341b5f commit 002b9f8

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Node.js ChangeLog
22

3+
## 2016-01-11, Version 5.4.1 (Stable), @TheAlphaNerd
4+
5+
### Notable Changes
6+
7+
* Minor performance improvements:
8+
- **lib**: Use arrow functions instead of bind where possible (Minwoo Jung) [#3622](https://github.com/nodejs/node/pull/3622).
9+
- (Mistakenly missing from v5.4.0)
10+
- **module**: move unnecessary work for early return (Andres Suarez) [#3579](https://github.com/nodejs/node/pull/3579)
11+
* Various doc fixes
12+
* Various test improvements
13+
14+
### Known issues
15+
16+
* Surrogate pair in REPL can freeze terminal. [#690](https://github.com/nodejs/node/issues/690)
17+
* Calling `dns.setServers()` while a DNS query is in progress can cause the process to crash on a failed assertion. [#894](https://github.com/nodejs/node/issues/894)
18+
* `url.resolve` may transfer the auth portion of the url when resolving between two full hosts, see [#1435](https://github.com/nodejs/node/issues/1435).
19+
* Unicode characters in filesystem paths are not handled consistently across platforms or Node.js APIs. See [#2088](https://github.com/nodejs/node/issues/2088), [#3401](https://github.com/nodejs/node/issues/3401) and [#3519](https://github.com/nodejs/node/issues/3519).
20+
21+
### commits
22+
23+
* [[`58f9344a78`](https://github.com/nodejs/node/commit/58f9344a78)] - **cluster**: ignore queryServer msgs on disconnection (Santiago Gimeno) [#4465](https://github.com/nodejs/node/pull/4465)
24+
* [[`5341b5f229`](https://github.com/nodejs/node/commit/5341b5f229)] - **doc**: adds usage of readline line-by-line parsing (Robert Jefe Lindstaedt) [#4609](https://github.com/nodejs/node/pull/4609)
25+
* [[`8edb41d19d`](https://github.com/nodejs/node/commit/8edb41d19d)] - **doc**: remove "above" and "below" references (Richard Sun) [#4499](https://github.com/nodejs/node/pull/4499)
26+
* [[`68e24da840`](https://github.com/nodejs/node/commit/68e24da840)] - **doc**: update stylesheet to match frontpage (Roman Reiss) [#4621](https://github.com/nodejs/node/pull/4621)
27+
* [[`7ba6a711f4`](https://github.com/nodejs/node/commit/7ba6a711f4)] - **doc**: stronger suggestion for userland assert (Wyatt Preul) [#4535](https://github.com/nodejs/node/pull/4535)
28+
* [[`6f2e28a1b6`](https://github.com/nodejs/node/commit/6f2e28a1b6)] - **doc**: label http.IncomingMessage as a Class (Sequoia McDowell) [#4589](https://github.com/nodejs/node/pull/4589)
29+
* [[`749aaa7620`](https://github.com/nodejs/node/commit/749aaa7620)] - **doc**: document http's server.listen return value (Sequoia McDowell) [#4590](https://github.com/nodejs/node/pull/4590)
30+
* [[`ba693c44d4`](https://github.com/nodejs/node/commit/ba693c44d4)] - **doc**: fix description about the latest-codename (Minwoo Jung) [#4583](https://github.com/nodejs/node/pull/4583)
31+
* [[`f67f62588d`](https://github.com/nodejs/node/commit/f67f62588d)] - **doc**: add Evan Lucas to Release Team (Evan Lucas) [#4579](https://github.com/nodejs/node/pull/4579)
32+
* [[`9b527a5bed`](https://github.com/nodejs/node/commit/9b527a5bed)] - **doc**: add Myles Borins to Release Team (Myles Borins) [#4578](https://github.com/nodejs/node/pull/4578)
33+
* [[`6f511557fb`](https://github.com/nodejs/node/commit/6f511557fb)] - **doc**: bring releases.md up to date (cjihrig) [#4540](https://github.com/nodejs/node/pull/4540)
34+
* [[`adb9e176c2`](https://github.com/nodejs/node/commit/adb9e176c2)] - **doc**: add missing backtick for readline (Brian White) [#4549](https://github.com/nodejs/node/pull/4549)
35+
* [[`2e20b32749`](https://github.com/nodejs/node/commit/2e20b32749)] - **doc**: improvements to crypto.markdown copy (James M Snell) [#4435](https://github.com/nodejs/node/pull/4435)
36+
* [[`335c05e7c2`](https://github.com/nodejs/node/commit/335c05e7c2)] - **http**: remove variable redeclaration (Rich Trott) [#4612](https://github.com/nodejs/node/pull/4612)
37+
* [[`94e28759ac`](https://github.com/nodejs/node/commit/94e28759ac)] - **lib**: use arrow functions instead of bind (Minwoo Jung) [#3622](https://github.com/nodejs/node/pull/3622)
38+
* [[`9255d921ba`](https://github.com/nodejs/node/commit/9255d921ba)] - **module**: move unnecessary work for early return (Andres Suarez) [#3579](https://github.com/nodejs/node/pull/3579)
39+
* [[`64a9b0d1b8`](https://github.com/nodejs/node/commit/64a9b0d1b8)] - **net**: fix dns lookup for android (Josh Dague) [#4580](https://github.com/nodejs/node/pull/4580)
40+
* [[`98a8aa030c`](https://github.com/nodejs/node/commit/98a8aa030c)] - **net, doc**: fix line wrapping lint in net.js (James M Snell) [#4588](https://github.com/nodejs/node/pull/4588)
41+
* [[`468fb2f8c1`](https://github.com/nodejs/node/commit/468fb2f8c1)] - **src**: remove redeclarations of variables (Rich Trott) [#4605](https://github.com/nodejs/node/pull/4605)
42+
* [[`e4c173b415`](https://github.com/nodejs/node/commit/e4c173b415)] - **stream**: remove useless if test in transform (zoubin) [#4617](https://github.com/nodejs/node/pull/4617)
43+
* [[`1ecfd7d560`](https://github.com/nodejs/node/commit/1ecfd7d560)] - **test**: require common module only once (Rich Trott) [#4611](https://github.com/nodejs/node/pull/4611)
44+
* [[`d5fcdbd2c1`](https://github.com/nodejs/node/commit/d5fcdbd2c1)] - **test**: only include http module once (Rich Trott) [#4606](https://github.com/nodejs/node/pull/4606)
45+
* [[`36b385d3c1`](https://github.com/nodejs/node/commit/36b385d3c1)] - **test**: fix flaky unrefed timers test (Rich Trott) [#4599](https://github.com/nodejs/node/pull/4599)
46+
347
## 2016-01-06, Version 5.4.0 (Stable), @Fishrock123
448

549
### Notable changes

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define NODE_MINOR_VERSION 4
66
#define NODE_PATCH_VERSION 1
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)