summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2016-06-16 12:08:07 -0500
committerEvan Lucas <evanlucas@me.com>2016-06-17 10:48:07 -0500
commite427150e75e6501cb01775d544d4c47f94872203 (patch)
tree53c8c2b342c07500e9d7b012eed9dec5c0ed27b4 /CHANGELOG.md
parentb77eb8c66c01083ddd11408c9660a4b0991ca869 (diff)
downloadandroid-node-v8-e427150e75e6501cb01775d544d4c47f94872203.tar.gz
android-node-v8-e427150e75e6501cb01775d544d4c47f94872203.tar.bz2
android-node-v8-e427150e75e6501cb01775d544d4c47f94872203.zip
2016-06-17, Version 6.2.2 (Current) Release
Notable changes: * **http**: - req.read(0) could cause incoming connections to stall and time out under certain conditions. (Fedor Indutny) [#7211](https://github.com/nodejs/node/pull/7211) - When freeing the socket to be reused in keep-alive Agent wait for both prefinish and end events. Otherwise the next request may be written before the previous one has finished sending the body, leading to a parser errors. (Fedor Indutny) [#7149](https://github.com/nodejs/node/pull/7149) * **npm**: upgrade npm to 3.9.5 (Kat Marchán) [#7139](https://github.com/nodejs/node/pull/7139) PR-URL: https://github.com/nodejs/node/pull/7323
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86676b4bb2..52c7c35ba4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,7 +26,8 @@ release.
</tr>
<tr>
<td valign="top">
-<b><a href="doc/changelogs/CHANGELOG_V6.md#6.2.1">6.2.1</a></b><br/>
+<b><a href="doc/changelogs/CHANGELOG_V6.md#6.2.2">6.2.2</a></b><br/>
+<a href="doc/changelogs/CHANGELOG_V6.md#6.2.1">6.2.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.2.0">6.2.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.1.0">6.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">6.0.0</a><br/>