While at it, adding a few missed NEWS entries.

Signed-off-by: Ilya Maximets <i.maxim...@ovn.org>
---
 NEWS             | 9 +++++++--
 debian/changelog | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 50622a3d7..9f98600a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-v3.6.0 - xx xxx xxxx
+v3.6.0 - 18 Aug 2025
 --------------------
    - Bonding:
      * Bond rebalancing log messages of INFO log level are highly reduced: they
@@ -8,6 +8,11 @@ v3.6.0 - xx xxx xxxx
      * New debug appctl command 'dpdk/get-memzone-stats'.
      * Removed upper limit for the number of rx/tx descriptors (n_r/txq_desc).
      * 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:
      * New functions <db>_<table>_<column>_server_type() that allow checking
        the server-side type of a particular column.  Can be used for checking
@@ -19,7 +24,7 @@ v3.6.0 - xx xxx xxxx
      * Added a new option, --ulimit-core=<LIMIT>, to set the daemon's ulimit
        core file size.
    - 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:
      * Now exits with error code 160 (ERROR_BAD_ARGUMENTS) on Windows and
        65 (EX_DATAERR) on other platforms if it fails while waiting for
diff --git a/debian/changelog b/debian/changelog
index 6b533da89..ef85b3fd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ openvswitch (3.6.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- Open vSwitch team <d...@openvswitch.org>  Wed, 16 Jul 2025 13:00:00 +0100
+ -- Open vSwitch team <d...@openvswitch.org>  Mon, 18 Aug 2025 14:10:10 +0200
 
 openvswitch (3.5.0-1) unstable; urgency=low
 
-- 
2.50.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to