From 2425182d6060370c6149d15dd9c249b13a773ade Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 13 Nov 2019 11:21:43 +0100 Subject: [PATCH] bump version to 4.15.18-51; ABI bump to 4.15.18-23 Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- debian/changelog | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 898db46..4556ff0 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=22 +KREL=23 -PKGREL=50 +PKGREL=51 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index f84c60a..4bed652 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +pve-kernel (4.15.18-51) pve pmg; urgency=medium + + * update to Ubuntu-4.15.0-69.78 + + * avoid bogus error message about PC Speaker module being already registered + on boot + + * bump ABI to 4.15.18-23 + + -- Proxmox Support Team Wed, 13 Nov 2019 11:20:34 +0100 + pve-kernel (4.15.18-50) pve pmg; urgency=medium * update to Ubuntu-4.15.0-68.77