Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-02 08:52:03 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-02 08:52:03 +0400
commit6d5218bc7d344b0f4e0a0cb50fdd25052946cc4f (patch)
treeeee125b05ed537734d1f1ff44d1c6a987d035d61 /ChangeLog
parenta6e0a91a70ed450166a2066fe2a7d6a0d3969ca9 (diff)
parentc72223e2a9aae2d5c20825562657c50a644d8a59 (diff)
Merge branch 'v0.4'
Conflicts: doc/api/crypto.markdown doc/api/modules.markdown src/platform_win32.cc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index cb07441266a..e9195d0013b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -230,10 +230,10 @@
* http response.readable should be false after 'end' #867 (Abe Fettig)
-* Implemenet os.cpus() and os.uptime() on Solaris (Scott McWhirter)
+* Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)
* fs.ReadStream: Allow omission of end option for range reads #801
- (Felix Geisendörfer)
+ (Felix Geisendörfer)
* Buffer.write() with UCS-2 should not be write partial char
#916 (koichik)
@@ -319,11 +319,11 @@
* Pragma HTTP header comma separation
* In addition to 'aborted' emit 'close' from incoming requests
- (Felix Geisendörfer)
+ (Felix Geisendörfer)
* Fix memleak in vm.runInNewContext
-* Do not cache modules that throw exceptions (Felix Geisendörfer)
+* Do not cache modules that throw exceptions (Felix Geisendörfer)
* Build system changes for libnode (Aria Stewart)
@@ -341,7 +341,7 @@
* URL parse more safely (isaacs)
-* Expose errno with a string for dns/cares (Felix Geisendörfer)
+* Expose errno with a string for dns/cares (Felix Geisendörfer)
* Fix tty.setWindowSize
@@ -365,7 +365,7 @@
* Improve V8 support for Cygwin (Bert Belder)
-* Fix fs.open param parsing. (Felix Geisendörfer)
+* Fix fs.open param parsing. (Felix Geisendörfer)
* Fixed null signal.
@@ -496,12 +496,12 @@
* Allow third party hooks before main module load.
(See 496be457b6a2bc5b01ec13644b9c9783976159b2)
-* Don't stat() on cached modules. (Felix Geisendörfer)
+* Don't stat() on cached modules. (Felix Geisendörfer)
2011.01.08, Version 0.3.4 (unstable)
-* Primordal mingw build (Bert Belder)
+* Primordial mingw build (Bert Belder)
* HTTPS server
@@ -531,7 +531,7 @@
functions for OSX, Linux, and Cygwin. (Brian White)
* Fix REPL syntax error bug (GH-543), improve how REPL commands are
- evaulated.
+ evaluated.
* Use process.stdin instead of process.openStdin().
@@ -572,7 +572,7 @@
2010.11.16, Version 0.3.1 (unstable), ce9a54aa1fbf709dd30316af8a2f14d83150e947
-* TLS improvments (Paul Querna)
+* TLS improvements (Paul Querna)
- Centralize error handling in SecureStream
- Add SecurePair for handling of a ssl/tls stream.
@@ -634,9 +634,9 @@
2010.10.23, Version 0.3.0 (unstable) 1582cfebd6719b2d2373547994b3dca5c8c569c0
-* Bugfix: Do not spin on aceept() with EMFILE
+* Bugfix: Do not spin on accept() with EMFILE
-* Improvments to readline.js (Trent Mick, Johan Euphrosine, Brian White)
+* Improvements to readline.js (Trent Mick, Johan Euphrosine, Brian White)
* Safe constructors (missing 'new' doesn't segfault)
@@ -672,7 +672,7 @@
* Commas last in sys.inspect
-* Constatnts moved from process object to require('constants')
+* Constants moved from process object to require('constants')
* Fix parsing of linux memory (Vitali Lovich)