-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,31 @@ | ||
2009.11.17, Version 0.1.18 | ||
2009.11.28, Version 0.1.19 | ||
|
||
* Feature: Initial TLS support for TCP servers and clients. | ||
(Rhys Jones) | ||
|
||
* Add options to process.watchFile() | ||
|
||
* Add process.umask() (Friedemann Altrock) | ||
|
||
* Bugfix: only detach timers when active. | ||
|
||
* Bugfix: lib/file.js write(), shouldn't always emit errors or success | ||
([email protected]) | ||
|
||
* Bugfix: Memory leak in fs.write | ||
(Reported by [email protected]) | ||
|
||
* Bugfix: Fix regular expressions detecting outgoing message headers. | ||
(Reported by Elliott Cable) | ||
|
||
* Improvements to Multipart parser (Felix Geisendörfer) | ||
|
||
* New HTTP parser | ||
|
||
* Upgrade v8 to 2.0.2 | ||
|
||
|
||
2009.11.17, Version 0.1.18, 027829d2853a14490e6de9fc5f7094652d045ab8 | ||
|
||
* Feature: process.watchFile() process.unwatchFile() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
NODE(1) | ||
======= | ||
Ryan Dahl <ry@tinyclouds.org> | ||
Version, 0.1.18, 2009.11.17 | ||
Version, 0.1.19, 2009.11.28 | ||
|
||
|
||
== NAME | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters