diff options
author | isaacs <i@izs.me> | 2013-01-11 10:18:07 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-01-11 10:18:07 -0800 |
commit | 97db62b4d9f7de385ccbcddb70ae048b050f5c24 (patch) | |
tree | b229a05031c68d0b2f087d6bccebf65d85b80f1d /ChangeLog | |
parent | 6a91eab0970a87431743c79ecb8e3efaed1796d9 (diff) | |
parent | 4fa3fd1cc0eb5a63d8b3644af5b4dc2d6cc0cc86 (diff) | |
download | node-new-97db62b4d9f7de385ccbcddb70ae048b050f5c24.tar.gz |
Merge remote-tracking branch 'ry/v0.8' into master
Conflicts:
AUTHORS
ChangeLog
Makefile
src/node_version.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,4 +1,3 @@ -2012.12.30, Version 0.9.5 (Unstable) * assert: improve support for new execution contexts (lukebayes) @@ -240,6 +239,22 @@ * Fix #3521 Make process.env more like a regular Object (isaacs) +2013.01.09, Version 0.8.17 (Stable), c50c33e9397d7a0a8717e8ce7530572907c054ad + +* npm: Upgrade to v1.2.0 + - peerDependencies (Domenic Denicola) + - node-gyp v0.8.2 (Nathan Rajlich) + - Faster installs from github user/project shorthands (Nathan Zadoks) + +* typed arrays: fix 32 bit size/index overflow (Ben Noordhuis) + +* http: Improve performance of single-packet responses (Ben Noordhuis) + +* install: fix openbsd man page location (Ben Noordhuis) + +* http: bubble up parser errors to ClientRequest (Brian White) + + 2012.12.13, Version 0.8.16 (Stable), 1c9c6277d5cfcaaac8569c0c8f7daa64292048a9 * npm: Upgrade to 1.1.69 |