Clean-up releasenotes for 8.0.0 release

Change-Id: I6a52b55237225f169ff59ac8854f739d9c0f92c7
This commit is contained in:
Iury Gregory Melo Ferreira 2021-06-02 18:58:49 +02:00
parent 7fdbcde3de
commit 031b5c4b61
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
fixes:
- |
Permits out-of-order writes when converting a whole disk images to improve
Permits out-of-order writes when converting whole disk images to improve
performance.

View File

@ -3,5 +3,5 @@ fixes:
- |
Adds a call to "udevadm settle" in write_image.sh.
After GPT and MBR are destroyed systemd-udevd gets triggered
which may hold /dev/sda open preventing qemu-img from writting
which may hold /dev/sda open preventing qemu-img from writing
its image.