Skip to content

Commit a4705f6

Browse files
committed
2016-05-17, Version 6.2.0 (Stable)
- **buffer**: fix lastIndexOf and indexOf in various edge cases (Anna Henningsen) [nodejs#6511](nodejs#6511) - **child_process**: use /system/bin/sh on android (Ben Noordhuis) [nodejs#6745](nodejs#6745) - **deps**: - upgrade npm to 3.8.9 (Rebecca Turner) [nodejs#6664](nodejs#6664) - upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) [nodejs#6572](nodejs#6572) - upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) [nodejs#6796](nodejs#6796) - Intl: ICU 57 bump (Steven R. Loomis) [nodejs#6088](nodejs#6088) - **repl**: - copying tabs shouldn't trigger completion (Eugene Obrezkov) [nodejs#5958](nodejs#5958) - exports `Recoverable` (Blake Embrey) [nodejs#3488](nodejs#3488) - **src**: add O_NOATIME constant (Rich Trott) [nodejs#6492](nodejs#6492) - **src,module**: add --preserve-symlinks command line flag (James M Snell) [nodejs#6537](nodejs#6537) - **util**: adhere to `noDeprecation` set at runtime (Anna Henningsen) [nodejs#6683](nodejs#6683) As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode. PR-URL: nodejs#6810
1 parent e3920d1 commit a4705f6

3 files changed

Lines changed: 154 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ release.
2626
</tr>
2727
<tr>
2828
<td valign="top">
29-
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.1.0">6.1.0</a></b><br/>
29+
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.2.0">6.2.0</a></b><br/>
30+
<a href="doc/changelogs/CHANGELOG_V6.md#6.1.0">6.1.0</a><br/>
3031
<a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">6.0.0</a><br/>
3132
</td>
3233
<td valign="top">
@@ -144,7 +145,7 @@ release.
144145

145146
### Notes
146147

147-
* Release streams marked with `LTS` are currently covered by the
148+
* Release streams marked with `LTS` are currently covered by the
148149
[Node.js Long Term Support plan](https://github.com/nodejs/LTS).
149150
* Release versions displayed in **bold** text represent the most
150151
recent actively supported release.

0 commit comments

Comments
 (0)