|
1 |
| -2013.04.23, Version 0.10.5 (Stable) |
| 1 | +2013.05.13, Version 0.11.2 (Unstable) |
2 | 2 |
|
3 |
| -* uv: Upgrade to 0.10.5 (isaacs) |
| 3 | +* uv: Upgrade to 0.11.2 |
4 | 4 |
|
5 |
| -* build: added support for Visual Studio 2012 (Miroslav Bajtoš) |
| 5 | +* V8: Upgrade to 3.19.0 |
6 | 6 |
|
7 |
| -* http: Don't try to destroy nonexistent sockets (isaacs) |
| 7 | +* npm: Upgrade to 1.2.21 |
8 | 8 |
|
9 |
| -* crypto: LazyTransform on properties, not methods (isaacs) |
| 9 | +* build: Makefile should respect configure --prefix (Timothy J Fontaine) |
10 | 10 |
|
11 |
| -* assert: put info in err.message, not err.name (Ryan Doenges) |
| 11 | +* cluster: use round-robin load balancing (Ben Noordhuis) |
12 | 12 |
|
13 |
| -* dgram: fix no address bind() (Ben Noordhuis) |
| 13 | +* debugger, cluster: each worker has new debug port (Miroslav Bajtoš) |
14 | 14 |
|
15 |
| -* handle_wrap: fix NULL pointer dereference (Ben Noordhuis) |
| 15 | +* debugger: `restart` with custom debug port (Miroslav Bajtoš) |
16 | 16 |
|
17 |
| -* os: fix unlikely buffer overflow in os.type() (Ben Noordhuis) |
| 17 | +* debugger: breakpoints in scripts not loaded yet (Miroslav Bajtoš) |
18 | 18 |
|
19 |
| -* stream: Fix unshift() race conditions (isaacs) |
| 19 | +* event: EventEmitter#setMaxListeners() returns this (Sam Roberts) |
| 20 | + |
| 21 | +* events: add EventEmitter.defaultMaxListeners (Ben Noordhuis) |
20 | 22 |
|
| 23 | +* install: Support $(PREFIX) install target directory prefix (Olof Johansson) |
21 | 24 |
|
22 |
| -2013.04.19, Version 0.11.1 (Unstable) |
| 25 | +* os: Include netmask in os.networkInterfaces() (Ben Kelly) |
| 26 | + |
| 27 | +* path: add path.isAbsolute(path) (Ryan Doenges) |
| 28 | + |
| 29 | +* stream: Guarantee ordering of 'finish' event (isaacs) |
| 30 | + |
| 31 | +* streams: introduce .cork/.uncork/._writev (Fedor Indutny) |
| 32 | + |
| 33 | +* vm: add support for timeout argument (Andrew Paprocki) |
| 34 | + |
| 35 | + |
| 36 | +2013.04.19, Version 0.11.1 (Unstable), 4babd2b46ebf9fbea2c9946af5cfae25a33b2b22 |
23 | 37 |
|
24 | 38 | * V8: upgrade to 3.18.0
|
25 | 39 |
|
|
46 | 60 | * zlib: allow passing options to convenience methods (Kyle Robinson Young)
|
47 | 61 |
|
48 | 62 |
|
| 63 | +2013.04.23, Version 0.10.5 (Stable), deeaf8fab978e3cadb364e46fb32dafdebe5f095 |
| 64 | + |
| 65 | +* uv: Upgrade to 0.10.5 (isaacs) |
| 66 | + |
| 67 | +* build: added support for Visual Studio 2012 (Miroslav Bajtoš) |
| 68 | + |
| 69 | +* http: Don't try to destroy nonexistent sockets (isaacs) |
| 70 | + |
| 71 | +* crypto: LazyTransform on properties, not methods (isaacs) |
| 72 | + |
| 73 | +* assert: put info in err.message, not err.name (Ryan Doenges) |
| 74 | + |
| 75 | +* dgram: fix no address bind() (Ben Noordhuis) |
| 76 | + |
| 77 | +* handle_wrap: fix NULL pointer dereference (Ben Noordhuis) |
| 78 | + |
| 79 | +* os: fix unlikely buffer overflow in os.type() (Ben Noordhuis) |
| 80 | + |
| 81 | +* stream: Fix unshift() race conditions (isaacs) |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
49 | 86 | 2013.04.11, Version 0.10.4 (Stable), 9712aa9f76073c30850b20a188b1ed12ffb74d17
|
50 | 87 |
|
51 | 88 | * uv: Upgrade to 0.10.4
|
|
0 commit comments