X Tutup
The Wayback Machine - https://web.archive.org/web/20201203020339/https://github.com/dhanesh/node/releases
Skip to content
Sep 8, 2015
2015-09-08 Node.js v4.0.0 Release
Sep 8, 2015
2015-09-08 Node.js v4.0.0 RC 5
Sep 8, 2015
2015-09-08 Node.js v4.0.0 RC 4
Sep 8, 2015
2015-09-08 Node.js v4.0.0 RC 3
Sep 7, 2015
2015-09-07 Node.js v4.0.0 RC 2
Sep 6, 2015
2015-09-05 io.js v4.0.0 RC 1
Sep 6, 2015
cpplint: make it possible to run outside git repo
cpplint uses the top-level .git directory to determine what the root is
for #include guards.  If it doesn't find a .git directory, it walks up
all the way to the system root and subsequently complains that guards
must be written as HOME_USER_SRC_NODE_SRC_FILENAME_H_.

This commit replaces the .git-based path munging with a fixed root path
relative to the location of the cpplint script, making it possible to
successfully run `make test` from an extracted tarball.

Fixes: nodejs#2693

Fixes: nodejs#2693
PR-URL: nodejs#2710
Reviewed-By: thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Sep 2, 2015
2015-09-02 io.js v3.3.0 Release
Aug 25, 2015
2015-08-25 io.js v3.2.0 Release
Aug 19, 2015
2015-08-19 io.js v3.1.0 Release
You can’t perform that action at this time.
X Tutup