bump version to 4.0-104

This commit is contained in:
Dietmar Maurer 2017-01-12 14:15:27 +01:00
parent 5e4035c739
commit be73df94e6
2 changed files with 23 additions and 1 deletions

View File

@ -1,6 +1,6 @@
VERSION=4.0
PACKAGE=qemu-server
PKGREL=103
PKGREL=104
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro

View File

@ -1,3 +1,25 @@
qemu-server (4.0-104) unstable; urgency=medium
* add setup_environment hook to CLIHandler classes
* cleanup: drop superfluous condition in assignment
* add romfile option to hostpci
* add with-local-disks option for live storage migration
* drive-mirror: bump timeout to 5s, add 30s inactivity timeout
* live clone_vm: suspend or freezefs before block-job-cancel
* add socat and unix socket for storage migration
* add live storage migration with vm migration
* clone live vm : add support for multiple jobs
-- Proxmox Support Team <support@proxmox.com> Thu, 12 Jan 2017 14:15:01 +0100
qemu-server (4.0-103) unstable; urgency=medium
* destroy_vm: allow vdisk_free to fail