mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-11 05:17:57 +03:00
bump version to 5.0-16
and add versioned dependency on pve-access-control >= 5.0-7, which added the VM.Snapshot.Rollback privilege
This commit is contained in:
parent
83be65a4e6
commit
8f943606bd
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
VERSION=5.0
|
||||
PACKAGE=qemu-server
|
||||
PKGREL=15
|
||||
PKGREL=16
|
||||
|
||||
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro
|
||||
|
||||
|
32
debian/changelog
vendored
32
debian/changelog
vendored
@ -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
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user