summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-07-22 03:10:38 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-07-22 03:10:38 -0700
commit0ed1354119487f164887989715c9a43ac22a65f6 (patch)
treeacedfe3e85380e5aa254160d5719d490c31a8ecc /ChangeLog
parentdaead5f5bb6dc9ce4fc5fd984bd48deecffe1dae (diff)
parenteffc4469d00f53c0ce4057d385a968093db3d645 (diff)
downloadandroid-node-v8-0ed1354119487f164887989715c9a43ac22a65f6.tar.gz
android-node-v8-0ed1354119487f164887989715c9a43ac22a65f6.tar.bz2
android-node-v8-0ed1354119487f164887989715c9a43ac22a65f6.zip
Merge branch 'v0.4'
Conflicts: ChangeLog deps/v8/src/version.cc doc/index.html src/node_version.h test/simple/test-url.js wscript
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee02d8027a..a68e1dbef0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,6 +77,33 @@
* DTrace probes: support X-Forwarded-For (Dave Pacheco)
+2011.07.19, Version 0.4.10 (stable)
+
+* #394 Fix Buffer drops last null character in UTF-8
+
+* #829 Backport r8577 from V8 (Ben Noordhuis)
+
+* #877 Don't wait for HTTP Agent socket pool to establish connections.
+
+* #915 Find kqueue on FreeBSD correctly (Brett Kiefer)
+
+* #1085 HTTP: Fix race in abort/dispatch code (Stefan Rusu)
+
+* #1274 debugger improvement (Yoshihiro Kikuchi)
+
+* #1291 Properly respond to HEAD during end(body) hot path (Reid Burke)
+
+* #1304 TLS: Fix race in abort/connection code (Stefan Rusu)
+
+* #1360 Allow _ in url hostnames.
+
+* Revert 37d529f8 - unbreaks debugger command parsing.
+
+* Bring back global execScript
+
+* Doc improvements
+
+
2011.06.29, Version 0.4.9 (stable)
* Improve documentation