14
0

- update to 0.5.13:

* netns: allow to pass custom libc reference <https://github.com/svinota/pyroute2/issues/702>
  * generic: att L2TP support <https://github.com/svinota/pyroute2/pull/709>
  * iproute: link_lookup() optimization <https://github.com/svinota/pyroute2/issues/712>
  * ndb: basic cluster support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroute2?expand=0&rev=47
This commit is contained in:
2020-08-04 16:08:17 +00:00
committed by Git OBS Bridge
parent 092365a049
commit 7a472b873e
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 4 16:07:22 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.5.13:
* netns: allow to pass custom libc reference <https://github.com/svinota/pyroute2/issues/702>
* generic: att L2TP support <https://github.com/svinota/pyroute2/pull/709>
* iproute: link_lookup() optimization <https://github.com/svinota/pyroute2/issues/712>
* ndb: basic cluster support
-------------------------------------------------------------------
Thu Jul 2 13:39:28 UTC 2020 - pgajdos@suse.com