We are pleased to announce the release of:
ovsdbapp 0.10.1: A library for creating OVSDB applications
This release is part of the queens stable release series.
The source is available from:
http://git.openstack.org/cgit/openstack/ovsdbapp
Download the package from:
https://tarballs.openstack.org/ovsdbapp/
Please report issues through launchpad:
http://bugs.launchpad.net/ovsdbapp
For more details, please see below.
Changes in ovsdbapp 0.10.0..0.10.1
----------------------------------
fd64d41 Improve DbListCommand operation from O(n^2) to O(n)
Diffstat (except docs and test files)
-------------------------------------
ovsdbapp/backend/ovs_idl/command.py | 35 ++++++++++++++++++++--
.../schema/open_vswitch/test_common_db.py | 7 +++++
2 files changed, 40 insertions(+), 2 deletions(-)