From bf23bcb74eed1a35381124272086d5c4943e6be6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 2 Mar 2021 13:36:31 +0100 Subject: [PATCH] bump version to 5.11.0-1 Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- debian/changelog | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 59f0687..a936048 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=10 -KERNEL_PATCHLEVEL=6 +KERNEL_MIN=11 +KERNEL_PATCHLEVEL=0 # 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 daa4fa1..0b0194a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (5.11.0-1) pve pmg; urgency=medium + + * update sources to Ubuntu-5.11.0-11.12 + + * update ZFS to 2.0.3 + + -- Proxmox Support Team Tue, 02 Mar 2021 13:36:01 +0100 + pve-kernel (5.10.6-1) pve pmg; urgency=medium * update sources to Ubuntu-5.10.0-12.13