2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 09:58:01 +00:00

Set release date for 3.6.0.

While at it, adding a few missed NEWS entries.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Ilya Maximets 2025-08-18 14:24:03 +02:00
parent 3ffb1c4012
commit e141dc9ae8
2 changed files with 9 additions and 4 deletions

9
NEWS
View File

@ -2,7 +2,7 @@ Post-v3.6.0
-------------------- --------------------
v3.6.0 - xx xxx xxxx v3.6.0 - 18 Aug 2025
-------------------- --------------------
- Bonding: - Bonding:
* Bond rebalancing log messages of INFO log level are highly reduced: they * Bond rebalancing log messages of INFO log level are highly reduced: they
@ -12,6 +12,11 @@ v3.6.0 - xx xxx xxxx
* New debug appctl command 'dpdk/get-memzone-stats'. * New debug appctl command 'dpdk/get-memzone-stats'.
* Removed upper limit for the number of rx/tx descriptors (n_r/txq_desc). * Removed upper limit for the number of rx/tx descriptors (n_r/txq_desc).
* OVS validated with DPDK 24.11.2. * OVS validated with DPDK 24.11.2.
- OVSDB performance:
* Table indexes are now used for lookups while processing certain database
queries (e.g. 'select' operation).
* JSON data structures are re-worked to allow storing short strings and
arrays in-place, improving performance and the total memory usage.
- OVSDB-IDL: - OVSDB-IDL:
* New functions <db>_<table>_<column>_server_type() that allow checking * New functions <db>_<table>_<column>_server_type() that allow checking
the server-side type of a particular column. Can be used for checking the server-side type of a particular column. Can be used for checking
@ -23,7 +28,7 @@ v3.6.0 - xx xxx xxxx
* Added a new option, --ulimit-core=<LIMIT>, to set the daemon's ulimit * Added a new option, --ulimit-core=<LIMIT>, to set the daemon's ulimit
core file size. core file size.
- ovs-appctl: - ovs-appctl:
* Added JSON output support to the 'ovs/route/show' command. * Added JSON output support to 'ovs/route/show' and 'fdb/show' commands.
- ovs-vsctl: - ovs-vsctl:
* Now exits with error code 160 (ERROR_BAD_ARGUMENTS) on Windows and * Now exits with error code 160 (ERROR_BAD_ARGUMENTS) on Windows and
65 (EX_DATAERR) on other platforms if it fails while waiting for 65 (EX_DATAERR) on other platforms if it fails while waiting for

4
debian/changelog vendored
View File

@ -2,13 +2,13 @@ openvswitch (3.6.90-1) unstable; urgency=low
* New upstream version * New upstream version
-- Open vSwitch team <dev@openvswitch.org> Wed, 16 Jul 2025 13:00:01 +0100 -- Open vSwitch team <dev@openvswitch.org> Mon, 18 Aug 2025 14:10:11 +0200
openvswitch (3.6.0-1) unstable; urgency=low openvswitch (3.6.0-1) unstable; urgency=low
* New upstream version * New upstream version
-- Open vSwitch team <dev@openvswitch.org> Wed, 16 Jul 2025 13:00:00 +0100 -- Open vSwitch team <dev@openvswitch.org> Mon, 18 Aug 2025 14:10:10 +0200
openvswitch (3.5.0-1) unstable; urgency=low openvswitch (3.5.0-1) unstable; urgency=low