]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
bump version to 1.4-10 stable2.3-fixes
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 16 Apr 2013 08:21:46 +0000 (10:21 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 16 Apr 2013 08:21:46 +0000 (10:21 +0200)
this is based on qemu 1.4.1

Makefile
debian/changelog

index 920c7ee3348cfba3c10ab427c3c876956f26d56f..92c265f0095f6fdbac8f615ddb16b4369e03d386 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.3
 
 # also update debian/changelog
 KVMVER=1.4
-KVMPKGREL=9
+KVMPKGREL=10
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -17,10 +17,7 @@ all: ${KVM_DEB} ${KVMSRC}
 .PHONY: download
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
-       git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
-       cd ${KVMDIR}; git checkout -b local v1.4.0
-       # update to seabios 1.7.2.1
-       cd ${KVMDIR}; git cherry-pick 5c75fb10029c5fd1e705a6ef5d698fbea06c7a33
+       git clone git://git.qemu-project.org/qemu.git -b stable-${KVMVER} ${KVMDIR} 
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}
index 0a88c06666abbf01744f4b601a55490fe0b16636..1ce0ed9c5d3806b8a110c2a2669054770afb290e 100644 (file)
@@ -1,3 +1,9 @@
+pve-qemu-kvm (1.4-10) unstable; urgency=low
+
+  * update to qemu 1.4.1
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 16 Apr 2013 10:05:20 +0200
+
 pve-qemu-kvm (1.4-9) unstable; urgency=low
 
   * vma restore: tolerate a size difference up to 4M