diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-11-18 18:18:53 +0100 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-11-18 18:18:55 +0100 |
| commit | 89dfb8f879d90ef906f78213d7edfd6140733972 (patch) | |
| tree | fb40dbd11eb2e99f1bc3cc3e98da64cbddeccc72 | |
| parent | 98f4d7525c7ec1074f80fc6a683405c944495b2e (diff) | |
prepare bump version to 0.9.9
This is not yet marked as released as the bump was mostly done to
allow testing with correct version for the package split's
break/replaces.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
| -rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 282493b..a59f6ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +libpve-network-perl (0.9.9) UNRELEASED; urgency=medium + + * split package into implementation and API endpoints + + * fix #5324: non-vlan-aware zone: set MTU for veth links if it's configured + for the zone + + * ipam: move state file of PVE plugin over to common sdn directory + + * vnets: add ports isolation, allowing one to drop traffic between all ports + that have isolation enabled on the local bridge, while still allowing + traffic with non-isolated ports. Basically one can relatively simply + disable traffic between guests but still allow traffic from outside. + + -- Proxmox Support Team <support@proxmox.com> Mon, 18 Nov 2024 18:10:34 +0100 + libpve-network-perl (0.9.8) bookworm; urgency=medium * zones: add method for getting MTU |
