From 1d71f556ea7fc0f899e6fffda039dc930d4a7bd8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 29 Mar 2024 15:29:14 +0100 Subject: [PATCH] bump version to 6.5.13-4 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ddde7b8..2c92041 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=3 +KREL=4 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 3417f7a..831bf97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 + to v6.1.77, v6.6.16 + + -- Proxmox Support Team Fri, 29 Mar 2024 15:28:57 +0100 + proxmox-kernel-6.5 (6.5.13-3) bookworm; urgency=medium * updated sources to Ubuntu-6.5.0-27.28 to fix a regression in the tracing &