Skip to content

Commit

Permalink
Update CHANGES for release v0.7.5
Browse files Browse the repository at this point in the history
Co-authored-by: Reynir Björnsson <reynir@reynir.dk>
  • Loading branch information
dinosaure and reynir committed Dec 7, 2022
1 parent 8554bfb commit 58f6987
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.7.5 (2022-12-07)

* Since MirageOS moved from PV mode to PVH on Xen, and thus replacing Mini-OS
with solo5, there was an issue in the solo5 code which failed to properly
account the already written bytes on the console. This only occurs if the
output to be performed does not fit in a single output buffer (2048 bytes on
Xen).

The code in question set the number of bytes written to the last written count
`written = output_some(buf)`, instead of increasing the written count
`written += output_some(buf)`.

Thanks to Krzysztof Burghardt, Pierre Alain, Thomas Leonard & Hannes Mehnert
for the issue, review and proposal. The fix is available here: #538.

## v0.7.4 (2022-11-04)

* Mark .text execute-only, currently only on OpenBSD (@adamsteen, #450)
Expand Down

0 comments on commit 58f6987

Please sign in to comment.