Skip to content

Commit b94cacf

Browse files
committed
2016-03-14, Version 5.8.1 (Stable)
Notable changes: * **governance**: The following members have been added as collaborators: - Andreas Madsen (@AndreasMadsen) - Benjamin Gruenbaum (@benjamingr) - Claudio Rodriguez (@claudiorodriguez) - Glen Keane (@thekemkid) - Jeremy Whitlock (@whitlockjc) - Matt Loring (@matthewloring) - Phillip Johnsen (@phillipj) * **lib**: copy arguments object instead of leaking it (Nathan Woltman) #4361 * **zlib**: add support for concatenated members (Kári Tristan Helgason) #5120 PR-URL: #5702
1 parent 287ea7a commit b94cacf

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
# Node.js ChangeLog
22

3+
## 2016-03-14, Version 5.8.1 (Stable), @evanlucas
4+
5+
### Notable changes
6+
7+
* **governance**: The following members have been added as collaborators:
8+
- Andreas Madsen (@AndreasMadsen)
9+
- Benjamin Gruenbaum (@benjamingr)
10+
- Claudio Rodriguez (@claudiorodriguez)
11+
- Glen Keane (@thekemkid)
12+
- Jeremy Whitlock (@whitlockjc)
13+
- Matt Loring (@matthewloring)
14+
- Phillip Johnsen (@phillipj)
15+
* **lib**:
16+
- copy arguments object instead of leaking it (Nathan Woltman) [#4361](https://github.com/nodejs/node/pull/4361)
17+
18+
### Commits
19+
20+
* [[`997f88f050`](https://github.com/nodejs/node/commit/997f88f050)] - ***Revert*** "**build**: run lint before tests" (Rich Trott) [#5602](https://github.com/nodejs/node/pull/5602)
21+
* [[`6071920139`](https://github.com/nodejs/node/commit/6071920139)] - **build**: don't install github templates (Johan Bergström) [#5612](https://github.com/nodejs/node/pull/5612)
22+
* [[`ee1af7b283`](https://github.com/nodejs/node/commit/ee1af7b283)] - **collaborator_guide**: clarify commit message rules (Wyatt Preul) [#5661](https://github.com/nodejs/node/pull/5661)
23+
* [[`011d55704d`](https://github.com/nodejs/node/commit/011d55704d)] - **deps**: sync deps/http_parser with nodejs/http_parser (James M Snell) [#5600](https://github.com/nodejs/node/pull/5600)
24+
* [[`328c7efab7`](https://github.com/nodejs/node/commit/328c7efab7)] - **doc**: add AndreasMadsen to collaborators (Andreas Madsen) [#5666](https://github.com/nodejs/node/pull/5666)
25+
* [[`6443bf2587`](https://github.com/nodejs/node/commit/6443bf2587)] - **doc**: add benjamingr to collaborator list (Benjamin Gruenbaum) [#5664](https://github.com/nodejs/node/pull/5664)
26+
* [[`2a3394f0c5`](https://github.com/nodejs/node/commit/2a3394f0c5)] - **doc**: remove non-standard use of hyphens (Stefano Vozza)
27+
* [[`8f8db447df`](https://github.com/nodejs/node/commit/8f8db447df)] - **doc**: add onboarding resources (Jeremiah Senkpiel) [#3726](https://github.com/nodejs/node/pull/3726)
28+
* [[`4d33509019`](https://github.com/nodejs/node/commit/4d33509019)] - **doc**: update fansworld-claudio username on README (Claudio Rodriguez) [#5680](https://github.com/nodejs/node/pull/5680)
29+
* [[`6b25fd1e22`](https://github.com/nodejs/node/commit/6b25fd1e22)] - **doc**: fix typo in api/fs (Daijiro Wachi) [#5678](https://github.com/nodejs/node/pull/5678)
30+
* [[`87adcda5ee`](https://github.com/nodejs/node/commit/87adcda5ee)] - **doc**: fix typo in api/dgram (Daijiro Wachi) [#5678](https://github.com/nodejs/node/pull/5678)
31+
* [[`770c0c5938`](https://github.com/nodejs/node/commit/770c0c5938)] - **doc**: fix typo in api/addons (Daijiro Wachi) [#5678](https://github.com/nodejs/node/pull/5678)
32+
* [[`be55939e1d`](https://github.com/nodejs/node/commit/be55939e1d)] - **doc**: clarify when writable.write callback is called (Kevin Locke) [#4810](https://github.com/nodejs/node/pull/4810)
33+
* [[`b22585b7a9`](https://github.com/nodejs/node/commit/b22585b7a9)] - **doc**: update release tweet template (Jeremiah Senkpiel) [#5628](https://github.com/nodejs/node/pull/5628)
34+
* [[`6365882691`](https://github.com/nodejs/node/commit/6365882691)] - **doc**: fix dns.resolveCname description typo (axvm) [#5622](https://github.com/nodejs/node/pull/5622)
35+
* [[`082f57eb78`](https://github.com/nodejs/node/commit/082f57eb78)] - **doc**: fix markdown links (Steve Mao) [#5641](https://github.com/nodejs/node/pull/5641)
36+
* [[`9fc427a087`](https://github.com/nodejs/node/commit/9fc427a087)] - **doc**: add mattloring to collaborators (Matt Loring) [#5662](https://github.com/nodejs/node/pull/5662)
37+
* [[`2eb5ebd139`](https://github.com/nodejs/node/commit/2eb5ebd139)] - **doc**: add whitlockjc to collaborators (Jeremy Whitlock) [#5665](https://github.com/nodejs/node/pull/5665)
38+
* [[`d9e9c09318`](https://github.com/nodejs/node/commit/d9e9c09318)] - **doc**: add fansworld-claudio to collaborators (Claudio Rodriguez) [#5668](https://github.com/nodejs/node/pull/5668)
39+
* [[`31db6ecc1a`](https://github.com/nodejs/node/commit/31db6ecc1a)] - **doc**: add phillipj to collaborators (Phillip Johnsen) [#5663](https://github.com/nodejs/node/pull/5663)
40+
* [[`9386c800ec`](https://github.com/nodejs/node/commit/9386c800ec)] - **doc**: add thekemkid to collaborators (Glen Keane) [#5667](https://github.com/nodejs/node/pull/5667)
41+
* [[`e0ceb684b3`](https://github.com/nodejs/node/commit/e0ceb684b3)] - **doc**: include typo in 'unhandledRejection' example (Robert C Jensen) [#5654](https://github.com/nodejs/node/pull/5654)
42+
* [[`1374bd494e`](https://github.com/nodejs/node/commit/1374bd494e)] - **doc**: fix typo in child_process docs (Benjamin Gruenbaum) [#5681](https://github.com/nodejs/node/pull/5681)
43+
* [[`87b8c3b40b`](https://github.com/nodejs/node/commit/87b8c3b40b)] - **doc**: update removeListener behaviour (Vaibhav) [#5201](https://github.com/nodejs/node/pull/5201)
44+
* [[`680db5b380`](https://github.com/nodejs/node/commit/680db5b380)] - **doc**: move build instructions to a new document (Johan Bergström) [#5634](https://github.com/nodejs/node/pull/5634)
45+
* [[`c678b52aa5`](https://github.com/nodejs/node/commit/c678b52aa5)] - **doc**: add clarification on birthtime in fs stat (Kári Tristan Helgason) [#5479](https://github.com/nodejs/node/pull/5479)
46+
* [[`4d6fe300fe`](https://github.com/nodejs/node/commit/4d6fe300fe)] - **doc**: fix v5.8.0 changelog heading (Jeremiah Senkpiel) [#5559](https://github.com/nodejs/node/pull/5559)
47+
* [[`ab838e44da`](https://github.com/nodejs/node/commit/ab838e44da)] - **docs**: update link to iojs+release ci job (Myles Borins) [#5632](https://github.com/nodejs/node/pull/5632)
48+
* [[`429a24a59f`](https://github.com/nodejs/node/commit/429a24a59f)] - **lib**: copy arguments object instead of leaking it (Nathan Woltman) [#4361](https://github.com/nodejs/node/pull/4361)
49+
* [[`12351762c1`](https://github.com/nodejs/node/commit/12351762c1)] - **test**: eval a strict function (Kári Tristan Helgason) [#5250](https://github.com/nodejs/node/pull/5250)
50+
* [[`a6b5272b6c`](https://github.com/nodejs/node/commit/a6b5272b6c)] - **test**: improve test-npm-install (Santiago Gimeno) [#5613](https://github.com/nodejs/node/pull/5613)
51+
* [[`c783dd434a`](https://github.com/nodejs/node/commit/c783dd434a)] - **test**: add batch of known issue tests (cjihrig) [#5653](https://github.com/nodejs/node/pull/5653)
52+
* [[`c1e46272e3`](https://github.com/nodejs/node/commit/c1e46272e3)] - **timers**: greatly improve code comments (Jeremiah Senkpiel) [#4007](https://github.com/nodejs/node/pull/4007)
53+
* [[`5f630eb222`](https://github.com/nodejs/node/commit/5f630eb222)] - **timers**: refactor timers (Jeremiah Senkpiel) [#4007](https://github.com/nodejs/node/pull/4007)
54+
* [[`a6573fdad6`](https://github.com/nodejs/node/commit/a6573fdad6)] - **win,build**: support Visual C++ Build Tools 2015 (João Reis) [#5627](https://github.com/nodejs/node/pull/5627)
55+
356
## 2016-03-08, Version 5.8.0 (Stable), @Fishrock123
457

558
### Notable changes

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define NODE_MINOR_VERSION 8
66
#define NODE_PATCH_VERSION 1
77

8-
#define NODE_VERSION_IS_RELEASE 0
8+
#define NODE_VERSION_IS_RELEASE 1
99

1010
#ifndef NODE_STRINGIFY
1111
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)