diff options
author | isaacs <i@izs.me> | 2012-02-02 16:04:47 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-02 16:56:42 -0800 |
commit | 051908e023f87894fa68f5b64d0b99a19a7db01e (patch) | |
tree | 57304c4aebd2fe40e54392caad122520fc01cb9c /ChangeLog | |
parent | 5937d02aed663ca0832f2bad09620ee50579695c (diff) | |
download | node-new-051908e023f87894fa68f5b64d0b99a19a7db01e.tar.gz |
2012.02.02, Version 0.6.10 (stable)v0.6.10
* Update V8 to 3.6.6.20
* Add npm msysgit bash shim to msi installer (isaacs)
* buffers: fix intermittent out of bounds error (Ben Noordhuis)
* buffers: honor length argument in base64 decoder (Ben Noordhuis)
* windows: Fix path.exists regression (Bert Belder)
* Make QueryString.parse run faster (Philip Tellis)
* http: avoid freeing http-parser objects too early (koichik)
* timers: add v0.4 compatibility hack (Ben Noordhuis)
* Proper EPERM error code support (Igor Zinkovsky, Brandon Philips)
* dgram: Implement udp multicast methods on windows (Bert Belder)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,4 +1,27 @@ -2012.01.27, Version 0.6.9 (stable) +2012.02.02, Version 0.6.10 (stable) + +* Update V8 to 3.6.6.20 + +* Add npm msysgit bash shim to msi installer (isaacs) + +* buffers: fix intermittent out of bounds error (Ben Noordhuis) + +* buffers: honor length argument in base64 decoder (Ben Noordhuis) + +* windows: Fix path.exists regression (Bert Belder) + +* Make QueryString.parse run faster (Philip Tellis) + +* http: avoid freeing http-parser objects too early (koichik) + +* timers: add v0.4 compatibility hack (Ben Noordhuis) + +* Proper EPERM error code support (Igor Zinkovsky, Brandon Philips) + +* dgram: Implement udp multicast methods on windows (Bert Belder) + + +2012.01.27, Version 0.6.9 (stable), f19e20d33f57c4d2853aaea7d2724d44f3b0012f * dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordhuis) - Note: Windows UDP support not yet complete. |