From: Thomas Lamprecht Date: Sat, 12 Jan 2019 09:17:19 +0000 (+0100) Subject: bump version to 4.15.18-31 X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=da7def12fd10ecf7a042cb6f2b52c12fae784966 bump version to 4.15.18-31 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index c7d17ab..2393dda 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ 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=9 +KREL=10 -PKGREL=30 +PKGREL=31 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 4f0840e..3d5a0a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (4.15.18-31) unstable; urgency=medium + + * update sources to Ubuntu-4.15.0-44.47 + + * bump ABI to 4.15.18-10 + + -- Proxmox Support Team Mon, 14 Jan 2019 10:59:31 +0100 + pve-kernel (4.15.18-30) unstable; urgency=medium * add patches for CVE-2018-18955 and https://launchpad.net/bugs/1789161