You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
# Changes
2
2
3
-
## Master
3
+
## 2.7.1
4
+
5
+
#### Fixed
6
+
7
+
- Fixed a Windows regression in the user script generation code introduced by [f339a8d](https://github.com/boot-clj/boot/commit/f339a8d9464bfc0e05f9c963744377e91a042c48). [#541][541]
8
+
9
+
#### Tasks
4
10
5
-
##### Task Options
6
11
- Added `-m, --mode` option to the `target` task — specifies the file
7
12
mode for written files — should only be used when default `rw-------`
8
-
is not enough.
13
+
is not enough.[#537][537]
9
14
10
15
## 2.7.0
11
16
@@ -45,7 +50,7 @@
45
50
- Format paths in `boot.class.path` and `fake.class.path` system properties
46
51
with correct, platform-specific paths [#488][488].
47
52
- Eliminate runtime reflection in `boot.core/deftask` macro [#490][490].
48
-
- Create bootscript tmpfile with mode `0600` instead of `0664`.
53
+
d- Create bootscript tmpfile with mode `0600` instead of `0664`.
49
54
- Previously, setting BOOT_COLOR to false was ignored, and the isWindows
50
55
check overruled the BOOT_COLOR selection. Now, the default for colorization
51
56
from isWindows is set only if BOOT_COLOR is blank [#536][536]
0 commit comments