diff options
author | isaacs <i@izs.me> | 2013-08-16 08:31:10 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-08-16 08:32:38 -0700 |
commit | 50b4c905a4425430ae54db4906f88982309e128d (patch) | |
tree | 755c460e90ff7f57fc7d4238bac83ba63e7964f5 /ChangeLog | |
parent | 5abdef790c5b9ea5d8424289bf026b3e422ccf7e (diff) | |
download | node-new-50b4c905a4425430ae54db4906f88982309e128d.tar.gz |
2013.08.16, Version 0.10.16 (Stable)v0.10.16v0.10.16-release
* v8: back-port fix for CVE-2013-2882
* npm: Upgrade to 1.3.8
* crypto: fix assert() on malformed hex input (Ben Noordhuis)
* crypto: fix memory leak in randomBytes() error path (Ben Noordhuis)
* events: fix memory leak, don't leak event names (Ben Noordhuis)
* http: Handle hex/base64 encodings properly (isaacs)
* http: improve chunked res.write(buf) performance (Ben Noordhuis)
* stream: Fix double pipe error emit (Eran Hammer)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2013.08.16, Version 0.10.16 (Stable) + +* v8: back-port fix for CVE-2013-2882 + +* npm: Upgrade to 1.3.8 + +* crypto: fix assert() on malformed hex input (Ben Noordhuis) + +* crypto: fix memory leak in randomBytes() error path (Ben Noordhuis) + +* events: fix memory leak, don't leak event names (Ben Noordhuis) + +* http: Handle hex/base64 encodings properly (isaacs) + +* http: improve chunked res.write(buf) performance (Ben Noordhuis) + +* stream: Fix double pipe error emit (Eran Hammer) + + 2013.07.25, Version 0.10.15 (Stable) * src: fix process.getuid() return value (Ben Noordhuis) |