File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ Version 1.7.4
3
3
4
4
- As ` fork ` and ` wait ` do not exist on Windows writing compressed files
5
5
through ` pipe/fork/exec/wait ` has to be disabled for Windows cross
6
- compilation to go through, which has the effect that compressed
7
- file writing is not supported for Windows anymore. Alternatively
8
- one could go back to ` popen ` for writing compressed files on Windows
9
- which however is not safe and therefore we simply decided to disable
10
- that feature for windows. Compressed file reading still (and as far
11
- we now safely) uses ` popen ` and thus also compiles for Windows.
6
+ compilation to go through. Alternatively one could go back to ` popen `
7
+ for writing compressed files on Windows which however is not safe and
8
+ therefore we simply decided to disable that feature for windows.
9
+ Compressed file reading still (and as far we are aware safely) uses
10
+ ` popen ` and thus also compiles for Windows.
12
11
13
12
Version 1.7.3
14
13
-------------
You can’t perform that action at this time.
0 commit comments