Skip to content

Commit d104114

Browse files
evanlucasFishrock123
authored andcommitted
2016-03-21, Version 5.9.1 (Stable)
Notable changes: * **contextify**: Fix vm regression introduced in v5.9.0 (Ali Ijaz Sheikh) #5800
1 parent 54abbe7 commit d104114

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 2016-03-21, Version 5.9.1 (Stable), @evanlucas
4+
5+
### Notable changes
6+
7+
* **contextify**: Fix vm regression introduced in v5.9.0 (Ali Ijaz Sheikh) https://github.com/nodejs/node/pull/5800
8+
9+
### Commits
10+
11+
* [[`c5d83695e1`](https://github.com/nodejs/node/commit/c5d83695e1)] - **contextify**: tie lifetimes of context & sandbox (Ali Ijaz Sheikh) [#5800](https://github.com/nodejs/node/pull/5800)
12+
13+
314
## 2016-03-16, Version 5.9.0 (Stable), @evanlucas
415

516
### 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 9
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)