From: Dietmar Maurer Date: Mon, 27 Jul 2015 08:01:51 +0000 (+0200) Subject: update to latest upstream (v2.4.0-rc2 + a few patches) X-Git-Url: https://git.proxmox.com/?p=pve-qemu-kvm.git;a=commitdiff_plain;h=260d9fb0b3f68d6a112cad2a66af5741c29a309e update to latest upstream (v2.4.0-rc2 + a few patches) --- diff --git a/Makefile b/Makefile index d23358f..18e3f12 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 # also update debian/changelog KVMVER=2.3 -KVMPKGREL=6 +KVMPKGREL=7 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -23,7 +23,7 @@ download: rm -rf ${KVMDIR} ${KVMSRC} #git clone git://git.qemu-project.org/qemu.git -b stable-2.2 ${KVMDIR} git clone git://git.qemu-project.org/qemu.git ${KVMDIR} - cd ${KVMDIR}; git checkout v2.3.0 + #cd ${KVMDIR}; git checkout v2.4.0 tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${DEBS} kvm: ${KVMSRC} diff --git a/debian/changelog b/debian/changelog index 7feca25..baf77d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-qemu-kvm (2.3-7) unstable; urgency=medium + + * update to latest upstream (v2.4.0-rc2 + a few patches) + + -- Proxmox Support Team Mon, 27 Jul 2015 09:59:07 +0200 + pve-qemu-kvm (2.3-6) unstable; urgency=medium * qemu : add drive-mirror sleep patches diff --git a/qemu-kvm-src.tar.gz b/qemu-kvm-src.tar.gz index 645a183..07de182 100644 Binary files a/qemu-kvm-src.tar.gz and b/qemu-kvm-src.tar.gz differ