diff --git a/Makefile b/Makefile index 7295cb6..8dc86ce 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=12 +KREL=13 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 5ecfefc..c3ec6fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +proxmox-kernel-6.2 (6.2.16-13) bookworm; urgency=medium + + * fix #4707: add override parameter for RMRR relaxation + + * backport thunderbolt-net fixes for IPv6 and connection re-establishment + after a node got rebooted + + * update sources to Ubuntu-6.2.0-34.34 + + -- Proxmox Support Team Mon, 18 Sep 2023 15:31:57 +0200 + proxmox-kernel-6.2 (6.2.16-12) bookworm; urgency=medium * cherry-pick fix for KVM vCPU page-fault loop.