diff --git a/Makefile b/Makefile index 2d95cbee..86e11ac0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=10 +PKGREL=11 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/debian/changelog b/debian/changelog index 1636e826..d4f4d010 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qemu-server (5.0-11) unstable; urgency=medium + + * Fix #1417: properly check for 'images' content type when allocating disks + + -- Proxmox Support Team Fri, 30 Jun 2017 09:33:17 +0200 + qemu-server (5.0-10) unstable; urgency=medium * don't use cirrus by default for sane OS'