diff --git a/Makefile b/Makefile index ce9870ca..8f89444c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=qemu-server -PKGREL=37 +PKGREL=38 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index c298d805..6b785718 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,12 @@ +qemu-server (4.0-38) unstable; urgency=medium + + * Don't treat serial devices as a local resource if they + point to a socket. + + * qemu_img_convert: activate source volume + + -- Proxmox Support Team Fri, 13 Nov 2015 07:02:01 +0100 + qemu-server (4.0-37) unstable; urgency=medium * add pve-bridge-hotplug script