From: Thomas Lamprecht Date: Wed, 22 Nov 2023 13:46:53 +0000 (+0100) Subject: bump version to 0.9.0 X-Git-Url: https://git.proxmox.com/?p=pve-network.git;a=commitdiff_plain;h=a9107d35d2cc8dcd7ba21e6c3d7770f053da1ef8 bump version to 0.9.0 Signed-off-by: Thomas Lamprecht --- diff --git a/debian/changelog b/debian/changelog index b07871a..efaa92b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +libpve-network-perl (0.9.0) bookworm; urgency=medium + + * dnsmasq: fix config directory permission + + * api: take partial configs for update (PUT) requests + + * api: handle delete parameter when updating ipams, dns entries, controllers + + * fix dhcpv6 router advertisement + + * subnets: only delete macs.db entries if mac is available + + * ipam: improve update / delete behavior + + * sdn: validate dhcp-range in API + + * install dnsmasq@.service snippet to start after networking.service in + order to make sure ifupdown has created all the interfaces before dnsmasq + tries to find them and to fix suggesting that its a provider for network + target + + * dnsmasq: use quite-ra to avoid log spam + + -- Proxmox Support Team Wed, 22 Nov 2023 14:46:31 +0100 + libpve-network-perl (0.8.5) bookworm; urgency=medium * sdn: register MAC in IPAM if not found