summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-10-11 14:22:13 -0700
committerisaacs <i@izs.me>2012-10-11 14:34:11 -0700
commit38c72d4e29574dec5205bcf23c2a85efe65331a4 (patch)
treeddb7f9bbfd57192f56fec69d7f2d3b8af882834b /ChangeLog
parent218f08dbdeb2a5181cd562deb8783a64bb8e7e62 (diff)
downloadandroid-node-v8-38c72d4e29574dec5205bcf23c2a85efe65331a4.tar.gz
android-node-v8-38c72d4e29574dec5205bcf23c2a85efe65331a4.tar.bz2
android-node-v8-38c72d4e29574dec5205bcf23c2a85efe65331a4.zip
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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f74e667341..b4cf0febb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,25 @@
-2012.09.27, Version 0.8.11 (Stable)
+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)