diff --git a/Makefile b/Makefile index efb2653..c38e781 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ KERNEL_MIN=0 KERNEL_PATCHLEVEL=21 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=3 +KREL=4 -PKGREL=7 +PKGREL=8 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index ffe74b7..711fa9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +pve-kernel (5.0.21-8) pve pmg; urgency=medium + + * update to Ubuntu-5.0.0-33.35 + + * bump ABI to 5.0.21-4 + + * update ZFS FPU/SIMD implementation to upstream proposal + + -- Proxmox Support Team Wed, 23 Oct 2019 17:49:13 +0200 + pve-kernel (5.0.21-7) pve pmg; urgency=medium * update ZFS to 0.8.2