Skip to content

Commit

Permalink
2016-03-21, Version 5.9.1 (Stable)
Browse files Browse the repository at this point in the history
Notable changes:

* **contextify**: Fix vm regression introduced in v5.9.0 (Ali Ijaz
Sheikh) #5800
  • Loading branch information
evanlucas committed Mar 21, 2016
1 parent c5d8369 commit 577f3a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Node.js ChangeLog

## 2016-03-21, Version 5.9.1 (Stable), @evanlucas

### Notable changes

* **contextify**: Fix vm regression introduced in v5.9.0 (Ali Ijaz Sheikh) https://github.com/nodejs/node/pull/5800

### Commits

* [[`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)


## 2016-03-16, Version 5.9.0 (Stable), @evanlucas

### Notable changes
Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 9
#define NODE_PATCH_VERSION 1

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 577f3a2

Please sign in to comment.