]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 4.15.18-15
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Jul 2018 13:44:15 +0000 (15:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 4 Jul 2018 13:44:15 +0000 (15:44 +0200)
Makefile
debian/changelog

index 43a5257404329b8d611af359b8fced34dd709b6f..a5f19e70e6d505fed991c921535223d4b4712751 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ RELEASE=5.1
 # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
 KERNEL_MAJ=4
 KERNEL_MIN=15
-KERNEL_PATCHLEVEL=17
-KREL=3
+KERNEL_PATCHLEVEL=18
+KREL=1
 
-PKGREL=14
+PKGREL=15
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
index 73958525436edcba3c9c9865ded05991463127d0..4e17817c9c02f4a7092c1b41383a88f0741756f1 100644 (file)
@@ -1,3 +1,11 @@
+pve-kernel (4.15.18-15) unstable; urgency=medium
+
+  * update sources to Ubuntu-4.15.0-24.26
+
+  * drop out-of-tree IXGBE driver
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 04 Jul 2018 15:42:56 +0200
+
 pve-kernel (4.15.17-14) unstable; urgency=medium
 
   * fix KVM L1 guest escape when nested virtualization is used - CVE-2018-12904