CHANGELOG.md
15 KB
v3.6.1 2017-04-30
- [<code>49801716c2</code>] - test: fix test-find-python on v0.10.x buildbot. (Ben Noordhuis) #1172
- [<code>a83a3801fc</code>] - test: fix test/test-configure-python on AIX (Richard Lau) #1131
- [<code>8a767145c9</code>] - gyp: Revert quote_cmd workaround (Kunal Pathak) #1153
- [<code>c09cf7671e</code>] - doc: add a note for using
configure
on Windows (Vse Mozhet Byt) #1152 - [<code>da9cb5f411</code>] - Delete superfluous .patch files. (Ben Noordhuis) #1122
v3.6.0 2017-03-16
- [<code>ae141e1906</code>] - win: find and setup for VS2017 (Refael Ackermann) #1130
- [<code>ec5fc36a80</code>] - Add support to build node.js with chakracore for ARM. (Kunal Pathak) #873
- [<code>a04ea3051a</code>] - Add support to build node.js with chakracore. (Kunal Pathak) #873
- [<code>93d7fa83c8</code>] - Upgrade semver dependency. (Ben Noordhuis) #1107
- [<code>ff9a6fadfd</code>] - Update link of gyp as Google code is shutting down (Peter Dave Hello) #1061
v3.5.0 2017-01-10
- [<code>762d19a39e</code>] - [doc] merge History.md and CHANGELOG.md (Rod Vagg)
- [<code>80fc5c3d31</code>] - Fix deprecated dependency warning (Simone Primarosa) #1069
- [<code>05c44944fd</code>] - Open the build file with universal-newlines mode (Guy Margalit) #1053
- [<code>37ae7be114</code>] - Try python launcher when stock python is python 3. (Ben Noordhuis) #992
- [<code>e3778d9907</code>] - Add lots of findPython() tests. (Ben Noordhuis) #992
- [<code>afc766adf6</code>] - Unset executable bit for .bat files (Pavel Medvedev) #969
- [<code>ddac348991</code>] - Use push on PYTHONPATH and add tests (Michael Hart) #990
- [<code>b182a19042</code>] - Revert "add "path-array" dep" (Michael Hart) #990
- [<code>7c08b85c5a</code>] - Revert "configure: use "path-array" for PYTHONPATH" (Michael Hart) #990
- [<code>9c8d275526</code>] - Add --devdir flag. (Ben Noordhuis) #916
- [<code>f6eab1f9e4</code>] - doc: add windows-build-tools to readme (Felix Rieseberg) #970
v3.4.0 2016-06-28
- [<code>ce5fd04e94</code>] - deps: update minimatch version (delphiactual) #961
- [<code>77383ddd85</code>] - Replace fs.accessSync call to fs.statSync (Richard Lau) #955
- [<code>0dba4bda57</code>] - test: add simple addon test (Richard Lau) #955
- [<code>c4344b3889</code>] - doc: add --target option to README (Gibson Fahnestock) #958
- [<code>cc778e9215</code>] - Override BUILDING_UV_SHARED, BUILDING_V8_SHARED. (Ben Noordhuis) #915
- [<code>af35b2ad32</code>] - Move VC++ Build Tools to Build Tools landing page. (Andrew Pardoe) #953
- [<code>f31482e226</code>] - win: work around __pfnDliNotifyHook2 type change (Alexis Campailla) #952
- [<code>3df8222fa5</code>] - Allow for npmlog@3.x (Rebecca Turner) #950
- [<code>a4fa07b390</code>] - More verbose error on locating msbuild.exe failure. (Mateusz Jaworski) #930
- [<code>4ee31329e0</code>] - doc: add command options to README.md (Gibson Fahnestock) #937
- [<code>c8c7ca86b9</code>] - Add --silent option for zero output. (Gibson Fahnestock) #937
- [<code>ac29d23a7c</code>] - Upgrade to glob@7.0.3. (Ben Noordhuis) #943
- [<code>15fd56be3d</code>] - Enable V8 deprecation warnings for native modules (Matt Loring) #920
- [<code>7f1c1b960c</code>] - gyp: improvements for android generator (Robert Chiras) #935
- [<code>088082766c</code>] - Update Windows install instructions (Sara Itani) #867
- [<code>625c1515f9</code>] - gyp: inherit CC/CXX for CC/CXX.host (Johan Bergström) #908
- [<code>3bcb1720e4</code>] - Add support for the Python launcher on Windows (Patrick Westerhoff) [#894](https://github.com/nodejs/node-gyp/pull/894
v3.3.1 2016-03-04
- [<code>a981ef847a</code>] - gyp: fix android generator (Robert Chiras) #889
v3.3.0 2016-02-16
- [<code>818d854a4d</code>] - Introduce NODEJS_ORG_MIRROR and IOJS_ORG_MIRROR (Rod Vagg) #878
- [<code>d1e4cc4b62</code>] - (SEMVER-MINOR) Download headers tarball for ~0.12.10 || ~0.10.42 (Rod Vagg) #877
- [<code>6e28ad1bea</code>] - Allow for npmlog@2.x (Rebecca Turner) #861
- [<code>07371e5812</code>] - Use -fPIC for NetBSD. (Marcin Cieślak) #856
- [<code>8c4b0ffa50</code>] - (SEMVER-MINOR) Add --cafile command line option. (Ben Noordhuis) #837
- [<code>b3ad43498e</code>] - (SEMVER-MINOR) Make download() function testable. (Ben Noordhuis) #837
v3.2.1 2015-12-03
- [<code>ab89b477c4</code>] - Upgrade gyp to b3cef02. (Ben Noordhuis) #831
- [<code>90078ecb17</code>] - Define WIN32_LEAN_AND_MEAN conditionally. (Ben Noordhuis) #824
v3.2.0 2015-11-25
- [<code>268f1ca4c7</code>] - Use result of
which
when searching for python. (Refael Ackermann) #668 - [<code>817ed9bd78</code>] - Add test for python executable search logic. (Ben Noordhuis) #756
- [<code>0e2dfda1f3</code>] - Fix test/test-options when run through
npm test
. (Ben Noordhuis) #755 - [<code>9bfa0876b4</code>] - Add support for AIX (Michael Dawson) #753
- [<code>a8d441a0a2</code>] - Update README for Windows 10 support. (Jason Williams) #766
- [<code>d1d6015276</code>] - Update broken links and switch to HTTPS. (andrew morton)
v3.1.0 2015-11-14
- [<code>9049241f91</code>] - gyp: don't use links at all, just copy the files instead (Nathan Zadoks)
- [<code>8ef90348d1</code>] - gyp: apply https://codereview.chromium.org/11361103/ (Nathan Rajlich)
- [<code>a2ed0df84e</code>] - gyp: always install into $PRODUCT_DIR (Nathan Rajlich)
- [<code>cc8b2fa83e</code>] - Update gyp to b3cef02. (Imran Iqbal) #781
- [<code>f5d86eb84e</code>] - Update to tar@2.0.0. (Edgar Muentes) #797
- [<code>2ac7de02c4</code>] - Fix infinite loop with zero-length options. (Ben Noordhuis) #745
- [<code>101bed639b</code>] - This platform value came from debian package, and now the value (Jérémy Lal) #738
v3.0.3 2015-09-14
- [<code>ad827cda30</code>] - tarballUrl global and && when checking for iojs (Lars-Magnus Skog) #729
v3.0.2 2015-09-12
- [<code>6e8c3bf3c6</code>] - add back support for passing additional cmdline args (Rod Vagg) #723
- [<code>ff82f2f3b9</code>] - fixed broken link in docs to Visual Studio 2013 download (simon-p-r) #722
v3.0.1 2015-09-08
- [<code>846337e36b</code>] - normalise versions for target == this comparison (Rod Vagg) #716
v3.0.0 2015-09-08
- [<code>9720d0373c</code>] - remove node_modules from tree (Rod Vagg) #711
- [<code>6dcf220db7</code>] - test version major directly, don't use semver.satisfies() (Rod Vagg) #711
- [<code>938dd18d1c</code>] - refactor for clarity, fix dist-url, add env var dist-url functionality (Rod Vagg) #711
- [<code>9e9df66a06</code>] - use process.release, make aware of io.js & node v4 differences (Rod Vagg) #711
- [<code>1ea7ed01f4</code>] - deps: update graceful-fs dependency to the latest (Sakthipriyan Vairamani) #714
- [<code>0fbc387b35</code>] - Update repository URLs. (Ben Noordhuis) #715
- [<code>bbedb8868b</code>] - (SEMVER-MAJOR) win: enable delay-load hook by default (Jeremiah Senkpiel) #708
- [<code>85ed107565</code>] - Merge pull request #664 from othiym23/othiym23/allow-semver-5 (Nathan Rajlich)
- [<code>0c720d234c</code>] - allow semver@5 (Forrest L Norvell)
2.0.2 / 2015-07-14
- Use HTTPS for dist url (#656, @SonicHedgehog)
- Merge pull request #648 from nevosegal/master
- Merge pull request #650 from magic890/patch-1
- Updated Installation section on README
- Updated link to gyp user documentation
- Fix download error message spelling (#643, @tomxtobin)
- Merge pull request #637 from lygstate/master
- Set NODE_GYP_DIR for addon.gypi to setting absolute path for src/win_delay_load_hook.c, and fixes of the long relative path issue on Win32. Fixes #636 (#637, @lygstate).
2.0.1 / 2015-05-28
- configure: try/catch the semver range.test() call
- README: update for visual studio 2013 (#510, @samccone)
2.0.0 / 2015-05-24
- configure: check for python2 executable by default, fallback to python
- configure: don't clobber existing $PYTHONPATH
- configure: use "path-array" for PYTHONPATH
- gyp: fix for non-acsii userprofile name on Windows
- gyp: always install into $PRODUCT_DIR
- gyp: apply https://codereview.chromium.org/11361103/
- gyp: don't use links at all, just copy the files instead
- gyp: update gyp to e1c8fcf7
- Updated README.md with updated Windows build info
- Show URL when a download fails
- package: add a "license" field
- move HMODULE m declaration to top
- Only add "-undefined dynamic_lookup" to loadable_module targets
- win: optionally allow node.exe/iojs.exe to be renamed
- Avoid downloading shasums if using tarPath
- Add target name preprocessor define:
NODE_GYP_MODULE_NAME
- Show better error message in case of bad network settings