From: Dietmar Maurer Date: Tue, 20 Sep 2016 07:42:33 +0000 (+0200) Subject: bump version to 2.6.1-6 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c038ef722c74cfaaeff4f295b1acfecf258de7b8;p=pve-qemu-kvm.git bump version to 2.6.1-6 --- diff --git a/Makefile b/Makefile index c23bf1e..2112f6c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.2 # also update debian/changelog KVMVER=2.6.1 -KVMPKGREL=5 +KVMPKGREL=6 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm diff --git a/debian/changelog b/debian/changelog index 4e8a978..38c0dab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +pve-qemu-kvm (2.6.1-6) unstable; urgency=medium + + * fix #615: Windows guests suddenly hangs after couple times of migration + + * fix CVE-2016-7170: vmsvga: correct bitmap and pixmap size checks + + * fix CVE-2016-7421: scsi: pvscsi: limit process IO loop to ring size + + * fix CVE-2016-7423: scsi: mptsas: use g_new0 to allocate MPTSASRequest + object + + -- Proxmox Support Team Tue, 20 Sep 2016 09:42:12 +0200 + pve-qemu-kvm (2.6.1-5) unstable; urgency=medium * qmp_snapshot_drive : add aiocontext