summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNathan Rajlich <nathan@tootallnate.net>2012-10-13 16:16:56 -0700
committerNathan Rajlich <nathan@tootallnate.net>2012-10-13 16:16:56 -0700
commit4b238b4c2ae8f5cf409cea5ca214b480b00e1a86 (patch)
tree0c403c3a2f0f117bfe7230fc7bfbd197ebf78845 /ChangeLog
parent47643d2ec517ceb8f7ce180142262e393c4d8e89 (diff)
parent4a23add90f155e6761d443d1277a31c2a2a4abb2 (diff)
downloadnode-new-4b238b4c2ae8f5cf409cea5ca214b480b00e1a86.tar.gz
Merge remote-tracking branch 'origin/v0.8'
Conflicts: AUTHORS ChangeLog deps/uv/test/runner-win.c doc/api/process.markdown lib/repl.js src/node_crypto.cc src/node_version.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7632b4b367..feda2aa8eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -129,6 +129,27 @@
* Fix #3521 Make process.env more like a regular Object (isaacs)
+2012.10.12, Version 0.8.12 (Stable)
+
+* npm: Upgrade to 1.1.63
+
+* crypto: Reduce stability index to 2-Unstable (isaacs)
+
+* windows: fix handle leak in uv_fs_utime (Bert Belder)
+
+* windows: fix application crashed popup in debug version (Bert Belder)
+
+* buffer: report proper retained size in profiler (Ben Noordhuis)
+
+* buffer: fix byteLength with UTF-16LE (koichik)
+
+* repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan Rajlich)
+
+* repl: make invalid RegExp modifiers throw in the REPL (Nathan Rajlich)
+
+* http: handle multiple Proxy-Authenticate values (Willi Eggeling)
+
+
2012.09.27, Version 0.8.11 (Stable), e1f39468fa580c1e4cb15fac621f87944ee625dc
* fs: Fix stat() size reporting for large files (Ben Noordhuis)