summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-09-12 15:13:07 -0700
committerisaacs <i@izs.me>2012-09-12 15:13:07 -0700
commitbb207c2827cd758dd273adb28badeb9ec2586939 (patch)
tree0ce4270a6a138345b41ce738eb8e517c7b890d7b /ChangeLog
parentd3fa0dcb89d986f267b2394d347ef30f6a03dc56 (diff)
parent451ff1540ab536237e8d751d241d7fc3391a4087 (diff)
downloadandroid-node-v8-bb207c2827cd758dd273adb28badeb9ec2586939.tar.gz
android-node-v8-bb207c2827cd758dd273adb28badeb9ec2586939.tar.bz2
android-node-v8-bb207c2827cd758dd273adb28badeb9ec2586939.zip
Merge remote-tracking branch 'ry/v0.8' into master
Conflicts: ChangeLog src/node_version.h test/simple/test-util-inspect.js
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 46 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d5b698d78..a26c22f2f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -86,7 +86,52 @@
* Fix #3521 Make process.env more like a regular Object (isaacs)
-2012.08.22, Version 0.8.8 (Stable)
+2012.09.11, Version 0.8.9 (Stable), b88c3902b241cf934e75443b934f2033ad3915b1
+
+* v8: upgrade to 3.11.10.22
+
+* GYP: upgrade to r1477
+
+* npm: Upgrade to 1.1.61
+
+* npm: Don't create world-writable files (isaacs)
+
+* windows: fix single-accept mode for shared server sockets (Bert Belder)
+
+* windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
+
+* windows: don't throw when a signal handler is attached (Bert Belder)
+
+* unix: fix memory leak in udp (Ben Noordhuis)
+
+* unix: map errno ESPIPE (Ben Noordhuis)
+
+* unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
+
+* sunos: fix os.cpus() on x86_64 (Ben Noordhuis)
+
+* child process: fix processes with IPC channel don't emit 'close' (Bert Belder)
+
+* build: add a "--dest-os" option to force a gyp "flavor" (Nathan Rajlich)
+
+* build: set `process.platform` to "sunos" on SunOS (Nathan Rajlich)
+
+* build: fix `make -j` fails after `make clean` (Bearice Ren)
+
+* build: fix openssl configuration for "arm" builds (Nathan Rajlich)
+
+* tls: support unix domain socket/named pipe in tls.connect (Shigeki Ohtsu)
+
+* https: make https.get() accept a URL (koichik)
+
+* http: respect HTTP/1.0 TE header (Ben Noordhuis)
+
+* crypto, tls: Domainify setSNICallback, pbkdf2, randomBytes (Ben Noordhuis)
+
+* stream.pipe: Don't call destroy() unless it's a function (isaacs)
+
+
+2012.08.22, Version 0.8.8 (Stable), a299c97bbc701f4d460e91214d7bfe7a9589d361
* V8: upgrade to 3.11.10.19