CHANGELOG.md
23.5 KB
v3.8.0 2018-08-09
- [<code>c5929cb4fe</code>] - doc: update Xcode preferences tab name. (Ivan Daniluk) #1330
- [<code>8b488da8b9</code>] - doc: update link to commit guidelines (Jonas Hermsmeier) #1456
- [<code>b4fe8c16f9</code>] - doc: fix visual studio links (Bartosz Sosnowski) #1490
- [<code>536759c7e9</code>] - configure: use sys.version_info to get python version (Yang Guo) #1504
- [<code>94c39c604e</code>] - gyp: fix ninja build failure (GYP patch) (Daniel Bevenius) nodejs/node#12484
- [<code>e8ea74e0fa</code>] - tools: patch gyp to avoid xcrun errors (Ujjwal Sharma) nodejs/node#21520
- [<code>ea9aff44f2</code>] - tools: fix "the the" typos in comments (Masashi Hirano) nodejs/node#20716
- [<code>207e5aa4fd</code>] - gyp: implement LD/LDXX for ninja and FIPS (Sam Roberts)
- [<code>b416c5f4b7</code>] - gyp: enable cctest to use objects (gyp part) (Daniel Bevenius) nodejs/node#12450
- [<code>40692d016b</code>] - gyp: add compile_commands.json gyp generator (Ben Noordhuis) nodejs/node#12450
- [<code>fc3c4e2b10</code>] - gyp: float gyp patch for long filenames (Anna Henningsen) nodejs/node#7963
- [<code>8aedbfdef6</code>] - gyp: backport GYP fix to fix AIX shared suffix (Stewart Addison)
- [<code>6cd84b84fc</code>] - test: formatting and minor fixes for execFileSync replacement (Rod Vagg) #1521
- [<code>60e421363f</code>] - test: added test/processExecSync.js for when execFileSync is not available. (Rohit Hazra) #1492
- [<code>969447c5bd</code>] - deps: bump request to 2.8.7, fixes heok/hawk issues (Rohit Hazra) #1492
- [<code>340403ccfe</code>] - win: improve parsing of SDK version (Alessandro Vergani) #1516
v3.7.0 2018-06-08
- [<code>84cea7b30d</code>] - Remove unused gyp test scripts. (Ben Noordhuis) #1458
- [<code>0540e4ec63</code>] - gyp: escape spaces in filenames in make generator (Jeff Senn) #1436
- [<code>88fc6fa0ec</code>] - Drop dependency on minimatch. (Brian Woodward) #1158
- [<code>1e203c5148</code>] - Fix include path when pointing to Node.js source (Richard Lau) #1055
- [<code>53d8cb967c</code>] - Prefix build targets with /t: on Windows (Natalie Wolfe) #1164
- [<code>53a5f8ff38</code>] - gyp: add support for .mm files to msvs generator (Julien Racle) #1167
- [<code>dd8561e528</code>] - zos: don't use universal-new-lines mode (John Barboza) #1451
- [<code>e5a69010ed</code>] - zos: add search locations for libnode.x (John Barboza) #1451
- [<code>79febace53</code>] - doc: update macOS information in README (Josh Parnham) #1323
- [<code>9425448945</code>] - gyp: don't print xcodebuild not found errors (Gibson Fahnestock) #1370
- [<code>6f1286f5b2</code>] - Fix infinite install loop. (Ben Noordhuis) #1384
- [<code>2580b9139e</code>] - Update
--nodedir
description in README. (Ben Noordhuis) #1372 - [<code>a61360391a</code>] - Update README with another way to install on windows (JeffAtDeere) #1352
- [<code>47496bf6dc</code>] - Fix IndexError when parsing GYP files. (Ben Noordhuis) #1267
- [<code>b2024dee7b</code>] - zos: support platform (John Barboza) #1276
- [<code>90d86512f4</code>] - win: run PS with
-NoProfile
(Refael Ackermann) #1292 - [<code>2da5f86ef7</code>] - doc: add github PR and Issue templates (Gibson Fahnestock) #1228
- [<code>a46a770d68</code>] - doc: update proposed DCO and CoC (Mikeal Rogers) #1229
- [<code>7e803d58e0</code>] - doc: headerify the Install instructions (Nick Schonning) #1225
- [<code>f27599193a</code>] - gyp: update xml string encoding conversion (Liu Chao) #1203
- [<code>0a07e481f7</code>] - configure: don't set ensure if tarball is set (Gibson Fahnestock) #1220
v3.6.3 2018-06-08
- [<code>90cd2e8da9</code>] - gyp: fix regex to match multi-digit versions (Jonas Hermsmeier) #1455
- [<code>7900122337</code>] - deps: pin
request
version range (Refael Ackerman) #1300
v3.6.2 2017-06-01
- [<code>72afdd62cd</code>] - build: rename copyNodeLib() to doBuild() (Liu Chao) #1206
- [<code>bad903ac70</code>] - win: more robust parsing of SDK version (Refael Ackermann) #1198
- [<code>241752f381</code>] - Log dist-url. (Ben Noordhuis) #1170
- [<code>386746c7d1</code>] - configure: use full path in node_lib_file GYP var (Pavel Medvedev) #964
- [<code>0913b2dd99</code>] - build, win: use target_arch to link with node.lib (Pavel Medvedev) #964
- [<code>c307b302f7</code>] - doc: blorb about setting
npm_config_OPTION_NAME
(Refael Ackermann) #1185
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