]> git.proxmox.com Git - qemu-server.git/blobdiff - debian/changelog
bump version to 5.0-30
[qemu-server.git] / debian / changelog
index eaaf68beeda3a1377a57383c9fe3058234f151ec..7c209c3192a72c4bfaa9defb0664c8767298d028 100644 (file)
@@ -1,3 +1,106 @@
+qemu-server (5.0-30) unstable; urgency=medium
+
+  * Fix SPICE multi-monitor mode on VMs using q35 machine type
+
+  * extend QEMU guest agent API with file read/write, setting VM user password
+    and executing arbitrary commands in VM
+
+  * add guest command group to qm CLI tool
+
+  * add 'dryrun' to qm rescan, which only list changes but does not actually
+    saves them
+
+  * add a workaround for bug #1650: add content type filter to rescan
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Jul 2018 11:39:01 +0200
+
+qemu-server (5.0-29) unstable; urgency=medium
+
+  * reserve new VM config with create lock early
+
+  * api: allow auto vm start after create finished
+
+  * use 'system_wakeup' to resume VMs suspended by their guest OS
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 15 Jun 2018 12:11:29 +0200
+
+qemu-server (5.0-28) unstable; urgency=medium
+
+  * cloud-init: improve handling of network settings for broken
+    versions (e.g., the one currently used by CentOS 7)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 11 Jun 2018 12:48:42 +0200
+
+qemu-server (5.0-27) unstable; urgency=medium
+
+  * qm agent: check if qga service is running
+
+  * fix #1779: vzdump: ensure guest-fsfreeze-thaw is called on error
+
+  * fix #1780: change datacenter.conf to datacenter.cfg in description
+
+  * fix logic of deleting balloon config property
+
+  * activate volume for cloudinit disk
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 05 Jun 2018 15:24:14 +0200
+
+qemu-server (5.0-26) unstable; urgency=medium
+
+  * fix #1749: do not copy pending changes when cloning a vm
+
+  * make q35 and virtio-scsi-single compatible
+
+  * fix an issue where cleanup operations run as part of a VM's systemd scope
+
+  * associate cloud-init options with with the VM.Config.Network permission
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 14 May 2018 14:04:26 +0200
+
+qemu-server (5.0-25) unstable; urgency=medium
+
+  * fix #1697: only check machine type for pxe
+
+  * fix scsi hotplug issue with q35 machines
+
+  * fix live migration with local disk issue with nbd
+
+  * switch to new method of passing disk serials to qemu
+
+  * qemu-img convert: use cache=none for ZFS to not fill up the ARC
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 13 Apr 2018 15:11:58 +0200
+
+qemu-server (5.0-24) unstable; urgency=medium
+
+  * use pve-edk2-firmware for supporting OVMF
+
+  * restore: implement rate limiting
+
+  * stop passing default '-k' (keyboard) QEMU option from datacenter.cfg
+
+  * create linked clones of templates by default
+
+  * remove legacy vm_monitor_command
+
+  * start: always stop an existing $vmid.scope
+
+  * implement cloudinit support
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 22 Mar 2018 09:24:08 +0100
+
+qemu-server (5.0-23) unstable; urgency=medium
+
+  * fix migrate cache size parameter for qemu 2.11
+
+  * typo fixes in migrate task log
+
+  * depend on pve-qemu-kvm >= 2.9.1-9
+
+  * allow virtio-scsi+iothread controller hot-unplug
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 23 Feb 2018 13:21:08 +0100
+
 qemu-server (5.0-22) unstable; urgency=medium
 
   * fix #1664: nbd mirror: remove socat tunnel now that it is not required