]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 5.0-16
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 5 Oct 2017 09:20:27 +0000 (11:20 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 5 Oct 2017 09:26:05 +0000 (11:26 +0200)
and add versioned dependency on pve-access-control >= 5.0-7, which
added the VM.Snapshot.Rollback privilege

Makefile
debian/changelog
debian/control

index 75362c6100b33c8dc1f3f0b5eac632ce20a9175d..d2b729d5e0dedc1dc3f71402be6e3f9bbb57c905 100644 (file)
--- 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 
 
index 80967d9c2e6524e8e6e9838e652410bc91112667..71e3fb2e8788f28aac503fef94ccd0923b7dc461 100644 (file)
@@ -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 <support@proxmox.com>  Thu, 5 Oct 2017 11:17:26 +0200
+
 qemu-server (5.0-15) unstable; urgency=medium
 
   * reduce migration downtime
index dc536faa998acc52addf5a3bb8708c5838b7a941..283238131af6f0df573328d21ec608058e805ca8 100644 (file)
@@ -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,