Skip to content

Commit a9305c2

Browse files
committed
fixed news
2 parents dd92743 + 38e073b commit a9305c2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

NEWS.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ Version 1.7.4
33

44
- As `fork` and `wait` do not exist on Windows writing compressed files
55
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.
1211

1312
Version 1.7.3
1413
-------------

0 commit comments

Comments
 (0)