diff --git a/Makefile b/Makefile index 701b82e..a4effbe 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=11 -KERNEL_PATCHLEVEL=21 +KERNEL_PATCHLEVEL=22 # 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 0cc9f8e..5cbbaea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +pve-kernel (5.11.22-1) bullseye; urgency=medium + + * update sources to stable release 5.11.22 with Ubuntu-5.11.0-23.24 + + * pve-kernel-libc-dev: add version to Provides dependency field for + linux-libc-dev to satisfy versioned dependcies from other packages + + * build perf with python3 + + * fixes #3465: keep unstripped kernel and module files, allowing one to use + kdump-tools + + -- Proxmox Support Team Wed, 23 Jun 2021 08:53:17 +0200 + pve-kernel (5.11.21-1) bullseye; urgency=medium * update sources to stable release 5.11.21 with Ubuntu-5.11.0-19.20