From: Thomas Lamprecht Date: Fri, 5 Mar 2021 20:43:05 +0000 (+0100) Subject: bump version to 6.3-6 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=533cde8f33172488dc4b3f10760268b30e2064d4 bump version to 6.3-6 Signed-off-by: Thomas Lamprecht --- diff --git a/debian/changelog b/debian/changelog index abc0fe0..0a2771e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +qemu-server (6.3-6) pve; urgency=medium + + * fix #3324: clone disk: use larger blocksize for EFI disk + + * fix #3301: status: add currently running machine and QEMU version to full + status + + * api: add endpoint to list all available QEMU machine type and version + tuples + + * always pin virtual machines with Windows as ostype to a fixed QEMU machine + version by default. For existing VMs with Windows based OS-type use the 5.1 + machine version (or the next available one, for older QEMU versions) to + improve stabillity of the hardware layout from Windows point of view. Linux + and other OS types are not as sensitive to those changes, so keep the + default to the currently latest available machine versions for non-Windows + VMs. + + * update VM: check for CDROM not just drive permissions when removing a + device + + -- Proxmox Support Team Fri, 05 Mar 2021 21:42:59 +0100 + qemu-server (6.3-5) pve; urgency=medium * cloudinit: add opennebula config format