|
1 |
| -2013.02.25, Version 0.8.21 (Stable) |
| 1 | +2013.03.01, Version 0.9.10 (Unstable) |
2 | 2 |
|
3 |
| -* http: Do not free the wrong parser on socket close (isaacs) |
| 3 | +* V8: downgrade 3.14.5 |
4 | 4 |
|
5 |
| -* http: Handle hangup writes more gently (isaacs) |
| 5 | +* openssl: update to 1.0.1e |
6 | 6 |
|
7 |
| -* zlib: fix assert on bad input (Ben Noordhuis) |
| 7 | +* darwin: Make process.title work properly (Ben Noordhuis) |
8 | 8 |
|
9 |
| -* test: add TAP output to the test runner (Timothy J Fontaine) |
| 9 | +* fs: Support mode/flag options to read/append/writeFile (isaacs) |
10 | 10 |
|
11 |
| -* unix: Handle EINPROGRESS from domain sockets (Ben Noordhuis) |
| 11 | +* stream: _read() no longer takes a callback (isaacs) |
| 12 | + |
| 13 | +* stream: Add stream.unshift(chunk) (isaacs) |
| 14 | + |
| 15 | +* stream: remove lowWaterMark feature (isaacs) |
| 16 | + |
| 17 | +* net: omit superfluous 'connect' event (Ben Noordhuis) |
| 18 | + |
| 19 | +* build, windows: disable SEH (Ben Noordhuis) |
| 20 | + |
| 21 | +* core: remove errno global (Ben Noordhuis) |
| 22 | + |
| 23 | +* core: Remove the nextTick for running the main file (isaacs) |
| 24 | + |
| 25 | +* core: Mark exit() calls with status codes (isaacs) |
| 26 | + |
| 27 | +* core: Fix debug signal handler race condition lock (isaacs) |
| 28 | + |
| 29 | +* crypto: clear error stack (Ben Noordhuis) |
| 30 | + |
| 31 | +* test: optionally set common.PORT via env variable (Timothy J Fontaine) |
| 32 | + |
| 33 | +* path: Throw TypeError on non-string args to path.resolve/join (isaacs, Arianit Uka) |
| 34 | + |
| 35 | +* crypto: fix uninitialized memory access in openssl (Ben Noordhuis) |
12 | 36 |
|
13 | 37 |
|
14 | 38 | 2013.02.19, Version 0.9.10 (Unstable)
|
|
400 | 424 | * Fix #3521 Make process.env more like a regular Object (isaacs)
|
401 | 425 |
|
402 | 426 |
|
| 427 | +2013.02.25, Version 0.8.21 (Stable), 530d8c05d4c546146f18e5ba811d7eb3b7b7c0c5 |
| 428 | + |
| 429 | +* http: Do not free the wrong parser on socket close (isaacs) |
| 430 | + |
| 431 | +* http: Handle hangup writes more gently (isaacs) |
| 432 | + |
| 433 | +* zlib: fix assert on bad input (Ben Noordhuis) |
| 434 | + |
| 435 | +* test: add TAP output to the test runner (Timothy J Fontaine) |
| 436 | + |
| 437 | +* unix: Handle EINPROGRESS from domain sockets (Ben Noordhuis) |
| 438 | + |
| 439 | + |
403 | 440 | 2013.02.15, Version 0.8.20 (Stable), e10c75579b536581ddd7ae4e2c3bf8a9d550d343
|
404 | 441 |
|
405 | 442 | * npm: Upgrade to v1.2.11
|
|
0 commit comments