]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 4.15.18-29
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Nov 2018 15:01:40 +0000 (16:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Nov 2018 15:01:40 +0000 (16:01 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index 563e372627998df71e1352574c9006a46ecd9374..b8a7454648b353adc7ee165e63e4c9bc291d2f1a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,12 @@
-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=18
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=8
+KREL=9
 
-PKGREL=28
+PKGREL=29
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
index a211ed3164d2e480258de21eb6d0296f38625c24..dddb2d86c5d47c4508daaf748d7836ecf3561b97 100644 (file)
@@ -1,3 +1,11 @@
+pve-kernel (4.15.18-29) unstable; urgency=medium
+
+  * update sources to Ubuntu-4.15.0-40.43
+
+  * bump ABI to 4.15.18-9
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 12 Nov 2018 14:01:34 +0100
+
 pve-kernel (4.15.18-28) unstable; urgency=medium
 
   * backport deadlock fix for issue ZOL#7939