File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.11.2 (2019-08-22):
2
+
3
+ Fix a recent Windows regression, and two long-standing Windows bugs. Also,
4
+ get CI running on Windows, so these things are less likely in the future.
5
+
6
+ ### DEPENDENCIES
7
+
8
+ * [ ` 9778a1b87 ` ] ( https://github.com/npm/cli/commit/9778a1b878aaa817af6e99385e7683c2a389570d )
9
+ ` [email protected] ` : Fix regression where shims fail to preserve exit code
10
+ ([ @isaacs ] ( https://github.com/isaacs ) )
11
+ * [ ` bf93e91d8 ` ] ( https://github.com/npm/cli/commit/bf93e91d879c816a055d5913e6e4210d7299f299 )
12
+ ` [email protected] ` : Properly handle git+file: urls on Windows when a
13
+ drive letter is included. ([ @isaacs ] ( https://github.com/isaacs ) )
14
+
15
+ ### BUGFIXES
16
+
17
+ * [ ` 6cc4cc66f ` ] ( https://github.com/npm/cli/commit/6cc4cc66f1fb050dc4113e35cab59197fd48e04a )
18
+ escape args properly on Windows Bash Despite being bash, Node.js running
19
+ on windows git mingw bash still executes child processes using cmd.exe.
20
+ As a result, arguments in this environment need to be escaped in the
21
+ style of cmd.exe, not bash. ([ @isaacs ] ( https://github.com/isaacs ) )
22
+
23
+ ### TESTS
24
+
25
+ * [ ` 291aba7b8 ` ] ( https://github.com/npm/cli/commit/291aba7b821e247b96240b1ec037310ead69a594 )
26
+ make tests pass on Windows ([ @isaacs ] ( https://github.com/isaacs ) )
27
+ * [ ` fea3a023a ` ] ( https://github.com/npm/cli/commit/fea3a023a80863f32a5f97f5132401b1a16161b8 )
28
+ travis: run tests on Windows as well
29
+ ([ @isaacs ] ( https://github.com/isaacs ) )
30
+
1
31
## 6.11.1 (2019-08-20):
2
32
3
33
Fix a regression for windows command shim syntax.
You can’t perform that action at this time.
0 commit comments