summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-01-31 18:18:00 -0800
committerisaacs <i@izs.me>2012-01-31 18:18:00 -0800
commit18d179c2d8f916c07a763ea8e99ed6dc77751bfa (patch)
treed2066d272d5e81f21c355e0ab9b6432dcebd3c5f /ChangeLog
parent33b7fc250f061af42b595decf6c0edf360c5aae9 (diff)
parent7e0bf7d57de318f45a097e05644efa49beb65209 (diff)
downloadandroid-node-v8-18d179c2d8f916c07a763ea8e99ed6dc77751bfa.tar.gz
android-node-v8-18d179c2d8f916c07a763ea8e99ed6dc77751bfa.tar.bz2
android-node-v8-18d179c2d8f916c07a763ea8e99ed6dc77751bfa.zip
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--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f330c6bde..f49b6d70ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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