From 1fe41eff57c5544001d4120a0d78b3619684e612 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 5 Apr 2024 13:04:13 +0200 Subject: [PATCH] bump version to 6.5.13-5 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c92041..f5f441b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_MIN=5 KERNEL_PATCHLEVEL=13 # increment KREL for every published package release! # rebuild packages with new KREL and run 'make abiupdate' -KREL=4 +KREL=5 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 831bf97..63e7e16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +proxmox-kernel-6.5 (6.5.13-5) bookworm; urgency=medium + + * revert a backport to avoid breaking copying files within a CIFS mount + + * revert a backport for the thermal subsystem that causes early boot failure + for some hardware using the step-wise-throttle governor + + -- Proxmox Support Team Fri, 05 Apr 2024 13:03:12 +0200 + proxmox-kernel-6.5 (6.5.13-4) bookworm; urgency=medium * update sources to Ubuntu-6.5.0-32.32 based on stable-tree backports of up