diff --git a/Makefile b/Makefile index 4037c3c4..3ea2243e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=23 +PKGREL=24 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/debian/changelog b/debian/changelog index 3e6f2f56..c905171a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +qemu-server (5.0-24) unstable; urgency=medium + + * use pve-edk2-firmware for supporting OVMF + + * restore: implement rate limiting + + * stop passing default '-k' (keyboard) QEMU option from datacenter.cfg + + * create linked clones of templates by default + + * remove legacy vm_monitor_command + + * start: always stop an existing $vmid.scope + + * implement cloudinit support + + -- Proxmox Support Team Thu, 22 Mar 2018 09:24:08 +0100 + qemu-server (5.0-23) unstable; urgency=medium * fix migrate cache size parameter for qemu 2.11 diff --git a/debian/control b/debian/control index 6e2c16cf..7d336f16 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Depends: dbus, libpve-access-control (>= 5.0-7), libpve-common-perl (>= 4.0-92), libpve-guest-common-perl, - libpve-storage-perl, + libpve-storage-perl (>= 5.0-18), libterm-readline-gnu-perl, libuuid-perl, libxml-libxml-perl,