From 8f943606bdc17ba6bb9393e6d53cda23647ee669 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 5 Oct 2017 11:20:27 +0200 Subject: [PATCH] bump version to 5.0-16 and add versioned dependency on pve-access-control >= 5.0-7, which added the VM.Snapshot.Rollback privilege --- Makefile | 2 +- debian/changelog | 32 ++++++++++++++++++++++++++++++++ debian/control | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75362c6..d2b729d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=15 +PKGREL=16 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/debian/changelog b/debian/changelog index 80967d9..71e3fb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +qemu-server (5.0-16) unstable; urgency=medium + + * add new qm command 'importovf', to create VMs from an OVF manifest + + * snapshot: use explicitly configured vmstate storage + + * config: add vmstatestorage option + + * VM.Snapshot.Rollback privilege added + + * migration : enable mtunnel for insecure migration + + * ovmf: deprecate old legay ovmf image and refactor + + * improve efidisk creation + + * efidisk: do not hard code efivar base image size + + * fix #1441: do not unplug controllers when the mirroring is finished + + * do not overwrite global signal handlers + + * update_vm: sort logged parameters + + * remove legacy sparsecp + + * remove unused obsolete vmtar + + * fix #1125: check for KVM support before starting VM + + -- Proxmox Support Team Thu, 5 Oct 2017 11:17:26 +0200 + qemu-server (5.0-15) unstable; urgency=medium * reduce migration downtime diff --git a/debian/control b/debian/control index dc536fa..2832381 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: dbus, libjson-perl, libjson-xs-perl, libnet-ssleay-perl, - libpve-access-control, + libpve-access-control (>= 5.0-7), libpve-common-perl (>= 4.0-92), libpve-guest-common-perl, libpve-storage-perl, -- 2.39.2