diff options
author | isaacs <i@izs.me> | 2013-05-24 14:45:24 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-05-24 15:06:33 -0700 |
commit | 30d9e9fdd9d4c33d3d95a129d021cd8b5b91eddb (patch) | |
tree | 7a5f9cc8339508866a79efc97722231bcde0cf51 /ChangeLog | |
parent | 179aa0a8f2cc19d1652febd9fab973d2d13c50d4 (diff) | |
download | node-new-30d9e9fdd9d4c33d3d95a129d021cd8b5b91eddb.tar.gz |
2013.05.24, Version 0.10.8 (Stable)v0.10.8v0.10.8-release
* v8: update to 3.14.5.9
* uv: upgrade to 0.10.8
* npm: Upgrade to 1.2.23
* http: remove bodyHead from 'upgrade' events (Nathan Zadoks)
* http: Return true on empty writes, not false (isaacs)
* http: save roundtrips, convert buffers to strings (Ben Noordhuis)
* configure: respect the --dest-os flag consistently (Nathan Rajlich)
* buffer: throw when writing beyond buffer (Trevor Norris)
* crypto: Clear error after DiffieHellman key errors (isaacs)
* string_bytes: strip padding from base64 strings (Trevor Norris)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,4 +1,27 @@ -2013.05.17, Version 0.10.7 (Stable) +2013.05.24, Version 0.10.8 (Stable) + +* v8: update to 3.14.5.9 + +* uv: upgrade to 0.10.8 + +* npm: Upgrade to 1.2.23 + +* http: remove bodyHead from 'upgrade' events (Nathan Zadoks) + +* http: Return true on empty writes, not false (isaacs) + +* http: save roundtrips, convert buffers to strings (Ben Noordhuis) + +* configure: respect the --dest-os flag consistently (Nathan Rajlich) + +* buffer: throw when writing beyond buffer (Trevor Norris) + +* crypto: Clear error after DiffieHellman key errors (isaacs) + +* string_bytes: strip padding from base64 strings (Trevor Norris) + + +2013.05.17, Version 0.10.7 (Stable), d2fdae197ac542f686ee06835d1153dd43b862e5 * uv: upgrade to v0.10.7 |