From 577b90378529b34d6bdca358d13435f3fcace575 Mon Sep 17 00:00:00 2001 From: Julien Fortin Date: Wed, 20 Dec 2023 18:09:24 +0100 Subject: [PATCH] debian: changelog: new entry: 3.3.0 * New: performance improvement: replace glob.glob with os.listdir * New: bridge: Do not create untagged vlans on "external" vxlan ports * New: Attribute: "disable-ipv6" to control ipv6 on an interface * New: Policy: "default_loopback_scope" control loopback ip scope * Fix: keep link down after mac change if 'link-down yes' is specified * Fix: addressvirtual: stale mac detection is missing vrr without ip * Fix: bond: warn if sub interface is detected on bond slave * Fix: bridge: update bridge-fd valid range to 2-255 Signed-off-by: Julien Fortin --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 81e657a..c1adcde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ifupdown2 (3.2.1) unstable; urgency=medium +ifupdown2 (3.3.0) unstable; urgency=medium * New: performance improvement: replace glob.glob with os.listdir * New: bridge: Do not create untagged vlans on "external" vxlan ports @@ -9,7 +9,7 @@ ifupdown2 (3.2.1) unstable; urgency=medium * Fix: bond: warn if sub interface is detected on bond slave * Fix: bridge: update bridge-fd valid range to 2-255 - -- Julien Fortin Thu, 04 May 2023 23:42:00 -0700 + -- Julien Fortin Thu, 04 May 2023 23:42:42 -0700 ifupdown2 (3.2.0) unstable; urgency=medium