14
0

- update to 0.4.15:

* req: #365 -- full and short nla notation fixed, critical
   * iproute: #364 -- new method, `brport()`
   * ipdb: -- support bridge port options
   * event: new genl protocols set: VFS_DQUOT, acpi_event, thermal_event
   * ipdb: #310 -- fixed priority change on routes
   * ipdb: #349 -- fix setting ifalias on interfaces
   * ipdb: #353 -- mitigate kernel oops during bridge creation
   * ipdb: #354 -- allow to explicitly choose plugins to load
   * ipdb: #359 -- provide read-only context managers
   * rtnl: #336 -- vlan flags support
   * rtnl: #352 -- support interface type plugins
   * tc: #344 -- mirred action
   * tc: #346 -- connmark action
   * netlink: #358 -- memory optimization
   * config: #360 -- generic asyncio config
   * iproute: #362 -- allow to change or replace a qdisc
   * ipset: full rework of the IPSET_ATTR_DATA and IPSET_ATTR_ADT
     ACHTUNG: this commit may break API compatibility
   * ipset: hash:mac support
   * ipset: list:set support
   * ipdb: throw EEXIST when creates VLAN/VXLAN devs with same ID, but
     under different names
   * tests: #329 -- include unit tests into the bundle
    * legal: E/// logo removed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=11
This commit is contained in:
2017-06-13 09:50:31 +00:00
committed by Git OBS Bridge
parent 9ea37c180e
commit 1155d6efcc
4 changed files with 33 additions and 4 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Jun 13 09:49:31 UTC 2017 - dmueller@suse.com
- update to 0.4.15:
* req: #365 -- full and short nla notation fixed, critical
* iproute: #364 -- new method, `brport()`
* ipdb: -- support bridge port options
* event: new genl protocols set: VFS_DQUOT, acpi_event, thermal_event
* ipdb: #310 -- fixed priority change on routes
* ipdb: #349 -- fix setting ifalias on interfaces
* ipdb: #353 -- mitigate kernel oops during bridge creation
* ipdb: #354 -- allow to explicitly choose plugins to load
* ipdb: #359 -- provide read-only context managers
* rtnl: #336 -- vlan flags support
* rtnl: #352 -- support interface type plugins
* tc: #344 -- mirred action
* tc: #346 -- connmark action
* netlink: #358 -- memory optimization
* config: #360 -- generic asyncio config
* iproute: #362 -- allow to change or replace a qdisc
* ipset: full rework of the IPSET_ATTR_DATA and IPSET_ATTR_ADT
ACHTUNG: this commit may break API compatibility
* ipset: hash:mac support
* ipset: list:set support
* ipdb: throw EEXIST when creates VLAN/VXLAN devs with same ID, but
under different names
* tests: #329 -- include unit tests into the bundle
* legal: E/// logo removed
-------------------------------------------------------------------
Tue Jan 10 17:18:02 UTC 2017 - dmueller@suse.com