diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-09-04 15:34:32 -0700 |
---|---|---|
committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-09-04 15:34:32 -0700 |
commit | 8ee50cea401d25d54ef884987ee7d0224e8cf637 (patch) | |
tree | a21018da387cf5832287e21153509b266f09a95a /ChangeLog | |
parent | 5b1a0e6ef8f5457c75b31d2780e06f7aa76b8c7c (diff) | |
parent | 8b05206665aa38475a4dd76cd313c53360f4e946 (diff) | |
download | node-new-8ee50cea401d25d54ef884987ee7d0224e8cf637.tar.gz |
Merge remote-tracking branch 'upstream/v0.10'
Conflicts:
ChangeLog
src/node_version.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,4 @@ -2013.08.21, Version 0.11.7 (Unstable) +2013.08.21, Version 0.11.7 (Unstable), be52549bfa5311208b5fcdb3ba09210460fa9ceb * uv: upgrade to v0.11.13 @@ -310,6 +310,15 @@ * console: `console.dir()` bypasses inspect() methods (Nathan Rajlich) +2013.09.04, Version 0.10.18 (Stable), 67a1f0c52e0708e2596f3f2134b8386d6112561e + +* uv: Upgrade to v0.10.15 + +* stream: Don't crash on unset _events property (isaacs) + +* stream: Pass 'buffer' encoding with decoded writable chunks (isaacs) + + 2013.08.21, Version 0.10.17 (Stable), 469a4a5091a677df62be319675056b869c31b35c * uv: Upgrade v0.10.14 |