diff options
author | isaacs <i@izs.me> | 2012-09-28 09:47:48 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-09-28 09:47:48 -0700 |
commit | ae40f1c438050bf4607143862259ae10931e3a3c (patch) | |
tree | 0e90ed620fd8dd2eab01388eacbfae1615359553 /ChangeLog | |
parent | d68c02e3fe50405279a138e908701558939ce926 (diff) | |
parent | 33a5c8a814483ff48ba3acd94e091335b3536870 (diff) | |
download | node-new-ae40f1c438050bf4607143862259ae10931e3a3c.tar.gz |
Merge remote-tracking branch 'ry/v0.8' into v0.8-merge
Conflicts:
AUTHORS
ChangeLog
deps/openssl/openssl.gyp
deps/uv/src/unix/linux/linux-core.c
deps/uv/src/unix/process.c
deps/uv/src/unix/stream.c
deps/v8/src/arm/builtins-arm.cc
deps/v8/src/arm/code-stubs-arm.cc
deps/v8/src/arm/full-codegen-arm.cc
lib/tls.js
src/node_version.h
test/simple/test-http-client-timeout-agent.js
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -129,6 +129,52 @@ * Fix #3521 Make process.env more like a regular Object (isaacs) +2012.09.27, Version 0.8.11 (Stable), e1f39468fa580c1e4cb15fac621f87944ee625dc + +* fs: Fix stat() size reporting for large files (Ben Noordhuis) + + +2012.09.25, Version 0.8.10 (Stable) + +* npm: Upgrade to 1.1.62 + +* repl: make invalid RegExps throw in the REPL (Nathan Rajlich) + +* v8: loosen artificial mmap constraint (Bryan Cantrill) + +* process: fix setuid() and setgid() error reporting (Ben Noordhuis) + +* domain: Properly exit() on domain disposal (isaacs) + +* fs: fix watchFile() missing deletion events (Ben Noordhuis) + +* fs: fix assert in fs.watch() (Ben Noordhuis) + +* fs: don't segfault on deeply recursive stat() (Ben Noordhuis) + +* http: Remove timeout handler when data arrives (Frédéric Germain) + +* http: make the client "res" object gets the same domain as "req" (Nathan Rajlich) + +* windows: don't blow up when an invalid FD is used (Bert Belder) + +* unix: map EDQUOT to UV_ENOSPC (Charlie McConnell) + +* linux: improve /proc/cpuinfo parser (Ben Noordhuis) + +* win/tty: reset background brightness when color is set to default (Bert Belder) + +* unix: put child process stdio fds in blocking mode (Ben Noordhuis) + +* unix: fix EMFILE busy loop (Ben Noordhuis) + +* sunos: don't set TCP_KEEPALIVE (Ben Noordhuis) + +* tls: Use slab allocator for memory management (Fedor Indutny) + +* openssl: Use optimized assembly code for x86 and x64 (Bert Belder) + + 2012.09.11, Version 0.8.9 (Stable), b88c3902b241cf934e75443b934f2033ad3915b1 * v8: upgrade to 3.11.10.22 |