From 76cebe7846c1810455ca5ddec5ea50822d87087a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 11 Nov 2024 20:29:24 +0100 Subject: [PATCH] bump version to 8.2.7 Signed-off-by: Thomas Lamprecht --- debian/changelog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/debian/changelog b/debian/changelog index 221b9ce..46a91f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +libpve-common-perl (8.2.7) bookworm; urgency=medium + + * fix #5623: OVS: avoid that config options set explicitly to `0` are + ignored. + + * network config: drop warning for having a `vmbrX` interface that isn't a + bridge to avoid a cyclic use statement for this unlikely edge-case. + + * sysfs tools: log full error if writing to a control file fails + + * sysfs tools: fix regression on binding to vfio-pci when there are multiple + devices of the same (vendor-id, model-id) tuple, like with multiple GPUs + that have the same audio chip by allowing to ignore a "already existing" + error. + + * network config: check if 'bridge_vids' property is not just an empty + string. + + * partiually fix #3893: network: add formats for passing a VLAN id or range + parameter. + + * fix #5454: net: assert names for vlan bridge slave interfaces are valid + + * net: assert validity of names also when creating bridge and veth interfaces + + * REST environment: also log warning messages to syslog + + * pbs client: various code cleanups and refactoring + + -- Proxmox Support Team Mon, 11 Nov 2024 20:29:21 +0100 + libpve-common-perl (8.2.6) bookworm; urgency=medium * sysfs tools: properly catch errors when updating kernel/module parameters