diff options
author | isaacs <i@izs.me> | 2012-01-31 18:18:00 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-01-31 18:18:00 -0800 |
commit | 18d179c2d8f916c07a763ea8e99ed6dc77751bfa (patch) | |
tree | d2066d272d5e81f21c355e0ab9b6432dcebd3c5f /ChangeLog | |
parent | 33b7fc250f061af42b595decf6c0edf360c5aae9 (diff) | |
parent | 7e0bf7d57de318f45a097e05644efa49beb65209 (diff) | |
download | node-new-18d179c2d8f916c07a763ea8e99ed6dc77751bfa.tar.gz |
Merge remote-tracking branch 'ry/v0.6' into master
Conflicts:
ChangeLog
deps/uv/src/unix/udp.c
deps/uv/src/win/fs.c
deps/uv/src/win/udp.c
deps/uv/test/test-fs.c
doc/index.html
doc/logos/index.html
doc/template.html
src/node_version.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -32,6 +32,24 @@ * Bug fixes +2012.01.27, Version 0.6.9 (stable) + +* dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordhuis) + - Note: Windows UDP support not yet complete. + +* http: Fix parser memory leak (koichik) + +* zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse) + +* module: fix --debug-brk on symlinked scripts (Fedor Indutny) + +* Documentation Restyling (Matthew Fitzsimmons) + +* Update npm to 1.1.0-3 (isaacs) + +* Windows: fix regression in stat() calls to C:\ (Bert Belder) + + 2012.01.19, Version 0.6.8 (stable), d18cebaf8a7ac701dabd71a3aa4eb0571db6a645 * Update V8 to 3.6.6.19 |