]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
bump version to 2.3-1
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Jun 2015 05:04:45 +0000 (07:04 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Jun 2015 05:04:45 +0000 (07:04 +0200)
Makefile
debian/changelog

index 365e8f691fa4b84d7681b93bc27ae95ae4797fc6..5b7af6b165620b3b506136236ebbe82c52974eaa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 RELEASE=4.0
 
 # also update debian/changelog
-KVMVER=2.2
-KVMPKGREL=8
+KVMVER=2.3
+KVMPKGREL=1
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -21,9 +21,9 @@ all: ${DEBS}
 .PHONY: download
 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.2.1
+       #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
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${DEBS} kvm: ${KVMSRC}
index 064edda7722af4f0bcee8b0aea9f79554c3a1e69..314322fc0d1f95ce7d384cdae314b6d2566945b5 100644 (file)
@@ -1,3 +1,9 @@
+pve-qemu-kvm (2.3-1) unstable; urgency=medium
+
+  *  update to v2.3.0
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 05 Jun 2015 06:05:00 +0200
+
 pve-qemu-kvm (2.2-8) unstable; urgency=medium
 
   * fix package dependencies for Debian Jessie