From 65bbbdd0ae1181063808e7fcde5d5d6219dc91c6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 24 Jul 2019 16:04:45 +0200 Subject: [PATCH] bump version to 5.0.18-1 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 262fb95..9381cad 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change KERNEL_MAJ=5 KERNEL_MIN=0 -KERNEL_PATCHLEVEL=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=1 diff --git a/debian/changelog b/debian/changelog index 45ba7fa..00da239 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +pve-kernel (5.0.18-1) pve pmg; urgency=medium + + * update sources to Ubuntu-5.0.0-22.23 + + * bump ABI to 5.0.18-1 + + * backport "rbd: don't assert on writes to snapshots" to fix issues with + DISCARD operations on Ceph RBD backed block devices during a snapshot + operation. + + -- Proxmox Support Team Wed, 24 Jul 2019 08:13:30 +0200 + pve-kernel (5.0.15-1) pve pmg; urgency=medium * update to Ubuntu-5.0.0-21.22