Skip to content

Commit

Permalink
fixed news
Browse files Browse the repository at this point in the history
  • Loading branch information
arminbiere committed Sep 16, 2023
2 parents dd92743 + 38e073b commit a9305c2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ Version 1.7.4

- As `fork` and `wait` do not exist on Windows writing compressed files
through `pipe/fork/exec/wait` has to be disabled for Windows cross
compilation to go through, which has the effect that compressed
file writing is not supported for Windows anymore. Alternatively
one could go back to `popen` for writing compressed files on Windows
which however is not safe and therefore we simply decided to disable
that feature for windows. Compressed file reading still (and as far
we now safely) uses `popen` and thus also compiles for Windows.
compilation to go through. Alternatively one could go back to `popen`
for writing compressed files on Windows which however is not safe and
therefore we simply decided to disable that feature for windows.
Compressed file reading still (and as far we are aware safely) uses
`popen` and thus also compiles for Windows.

Version 1.7.3
-------------
Expand Down

0 comments on commit a9305c2

Please sign in to comment.