|
1 |
| -2012.06.15, Version 0.7.11 (unstable) |
| 1 | +2012.06.19, Version 0.7.12 (unstable) |
| 2 | + |
| 3 | +* npm: Upgrade to 1.1.30 |
| 4 | + - Improved 'npm init' |
| 5 | + - Fix the 'cb never called' error from 'oudated' and 'update' |
| 6 | + - Add --save-bundle|-B config |
| 7 | + - Fix isaacs/npm#2465: Make npm script and windows shims cygwin-aware |
| 8 | + - Fix isaacs/npm#2452 Use --save(-dev|-optional) in npm rm |
| 9 | + - `logstream` option to replace removed `logfd` (Rod Vagg) |
| 10 | + - Read default descriptions from README.md files |
| 11 | + |
| 12 | +* Shims to support deprecated ev_* and eio_* methods (Ben Noordhuis) |
| 13 | + |
| 14 | +* #3118 net.Socket: Delay pause/resume until after connect (isaacs) |
| 15 | + |
| 16 | +* #3465 Add ./configure --no-ifaddrs flag (isaacs) |
| 17 | + |
| 18 | +* child_process: add .stdin stream to forks (Fedor Indutny) |
| 19 | + |
| 20 | +* build: fix `make install DESTDIR=/path` (Ben Noordhuis) |
| 21 | + |
| 22 | +* tls: fix off-by-one error in renegotiation check (Ben Noordhuis) |
| 23 | + |
| 24 | +* crypto: Fix diffie-hellman key generation UTF-8 errors (Fedor Indutny) |
| 25 | + |
| 26 | +* node: change the constructor name of process from EventEmitter to process (Andreas Madsen) |
| 27 | + |
| 28 | +* net: Prevent property access throws during close (Reid Burke) |
| 29 | + |
| 30 | +* querystring: improved speed and code cleanup (Felix Böhm) |
| 31 | + |
| 32 | +* sunos: fix assertion errors breaking fs.watch() (Fedor Indutny) |
| 33 | + |
| 34 | +* unix: stat: detect sub-second changes (Ben Noordhuis) |
| 35 | + |
| 36 | +* add stat() based file watcher (Ben Noordhuis) |
| 37 | + |
| 38 | + |
| 39 | +2012.06.15, Version 0.7.11 (unstable), 5cfe0b86d5be266ef51bbba369c39e412ee51944 |
2 | 40 |
|
3 | 41 | * V8: Upgrade to v3.11.10
|
4 | 42 |
|
|
0 commit comments