]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
bump version to 2.4-3
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 13 Aug 2015 15:06:59 +0000 (17:06 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 13 Aug 2015 15:06:59 +0000 (17:06 +0200)
Makefile
debian/changelog

index aad444f24d811a9143a5ebea3cb0f913f215c290..10c11ad72f61e1ce21a34e18ed3e1962bb8450df 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.0
 
 # also update debian/changelog
 KVMVER=2.4
-KVMPKGREL=2
+KVMPKGREL=3
 
 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-rc4
+       cd ${KVMDIR}; git checkout v2.4.0
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${DEBS} kvm: ${KVMSRC}
index 9458f5f35ba49d01acfb325d58b455bfccee4ced..3a27b3c21b73aadbc40c7bc6481047dc85f08907 100644 (file)
@@ -1,3 +1,11 @@
+pve-qemu-kvm (2.4-3) unstable; urgency=medium
+
+  * update to v2.4.0 final
+
+  * add mirror-fix-coroutine-reentrance.patch
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 13 Aug 2015 17:00:49 +0200
+
 pve-qemu-kvm (2.4-2) unstable; urgency=medium
 
   *  update to latest upstream (v2.4.0-rc4)