Beside the date update, moving the mdb NEWS entry to a more appropriate place - ovs-appctl section.
Signed-off-by: Ilya Maximets <[email protected]> --- NEWS | 6 +++--- debian/changelog | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index e4eedb5b4..8888fb3ec 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v3.3.0 - xx xxx xxxx +v3.3.0 - 16 Feb 2024 -------------------- - OVSDB: * Support pre-vote mechanism in RAFT that protects the cluster against @@ -29,6 +29,8 @@ v3.3.0 - xx xxx xxxx "ovs-appctl dpctl/ct-del-limits default". * 'dpctl/flush-conntrack' is now capable of flushing connections based on mark and labels. + * 'mdb/show': support for multicast snooping to show the protocol + responsible for adding/updating the entry. - ovs-vsctl: * New commands 'set-zone-limit', 'del-zone-limit' and 'list-zone-limits' to manage the maximum number of connections in conntrack zones via @@ -47,8 +49,6 @@ v3.3.0 - xx xxx xxxx during connection commit will be used by default. - DPDK: * Add support for DPDK 23.11. - - Support for multicast snooping to show the protocol responsible for - adding/updating the entry. v3.2.0 - 17 Aug 2023 diff --git a/debian/changelog b/debian/changelog index 545dc8313..2049ddaa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ openvswitch (3.3.0-1) unstable; urgency=low * New upstream version - -- Open vSwitch team <[email protected]> Wed, 17 Jan 2024 13:00:00 +0100 + -- Open vSwitch team <[email protected]> Fri, 16 Feb 2024 12:25:58 +0100 openvswitch (3.2.0-1) unstable; urgency=low -- 2.43.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
