14
0

Accepting request 705219 from home:pgajdos

- version update to 0.10.9
  * Fixed a bug that in certain circumstances could lead to an infinite
    loop in netifaces.gateways() (thanks asomers).
  * Fixed a memory management bug in an error path (thanks NicoPy).
- created a small test

OBS-URL: https://build.opensuse.org/request/show/705219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal
2019-05-24 11:56:32 +00:00
committed by Git OBS Bridge
parent b81b5df8e7
commit 9f1a871ff4
6 changed files with 94 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 24 11:00:13 UTC 2019 - pgajdos@suse.com
- version update to 0.10.9
* Fixed a bug that in certain circumstances could lead to an infinite
loop in netifaces.gateways() (thanks asomers).
* Fixed a memory management bug in an error path (thanks NicoPy).
- created a small test
-------------------------------------------------------------------
Mon Sep 10 11:00:01 UTC 2018 - dmueller@suse.com