|
| 1 | +### v2.15.9 (2016-06-30): |
| 2 | + |
| 3 | +What's this? An LTS release? Yes, that is indeed so. Small, as usual, and as |
| 4 | +LTSs should be, really, but a release nonetheless! |
| 5 | + |
| 6 | +The star of the show is an updated `node-gyp` with some goodies. The rest is |
| 7 | +just docs and some CI stuff. |
| 8 | + |
| 9 | +Happy hacking! |
| 10 | + |
| 11 | +#### DEPENDENCY UPDATE! |
| 12 | + |
| 13 | +* [`f9a07cc`](https://github.com/npm/npm/commit/f9a07cc873f1915827d8df97d0c43204d1eb128c) |
| 14 | + [#13200](https://github.com/npm/npm/pull/13200) |
| 15 | + [`[email protected]`](https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md): |
| 16 | + AIX, Visual Studio 2015, and logging improvements. Oh my~! |
| 17 | + ([@rvagg](https://github.com/rvagg)) |
| 18 | + |
| 19 | +#### CI TWEAKS |
| 20 | + |
| 21 | +* [`bee83b8`](https://github.com/npm/npm/commit/bee83b8500c31aba65451dfcb082f9b5d1d5ce34) |
| 22 | + Globally install `rimraf` on CI to make the LTS self-install work better. |
| 23 | + ([@othiym23](https://github.com/othiym23)) |
| 24 | +* [`6b8c0ab`](https://github.com/npm/npm/commit/6b8c0ab6fcbf8a37e8693acb8bbac22293b10893) |
| 25 | + This new Travis configuration only runs coverage checks against Node.js LTS, |
| 26 | + which speeds up all the other test runs. By, like, a lot. Also, the entire |
| 27 | + file has been extensively commented, so the next time we need to mess with it, |
| 28 | + we'll be able to better remember why all the weird bits are there. |
| 29 | + ([@othiym23](https://github.com/othiym23)) |
| 30 | + |
| 31 | +#### DOCUMENTATION FIXES |
| 32 | + |
| 33 | +* [`2c7a5be`](https://github.com/npm/npm/commit/2c7a5be080276e3fdca3375ab0f8f5edffff753e) |
| 34 | + [#13156](https://github.com/npm/npm/pull/13156) |
| 35 | + Fix old reference to `doc/install` in a source comment. |
| 36 | + ([@sheerun](https://github.com/sheerun)) |
| 37 | +* [`e1cf78c`](https://github.com/npm/npm/commit/e1cf78c5b77f95383bd4a7fc6eeb8adbbe68e12e) |
| 38 | + [#13189](https://github.com/npm/npm/pull/13189) |
| 39 | + [#13113](https://github.com/npm/npm/issues/13113) |
| 40 | + [#13189](https://github.com/npm/npm/pull/13189) |
| 41 | + Fixes a link to `npm-tag(3)` that was breaking to instead point to |
| 42 | + `npm-dist-tag(1)`, as reported by [@SimenB](https://github.com/SimenB) |
| 43 | + ([@macdonst](https://github.com/macdonst)) |
| 44 | + |
1 | 45 | ### v2.15.8 (2016-06-17):
|
2 | 46 |
|
3 |
| -There's a very important bug fix and a long-awaited (and signifcant!) |
| 47 | +There's a very important bug fix and a long-awaited (and significant!) |
4 | 48 | deprecation in this hotfix release. [Hold on.](http://butt.holdings/)
|
5 | 49 |
|
6 | 50 | #### *WHOA*
|
|
0 commit comments