diff options
author | isaacs <i@izs.me> | 2013-06-13 10:35:30 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-06-13 10:35:30 -0700 |
commit | d9d5bc465450ae5d60da32e9ffcf71c2767f1fad (patch) | |
tree | 617475ce75f2c7235f76a6226dd2011985d4302c /ChangeLog | |
parent | 9a4e5937ee9167430fbe4b9b794b82673bd2c833 (diff) | |
download | node-new-d9d5bc465450ae5d60da32e9ffcf71c2767f1fad.tar.gz |
2013.06.13, Version 0.10.11 (Stable)v0.10.11v0.10.11-release
* uv: upgrade to 0.10.11
* npm: Upgrade to 1.2.30
* openssl: add missing configuration pieces for MIPS (Andrei Sedoi)
* Revert "http: remove bodyHead from 'upgrade' events" (isaacs)
* v8: fix pointer arithmetic undefined behavior (Trevor Norris)
* crypto: fix utf8/utf-8 encoding check (Ben Noordhuis)
* net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,4 +1,22 @@ -2013.06.04, Version 0.10.10 (Stable) +2013.06.13, Version 0.10.11 (Stable) + +* uv: upgrade to 0.10.11 + +* npm: Upgrade to 1.2.30 + +* openssl: add missing configuration pieces for MIPS (Andrei Sedoi) + +* Revert "http: remove bodyHead from 'upgrade' events" (isaacs) + +* v8: fix pointer arithmetic undefined behavior (Trevor Norris) + +* crypto: fix utf8/utf-8 encoding check (Ben Noordhuis) + +* net: Fix busy loop on POLLERR|POLLHUP on older linux kernels (Ben Noordhuis, isaacs) + + + +2013.06.04, Version 0.10.10 (Stable), 25e51c396aa23018603baae2b1d9390f5d9db496 * uv: Upgrade to 0.10.10 |