diff --git a/Makefile b/Makefile index 361495e1..88825cd0 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.3 VERSION=4.0 PACKAGE=qemu-server -PKGREL=94 +PKGREL=95 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index 130f686b..b0f0e88a 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,25 @@ +qemu-server (4.0-95) unstable; urgency=medium + + * vm_shutdown: request 'stopped' state for HA enabled VMs + + * use ha-manager 'stopped' state instead of 'disabled' + + * switch to 'ha-manager set' (instead of 'ha-manager start/stop') + + * vmstate snapshot: activate|deactivate volume + + * qemu_volume_snapshot_delete : fix krbd snapshot delete + + * VZDump/QemuServer: set bless class correctly + + * cleanup windows version handling and hyperv enlightments + + * remove unnecessary format_description properties + + * register new standard option 'pve-qm-image-format' + + -- Proxmox Support Team Wed, 23 Nov 2016 08:11:08 +0100 + qemu-server (4.0-94) unstable; urgency=medium * fix docs for iops/bps_max_length throttling options