|
1 |
| -2010.04.15, Version 0.1.91 |
| 1 | +2010.04.23, Version 0.1.92 |
| 2 | + |
| 3 | + * OpenSSL support. Still undocumented (see tests). (Rhys Jones) |
| 4 | + |
| 5 | + * API: Unhandled 'error' events throw. |
| 6 | + |
| 7 | + * Script class with eval-function-family in binding('evals') plus tests. |
| 8 | + (Herbert Vojcik) |
| 9 | + |
| 10 | + * stream.setKeepAlive (Julian Lamb) |
| 11 | + |
| 12 | + * Bugfix: Force no body on http 204 and 304 |
| 13 | + |
| 14 | + * Upgrade Waf to 1.5.16, V8 to 2.2.4.2 |
| 15 | + |
| 16 | + |
| 17 | +2010.04.15, Version 0.1.91, 311d7dee19034ff1c6bc9098c36973b8d687eaba |
2 | 18 |
|
3 | 19 | * Add incoming.httpVersion
|
4 | 20 |
|
5 | 21 | * Object.prototype problem with C-Ares binding
|
6 | 22 |
|
7 | 23 | * REPL can be run from multiple different streams. (Matt Ranney)
|
8 | 24 |
|
9 |
| - * After V8 heap is compact, don't use a timer every 2 seconds. |
| 25 | + * After V8 heap is compact, don't use a timer every 2 seconds. |
10 | 26 |
|
11 |
| - * Improve nextTick implementation. |
| 27 | + * Improve nextTick implementation. |
12 | 28 |
|
13 | 29 | * Add primative support for Upgrading HTTP connections.
|
14 |
| - (See commit log for docs 760bba5) |
| 30 | + (See commit log for docs 760bba5) |
15 | 31 |
|
16 | 32 | * Add timeout and maxBuffer options to child_process.exec
|
17 | 33 |
|
|
320 | 336 |
|
321 | 337 | * Bugfix: correctly check kqueue and epoll. (Rasmus Andersson)
|
322 | 338 |
|
323 |
| - * Upgrade WAF to 1.5.10 |
| 339 | + * Upgrade WAF to 1.5.10 |
324 | 340 |
|
325 | 341 | * Bugfix: posix.statSync() was crashing
|
326 | 342 |
|
|
434 | 450 | - __module becomes module
|
435 | 451 |
|
436 | 452 | * API: Many namespacing changes
|
437 |
| - - Move node.* into process.* |
| 453 | + - Move node.* into process.* |
438 | 454 | - Move node.dns into module "dns"
|
439 | 455 | - Move node.fs into module "posix"
|
440 | 456 | - process is no longer the global object. GLOBAL is.
|
441 | 457 |
|
442 |
| - For more information on the API changes see: |
| 458 | + For more information on the API changes see: |
443 | 459 | http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/6
|
444 | 460 | http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/14
|
445 | 461 |
|
|
501 | 517 |
|
502 | 518 | * Feature: Multipart stream parser (Felix Geisendörfer)
|
503 | 519 |
|
504 |
| - * API: Move node.puts(), node.exec() and others to /utils.js |
| 520 | + * API: Move node.puts(), node.exec() and others to /utils.js |
505 | 521 |
|
506 | 522 | * API: Move http, tcp libraries to /http.js and /tcp.js
|
507 | 523 |
|
|
524 | 540 | whole files at once.
|
525 | 541 |
|
526 | 542 |
|
527 |
| -2009.09.24, Version 0.1.12, 2f56ccb45e87510de712f56705598b3b4e3548ec |
| 543 | +2009.09.24, Version 0.1.12, 2f56ccb45e87510de712f56705598b3b4e3548ec |
528 | 544 |
|
529 | 545 | * Feature: System modules, node.libraryPaths
|
530 | 546 |
|
|
543 | 559 |
|
544 | 560 | * API: default to utf8 encoding for node.fs.cat()
|
545 | 561 |
|
546 |
| - * API: add node.exec() |
| 562 | + * API: add node.exec() |
547 | 563 |
|
548 | 564 | * API: node.fs.read() takes a normal encoding parameter.
|
549 | 565 |
|
|
0 commit comments