|
| 1 | +### v2.15.5 (2016-05-05): |
| 2 | + |
| 3 | +This is a minor LTS release, bringing dependencies up to date and updating |
| 4 | +our CI matrix to match what we support. |
| 5 | + |
| 6 | +Some of the dependency updates come out of our getting the development |
| 7 | +branch's tests passing on Windows and so bring in fixes for a few Windows |
| 8 | +related corner cases. |
| 9 | + |
| 10 | +#### CI UPDATES |
| 11 | + |
| 12 | +* [`bb6f0e5`](https://github.com/npm/npm/commit/bb6f0e5c95d4ad186768b1c962dd4c399f90ddb1) |
| 13 | + [#12487](https://github.com/npm/npm/pull/12487) |
| 14 | + Remove iojs from CI, add Node.js 6, prioritize 4 over 5. |
| 15 | + ([@othiym23](https://github.com/othiym23)) |
| 16 | + |
| 17 | +#### DEPENDENCY UPDATES |
| 18 | + |
| 19 | +* [`f2f8753`](https://github.com/npm/npm/commit/f2f8753c4aef2a604a4bdca2677711c940234b8f) |
| 20 | + |
| 21 | + Properly handle relative path executables. |
| 22 | + ([@isaacs](https://github.com/isaacs)) |
| 23 | +* [`e287ca9`](https://github.com/npm/npm/commit/e287ca99c37680d8e4cfacf4cfebe2da98884865) |
| 24 | + |
| 25 | + Fix Windows issue with ENOTDIR detection. |
| 26 | + ([@zkat](https://github.com/zkat)) |
| 27 | +* [`1a0ce6c`](https://github.com/npm/npm/commit/1a0ce6cff4c347bad035dc89bba2ceed9dacbf73) |
| 28 | + |
| 29 | + Use npa with windows fix. |
| 30 | + Fix relative path resolution when the local file might also be a tag. |
| 31 | + ([@zkat](https://github.com/zkat)) |
| 32 | + ([@iarna](https://github.com/iarna)) |
| 33 | +* [`a475c9a`](https://github.com/npm/npm/commit/a475c9a4e4b36d00080b11f379657ce68185adc6) |
| 34 | + |
| 35 | + Use Symbol if available. |
| 36 | + ([@isaacs](https://github.com/isaacs)) |
| 37 | +* [`7141e08`](https://github.com/npm/npm/commit/7141e08816c620b1889d7537c30dc5b254de4d1f) |
| 38 | + |
| 39 | + ([@iamstarkov](https://github.com/iamstarkov)) |
| 40 | +* [`27c6190`](https://github.com/npm/npm/commit/27c6190216cc8a5a280f0efbabb3444581968d40) |
| 41 | + |
| 42 | + ([@simov](https://github.com/simov)) |
| 43 | +* [`ab90daf`](https://github.com/npm/npm/commit/ab90daf70ba51b51f722fb4cd74ac5267621c4b4) |
| 44 | + |
| 45 | + ([@calvinmetcalf](https://github.com/calvinmetcalf)) |
| 46 | +* [`b1715f8`](https://github.com/npm/npm/commit/b1715f805426403273225bcfa91d1a52d7b56eb8) |
| 47 | + |
| 48 | + ([@isaacs](https://github.com/isaacs)) |
| 49 | +* [`ca97de6`](https://github.com/npm/npm/commit/ca97de6c18059ef420235f4706898ad8758904e6) |
| 50 | + |
| 51 | + ([@isaacs](https://github.com/isaacs)) |
| 52 | + |
1 | 53 | ### v2.15.4 (2016-04-21):
|
2 | 54 |
|
3 | 55 | Gosh, it's been a peaceful couple of weeks!
|
|
0 commit comments