Current releases
virt-manager 3.2.0 Saturday November 14, 2020
- Slim down filesystem device editor UI
- Fix TOCTTOU virt-install bugs (Martin Pitt)
- Several other bug fixes
virt-viewer 9.0 (gpg) Friday May 1st, 2020 Win x86 MSI (gpg) Win x64 MSI (gpg)
Virt-viewer releases are GPG signed with a key having the fingerprint:
DAF3 A6FD B26B 6291 2D0E 8E3F BE86 EBB4 1510 4FDF (4096R)
This same fingerprint is listed at time of the release announcements mails on the mailing list
- Project moved to https://gitlab.com/virt-viewer/virt-viewer
- Allow toggling shared clipboard in remote-viewer
- Fix handling when initial spice connection fails
- Fix check for govirt library
- Add bash completion of cli args
- Improve errors in file transfer dialog
- Fix ovirt foreign menu storage domains query
- Prefer TLS certs from oVirt instead of CLI
- Improve USB device cleanup when Ctrl-C is used
- Remember monitor mappings across restarts
- Add a default file extension to screenshots
- Updated translations
- Fix misc memory leaks
virt-bootstrap 1.1.1 (gpg) Tuesday Jul 9th, 2019
- Don’t expose the root password via command line
- Set SElinux file context of destination folder
- Use absolute destination path
- safe-untar: Inherit SElinux context
- don’t allow overwriting of the root partition
Previous releases
- virt-manager: Sources and Changelogs
- virt-viewer: Sources and Changelogs
- virt-bootstrap: Sources and Changelogs
Verifying gpg signatures
As a quick guide, to import a key from the key servers and verify downloads use.
$ gpg --recv-key 0xBE86EBB415104FDF $ gpg --fingerprint 0xBE86EBB415104FDF ...check it matches fingerprint above... $ gpg --verify SIGNATURE-FILE SOURCE-FILE