From: Dietmar Maurer Date: Thu, 30 Jul 2015 07:44:03 +0000 (+0200) Subject: update to v2.4.0-rc3, bump version to 2.4-1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=2faa634f6d3e441ffc7cc5385e74f6edb0bee694;p=pve-qemu-kvm.git update to v2.4.0-rc3, bump version to 2.4-1 --- diff --git a/Makefile b/Makefile index 816a4ef..551f9c3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ RELEASE=4.0 # also update debian/changelog -KVMVER=2.3 -KVMPKGREL=8 +KVMVER=2.4 +KVMPKGREL=1 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.4.0 + cd ${KVMDIR}; git checkout v2.4.0-rc3 tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${DEBS} kvm: ${KVMSRC} diff --git a/debian/changelog b/debian/changelog index c1a9fde..9e7d675 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-qemu-kvm (2.4-1) unstable; urgency=medium + + * update to latest upstream (v2.4.0-rc3) + + -- Proxmox Support Team Thu, 30 Jul 2015 09:38:14 +0200 + pve-qemu-kvm (2.3-8) unstable; urgency=medium * update to latest upstream (v2.4.0-rc2 + a few more patches) diff --git a/qemu-kvm-src.tar.gz b/qemu-kvm-src.tar.gz index cc57b03..de873fb 100644 Binary files a/qemu-kvm-src.tar.gz and b/qemu-kvm-src.tar.gz differ