bump version to 6.11.0-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-10-24 09:22:52 +02:00
parent e4a79ff812
commit bd86b34a04
2 changed files with 10 additions and 3 deletions

View File

@ -2,11 +2,11 @@ include /usr/share/dpkg/pkg-info.mk
# also bump proxmox-kernel-meta if the default MAJ.MIN version changes! # also bump proxmox-kernel-meta if the default MAJ.MIN version changes!
KERNEL_MAJ=6 KERNEL_MAJ=6
KERNEL_MIN=8 KERNEL_MIN=11
KERNEL_PATCHLEVEL=12 KERNEL_PATCHLEVEL=0
# increment KREL for every published package release! # increment KREL for every published package release!
# rebuild packages with new KREL and run 'make abiupdate' # rebuild packages with new KREL and run 'make abiupdate'
KREL=3 KREL=1
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
proxmox-kernel-6.11 (6.11.0-1) bookworm; urgency=medium
* update submodule and patches for 24.10 Oracular based kernel with tag
Ubuntu-6.11.0-9.9
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Oct 2024 17:32:43 +0200
proxmox-kernel-6.8 (6.8.12-3) bookworm; urgency=medium proxmox-kernel-6.8 (6.8.12-3) bookworm; urgency=medium
* fix #5430: cherry-pick fix for ocfs2 io_uring rw issues * fix #5430: cherry-pick fix for ocfs2 io_uring rw issues