-
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
33 additions
and
8 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,29 @@ | ||
2009.11.07, Version 0.1.17 | ||
2009.11.17, Version 0.1.18 | ||
|
||
* Feature: process.watchFile() process.unwatchFile() | ||
|
||
* Feature: "uncaughtException" event on process | ||
(Felix Geisendörfer) | ||
|
||
* Feature: 'drain' event to tcp.Connection | ||
|
||
* Bugfix: Promise.timeout() blocked the event loop | ||
(Felix Geisendörfer) | ||
|
||
* Bugfix: sendBody() and chunked utf8 strings | ||
(Felix Geisendörfer) | ||
|
||
* Supply the strerror as a second arg to the tcp.Connection close | ||
event (Johan Sørensen) | ||
|
||
* Add EventEmitter.removeListener ([email protected]) | ||
|
||
* Format JSON for inspecting objects (Felix Geisendörfer) | ||
|
||
* Upgrade libev to latest CVS | ||
|
||
|
||
2009.11.07, Version 0.1.17, d1f69ef35dac810530df8249d523add168e09f03 | ||
|
||
* Feature: process.chdir() (Brandon Beacher) | ||
|
||
|
@@ -22,9 +47,9 @@ | |
- Move node.fs into module "posix" | ||
- process is no longer the global object. GLOBAL is. | ||
|
||
For more information on the API changes see: | ||
http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/6 | ||
http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/14 | ||
For more information on the API changes see: | ||
http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/6 | ||
http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/14 | ||
|
||
* Feature: process.platform, process.memoryUsage() | ||
|
||
|
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.17, 2009.11.07 | ||
Version, 0.1.18, 2009.11.17 | ||
|
||
|
||
== 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