bump version to 5.0.21-10
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b9b2d45ed0
commit
ee7f5b50ad
4
Makefile
4
Makefile
@ -4,9 +4,9 @@ KERNEL_MIN=0
|
|||||||
KERNEL_PATCHLEVEL=21
|
KERNEL_PATCHLEVEL=21
|
||||||
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
||||||
# rebuild packages with new KREL and run 'make abiupdate'
|
# rebuild packages with new KREL and run 'make abiupdate'
|
||||||
KREL=4
|
KREL=5
|
||||||
|
|
||||||
PKGREL=9
|
PKGREL=10
|
||||||
|
|
||||||
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
||||||
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
||||||
|
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
|||||||
|
pve-kernel (5.0.21-10) pve pmg; urgency=medium
|
||||||
|
|
||||||
|
* update to Ubuntu-5.0.0-35.38
|
||||||
|
|
||||||
|
* bump ABI to 5.0.21-5
|
||||||
|
|
||||||
|
* avoid bouds error message about PC Speaker module being already registered
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 13 Nov 2019 08:27:10 +0100
|
||||||
|
|
||||||
pve-kernel (5.0.21-9) pve pmg; urgency=medium
|
pve-kernel (5.0.21-9) pve pmg; urgency=medium
|
||||||
|
|
||||||
* fix #2458: fix issues with Linux KVM guest on old Intel CPUs
|
* fix #2458: fix issues with Linux KVM guest on old Intel CPUs
|
||||||
|
Loading…
Reference in New Issue
Block a user