|
1 | | -2010.08.20, Version 0.2.0 |
| 1 | +2010.10.23, Version 0.3.0 (unstable) |
| 2 | + |
| 3 | +* Bugfix: Do not spin on aceept() with EMFILE |
| 4 | + |
| 5 | +* Improvments to readline.js (Trent Mick, Johan Euphrosine, Brian White) |
| 6 | + |
| 7 | +* Safe constructors (missing 'new' doesn't segfault) |
| 8 | + |
| 9 | +* Fix process.nextTick so thrown errors don't confuse it. |
| 10 | + (Benjamin Thomas) |
| 11 | + |
| 12 | +* Allow Strings for ports on net.Server.listen (Bradley Meck) |
| 13 | + |
| 14 | +* fs bugfixes (Tj Holowaychuk, Tobie Langel, Marco Rogers, isaacs) |
| 15 | + |
| 16 | +* http bug fixes (Fedor Indutny, Mikeal Rogers) |
| 17 | + |
| 18 | +* Faster buffers; breaks C++ API (Tim-Smart, Stéphan Kochen) |
| 19 | + |
| 20 | +* crypto, tls improvements (Paul Querna) |
| 21 | + |
| 22 | +* Add lfs flags to node addon script |
| 23 | + |
| 24 | +* Simpler querystring parsing; breaks API (Peter Griess) |
| 25 | + |
| 26 | +* HTTP trailers (Mark Nottingham) |
| 27 | + |
| 28 | +* http 100-continue support (Mark Nottingham) |
| 29 | + |
| 30 | +* Module system simplifications (Herbert Vojčík, isaacs, Tim-Smart) |
| 31 | + - remove require.async |
| 32 | + - remove registerExtension, add .extensions |
| 33 | + - expose require.resolve |
| 34 | + - expose require.cache |
| 35 | + - require looks in node_modules folders |
| 36 | + |
| 37 | +* Add --eval command line option (TJ Holowaychuk) |
| 38 | + |
| 39 | +* Commas last in sys.inspect |
| 40 | + |
| 41 | +* Constatnts moved from process object to require('constants') |
| 42 | + |
| 43 | +* Fix parsing of linux memory (Vitali Lovich) |
| 44 | + |
| 45 | +* inspect shows function names (Jorge Chamorro Bieling) |
| 46 | + |
| 47 | +* uncaughtException corner cases (Felix Geisendörfer) |
| 48 | + |
| 49 | +* TCP clients now buffer writes before connection |
| 50 | + |
| 51 | +* Rename sys module to 'util' (Micheil Smith) |
| 52 | + |
| 53 | +* Properly set stdio handlers to blocking on SIGTERM and SIGINT |
| 54 | + (Tom Hughes) |
| 55 | + |
| 56 | +* Add destroy methods to HTTP messages |
| 57 | + |
| 58 | +* base64 improvements (isaacs, Jorge Chamorro Bieling) |
| 59 | + |
| 60 | +* API for defining REPL commands (Sami Samhuri) |
| 61 | + |
| 62 | +* child_process.exec timeout fix (Aaron Heckmann) |
| 63 | + |
| 64 | +* Upgrade V8 to 2.5.1, Libev to 4.00, libeio, http-parser |
| 65 | + |
| 66 | + |
| 67 | +2010.08.20, Version 0.2.0, 9283e134e558900ba89d9a33c18a9bdedab07cb9 |
2 | 68 |
|
3 | 69 | * process.title support for FreeBSD, Macintosh, Linux |
4 | 70 |
|
|
0 commit comments