summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-05-01 15:44:47 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-05-01 15:44:47 -0700
commit8637a40ea8c2b464c02ccad3ae42a66965b1b3f3 (patch)
tree3f9f7132f144ad7ca26bafe49adb417c42eb89e0 /ChangeLog
parentb19b60a05c30fa4108c37ddfcabb9313655af652 (diff)
parent1285008fcaa4edc2f810577b42a37cf96696cdf4 (diff)
downloadandroid-node-v8-8637a40ea8c2b464c02ccad3ae42a66965b1b3f3.tar.gz
android-node-v8-8637a40ea8c2b464c02ccad3ae42a66965b1b3f3.tar.bz2
android-node-v8-8637a40ea8c2b464c02ccad3ae42a66965b1b3f3.zip
Merge remote-tracking branch 'upstream/v0.10'
Conflicts: AUTHORS ChangeLog src/node_version.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 327363b933..8b123c005e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -561,6 +561,39 @@
* console: `console.dir()` bypasses inspect() methods (Nathan Rajlich)
+2014.05.01, Version 0.10.27 (Stable), cb7911f78ae96ef7a540df992cc1359ba9636e86
+
+* npm: upgrade to v1.4.8
+
+* openssl: upgrade to 1.0.1g
+
+* uv: update to v0.10.27
+
+* dns: fix certain txt entries (Fedor Indutny)
+
+* assert: Ensure reflexivity of deepEqual (Mike Pennisi)
+
+* child_process: fix deadlock when sending handles (Fedor Indutny)
+
+* child_process: fix sending handle twice (Fedor Indutny)
+
+* crypto: do not lowercase cipher/hash names (Fedor Indutny)
+
+* dtrace: workaround linker bug on FreeBSD (Fedor Indutny)
+
+* http: do not emit EOF non-readable socket (Fedor Indutny)
+
+* http: invoke createConnection when no agent (Nathan Rajlich)
+
+* stream: remove useless check (Brian White)
+
+* timer: don't reschedule timer bucket in a domain (Greg Brail)
+
+* url: treat \ the same as / (isaacs)
+
+* util: format as Error if instanceof Error (Rod Vagg)
+
+
2014.02.18, Version 0.10.26 (Stable), cc56c62ed879ad4f93b1fdab3235c43e60f48b7e
* uv: Upgrade to v0.10.25 (Timothy J Fontaine)