From 7d6cee459e48dd8621a699fef14cd4430d29ee7a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 1 Dec 2023 14:17:55 +0100 Subject: [PATCH] bump version to 6.2.16-20 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aeac3cd..7e230d8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=2 KERNEL_PATCHLEVEL=16 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=19 +KREL=20 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 12c470d..e77fc0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +proxmox-kernel-6.2 (6.2.16-20) bookworm; urgency=medium + + * update sources to Ubuntu-6.2.0-39.40 + + * update ZFS to 2.1.14 + + -- Proxmox Support Team Fri, 01 Dec 2023 14:17:27 +0100 + proxmox-kernel-6.2 (6.2.16-19) bookworm; urgency=medium * backport exposing FLUSHBYASID when running nested VMs on AMD CPUs to fix