Browse Source

2017-01-05, Version 6.9.4 'Boron' (LTS)

This is a special release that contains 0 commits. While promoting
additional platforms for v6.9.3 after the release, the tarballs on the
release server were overwritten and now have different shasums. In
order to remove any ambiguity around the release we have opted to do a
semver patch release with no changes.
v6.x v6.9.4
Myles Borins 8 years ago
parent
commit
f098f8295c
  1. 3
      CHANGELOG.md
  2. 19
      doc/changelogs/CHANGELOG_V6.md
  3. 2
      src/node_version.h

3
CHANGELOG.md

@ -26,7 +26,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.3">6.9.3</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V6.md#6.9.4">6.9.4</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.3">6.9.3</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.2">6.9.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.1">6.9.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V6.md#6.9.0">6.9.0</a><br/>

19
doc/changelogs/CHANGELOG_V6.md

@ -7,9 +7,10 @@
</tr>
<tr>
<td valign="top">
<a href="#6.9.3">6.9.3</a><br/>
<a href="#6.9.4">6.9.4</a><br/>
</td>
<td valign="top">
<a href="#6.9.3">6.9.3</a><br/>
<a href="#6.9.2">6.9.2</a><br/>
<a href="#6.9.1">6.9.1</a><br/>
<a href="#6.9.0">6.9.0</a><br/>
@ -42,6 +43,22 @@
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
will be supported actively until April 2018 and maintained until April 2019.
<a id="6.9.4"></a>
## 2017-01-05, Version 6.9.4 'Boron' (LTS), @MylesBorins
This is a special release that contains 0 commits. While promoting additional
platforms for v6.9.3 after the release, the tarballs on the release server were
overwritten and now have different shasums. In order to remove any ambiguity
around the release we have opted to do a semver patch release with no changes.
### Notable Changes
N/A
### Commits
N/A
<a id="6.9.3"></a>
## 2017-01-03, Version 6.9.3 'Boron' (LTS), @MylesBorins

2
src/node_version.h

@ -8,7 +8,7 @@
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Boron"
#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

Loading…
Cancel
Save