]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/node-gyp/History.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / node-gyp / History.md
1
2 2.0.2 / 2015-07-14
3 ==================
4
5   * Use HTTPS for dist url (#656, @SonicHedgehog)
6   * Merge pull request #648 from nevosegal/master
7   * Merge pull request #650 from magic890/patch-1
8   * Updated Installation section on README
9   * Updated link to gyp user documentation
10   * Fix download error message spelling (#643, @tomxtobin)
11   * Merge pull request #637 from lygstate/master
12   * Set NODE_GYP_DIR for addon.gypi to setting absolute path for
13     src/win_delay_load_hook.c, and fixes of the long relative path issue on Win32.
14     Fixes #636 (#637, @lygstate).
15
16 2.0.1 / 2015-05-28
17 ==================
18
19   * configure: try/catch the semver range.test() call
20   * README: update for visual studio 2013 (#510, @samccone)
21
22 2.0.0 / 2015-05-24
23 ==================
24
25   * configure: check for python2 executable by default, fallback to python
26   * configure: don't clobber existing $PYTHONPATH
27   * configure: use "path-array" for PYTHONPATH
28   * gyp: fix for non-acsii userprofile name on Windows
29   * gyp: always install into $PRODUCT_DIR
30   * gyp: apply https://codereview.chromium.org/11361103/
31   * gyp: don't use links at all, just copy the files instead
32   * gyp: update gyp to e1c8fcf7
33   * Updated README.md with updated Windows build info
34   * Show URL when a download fails
35   * package: add a "license" field
36   * move HMODULE m declaration to top
37   * Only add "-undefined dynamic_lookup" to loadable_module targets
38   * win: optionally allow node.exe/iojs.exe to be renamed
39   * Avoid downloading shasums if using tarPath
40   * Add target name preprocessor define: `NODE_GYP_MODULE_NAME`
41   * Show better error message in case of bad network settings