Skip to content

Commit 0a7076b

Browse files
committedOct 13, 2015
2015-10-13, Version 4.2.1 'Argon' (LTS) Release
* Includes fixes for two regressions - Assertion error in WeakCallback - see [#3329](#3329) - Undefined timeout regression - see [#3331](#3331) * Document an additional known issue with pipelined requests - See: #3332 and #3342
1 parent 4bc9d97 commit 0a7076b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11

22
# Node.js ChangeLog
33

4+
## 2015-10-13, Version 4.2.1 'Argon' (Stable), @jasnell
5+
6+
### Notable changes
7+
8+
* Includes fixes for two regressions
9+
- Assertion error in WeakCallback - see [#3329](https://github.com/nodejs/node/pull/3329)
10+
- Undefined timeout regression - see [#3331](https://github.com/nodejs/node/pull/3331)
11+
12+
### Known issues
13+
14+
* When a server queues a large amount of data to send to a client over a pipelined HTTP connection, the underlying socket may be destroyed. See [#3332](https://github.com/nodejs/node/issues/3332) and [#3342](https://github.com/nodejs/node/pull/3342).
15+
* Some problems with unreferenced timers running during `beforeExit` are still to be resolved. See [#1264](https://github.com/nodejs/node/issues/1264).
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+
20+
### Commits
21+
22+
* [[`b3cbd13340`](https://github.com/nodejs/node/commit/b3cbd13340)] - **buffer**: fix assertion error in WeakCallback (Fedor Indutny) [#3329](https://github.com/nodejs/node/pull/3329)
23+
* [[`102cb7288c`](https://github.com/nodejs/node/commit/102cb7288c)] - **doc**: label v4.2.0 as LTS in changelog heading (Rod Vagg) [#3343](https://github.com/nodejs/node/pull/3343)
24+
* [[`c245a199a7`](https://github.com/nodejs/node/commit/c245a199a7)] - **lib**: fix undefined timeout regression (Ryan Graham) [#3331](https://github.com/nodejs/node/pull/3331
25+
426
## 2015-10-07, Version 4.2.0 'Argon' (LTS), @jasnell
527

628
### Notable changes

0 commit comments

Comments
 (0)
Please sign in to comment.