From 82fdafa01e37268497729e92a5d6e76455540fd8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 5 Feb 2020 11:49:42 +0100 Subject: [PATCH] bump version to 5.3.18-1 Signed-off-by: Thomas Lamprecht --- Makefile | 6 +++--- debian/changelog | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 34cda36..d48b928 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 KERNEL_MIN=3 -KERNEL_PATCHLEVEL=13 +KERNEL_PATCHLEVEL=18 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=3 +KREL=1 -PKGREL=3 +PKGREL=1 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 6223276..de9225c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (5.3.18-1) pve pmg; urgency=medium + + * bump ABI to 5.3.18-1 + + * update sources to Ubuntu-5.3.0-40.32 + + -- Proxmox Support Team Wed, 05 Feb 2020 11:49:10 +0100 + pve-kernel (5.3.13-3) pve pmg; urgency=medium * backport fixes for information leak within a KVM guest -- 2.39.2