Browse Source

2015-04-14 io.js v1.7.1 Release

Notable changes:

* build: A syntax error in the Makefile for release builds caused
  1.7.0 to be DOA and unreleased. (Rod Vagg) #1421
v1.8.0-commit v1.7.1
Rod Vagg 10 years ago
parent
commit
44e1f68fb6
  1. 10
      CHANGELOG.md
  2. 2
      src/node_version.h

10
CHANGELOG.md

@ -1,5 +1,15 @@
# io.js ChangeLog
## 2015-04-14, Version 1.7.1, @rvagg
### Notable changes
* **build**: A syntax error in the Makefile for release builds caused 1.7.0 to be DOA and unreleased. (Rod Vagg) [#1421](https://github.com/iojs/io.js/pull/1421).
### Commits
* [[`aee86a21f2`](https://github.com/iojs/io.js/commit/aee86a21f2)] - **build**: fix RELEASE check (Rod Vagg) [#1421](https://github.com/iojs/io.js/pull/1421)
## 2015-04-14, Version 1.7.0, @rvagg
### Notable changes

2
src/node_version.h

@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 7
#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)

Loading…
Cancel
Save