Skip to content

Commit

Permalink
debian: changelog: new entry: 3.3.0
Browse files Browse the repository at this point in the history
  * 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 <[email protected]>
  • Loading branch information
julienfortin committed Dec 20, 2023
1 parent 2945b67 commit 577b903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <[email protected]> Thu, 04 May 2023 23:42:00 -0700
-- Julien Fortin <[email protected]> Thu, 04 May 2023 23:42:42 -0700

ifupdown2 (3.2.0) unstable; urgency=medium

Expand Down

2 comments on commit 577b903

@Lillecarl
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the "release commit" for 3.3.0? You seem to have missed tagging them in git.

@julienfortin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Lillecarl Yes this is the release commit for 3.3.0, I haven't used tags since my last debian upload, I will add one for this release and try to remember to do it in the future.

Please sign in to comment.