|
1 |
| -2011.08.26, Version 0.5.5 (unstable) |
| 1 | +2011.09.08, Version 0.5.6 (unstable) |
| 2 | + |
| 3 | +* #345, #1635, #1648 Documentation improvements (Thomas Shinnick, |
| 4 | + Abimanyu Raja, AJ ONeal, Koichi Kobayashi, Michael Jackson, Logan Smyth, |
| 5 | + Ben Noordhuis) |
| 6 | + |
| 7 | +* #650 Improve path parsing on windows (Bert Belder) |
| 8 | + |
| 9 | +* #752 Remove headers sent check in OutgoingMessage.getHeader() |
| 10 | + (Peter Lyons) |
| 11 | + |
| 12 | +* #1236, #1438, #1506, #1513, #1621, #1640, #1647 Libuv-related bugs fixed |
| 13 | + (Jorge Chamorro Bieling, Peter Bright, Luis Lavena, Igor Zinkovsky) |
| 14 | + |
| 15 | +* #1296, #1612 crypto: Fix BIO's usage. (Koichi Kobayashi) |
| 16 | + |
| 17 | +* #1345 Correctly set socket.remoteAddress with libuv backend (Bert Belder) |
| 18 | + |
| 19 | +* #1429 Don't clobber quick edit mode on windows (Peter Bright) |
| 20 | + |
| 21 | +* #1503 Make libuv backend default on unix, override with `node --use-legacy` |
| 22 | + |
| 23 | +* #1565 Fix fs.stat for paths ending with \ on windows (Igor Zinkovsky) |
| 24 | + |
| 25 | +* #1568 Fix x509 certificate subject parsing (Koichi Kobayashi) |
| 26 | + |
| 27 | +* #1586 Make socket write encoding case-insensitive (Koichi Kobayashi) |
| 28 | + |
| 29 | +* #1591, #1656, #1657 Implement fs in libuv, remove libeio and pthread-win32 |
| 30 | + dependency on windows (Igor Zinkovsky, Ben Noordhuis, Ryan Dahl, |
| 31 | + Isaac Schlueter) |
| 32 | + |
| 33 | +* #1592 Don't load-time link against CreateSymbolicLink on windows |
| 34 | + (Peter Bright) |
| 35 | + |
| 36 | +* #1601 Improve API consistency when dealing with the socket underlying a HTTP |
| 37 | + client request (Mikeal Rogers) |
| 38 | + |
| 39 | +* #1610 Remove DigiNotar CA from trusted list (Isaac Schlueter) |
| 40 | + |
| 41 | +* #1617 Added some win32 os functions (Karl Skomski) |
| 42 | + |
| 43 | +* #1624 avoid buffer overrun with 'binary' encoding (Koichi Kobayashi) |
| 44 | + |
| 45 | +* #1633 make Buffer.write() always set _charsWritten (Koichi Kobayashi) |
| 46 | + |
| 47 | +* #1644 Windows: set executables to be console programs (Peter Bright) |
| 48 | + |
| 49 | +* #1651 improve inspection for sparse array (Koichi Kobayashi) |
| 50 | + |
| 51 | +* #1672 set .code='ECONNRESET' on socket hang up errors (Ben Noordhuis) |
| 52 | + |
| 53 | +* Add test case for foaf+ssl client certificate (Niclas Hoyer) |
| 54 | + |
| 55 | +* Added RPATH environment variable to override run-time library paths |
| 56 | + (Ashok Mudukutore) |
| 57 | + |
| 58 | +* Added TLS client-side session resumption support (Sean Cunningham) |
| 59 | + |
| 60 | +* Added additional properties to getPeerCertificate (Nathan Rixham, |
| 61 | + Niclas Hoyer) |
| 62 | + |
| 63 | +* Don't eval repl command twice when an error is thrown (Nathan Rajlich) |
| 64 | + |
| 65 | +* Improve util.isDate() (Nathan Rajlich) |
| 66 | + |
| 67 | +* Improvements in libuv backend and bindings, upgrade libuv to |
| 68 | + bd6066cb349a9b3a1b0d87b146ddaee06db31d10 |
| 69 | + |
| 70 | +* Show warning when using lib/sys.js (Maciej Malecki) |
| 71 | + |
| 72 | +* Support plus sign in url protocol (Maciej Malecki) |
| 73 | + |
| 74 | +* Upgrade V8 to 3.6.2 |
| 75 | + |
| 76 | + |
| 77 | +2011.08.26, Version 0.5.5 (unstable), d2d53d4bb262f517a227cc178a1648094ba54c20 |
2 | 78 |
|
3 | 79 | * typed arrays, implementation from Plesk
|
4 | 80 |
|
|
0 commit comments