diff --git a/Makefile b/Makefile index df01302..6e9614b 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ KERNEL_MIN=15 KERNEL_PATCHLEVEL=131 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=1 +KREL=2 -PKGREL=2 +PKGREL=3 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 7c29ec0..684f522 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pve-kernel (5.15.131-3) bullseye; urgency=medium + + * updates ZFS to 2.1.14 + + * bump ABI to 5.15.131-2 + + -- Proxmox Support Team Fri, 01 Dec 2023 14:42:42 +0100 + pve-kernel (5.15.131-2) bullseye; urgency=medium * update to Ubuntu-5.15.0-91.101 fixing an issue with enumerating USB