]> git.proxmox.com Git - pve-network.git/commitdiff
bump version to 0.9.0
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Nov 2023 13:46:53 +0000 (14:46 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Nov 2023 13:46:53 +0000 (14:46 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/changelog

index b07871a70d1ed12ee4d45c9cc38dcbf9f6e4fdab..efaa92b3995b7058885742b31f9fdbb36a3a448b 100644 (file)
@@ -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 <support@proxmox.com>  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