14
0

- Update to version 0.6:

+ Added a workaround for a FreeBSD kernel bug (kern/152036).
  + Added address_families dictionary to allow code to look up the symbolic
    name corresponding to a given numeric address family code.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netifaces?expand=0&rev=7
This commit is contained in:
Sascha Peilicke
2012-06-15 08:56:19 +00:00
committed by Git OBS Bridge
parent 86bef97e4d
commit 2e627e3621
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jun 15 08:55:18 UTC 2012 - saschpe@suse.de
- Update to version 0.6:
+ Added a workaround for a FreeBSD kernel bug (kern/152036).
+ Added address_families dictionary to allow code to look up the symbolic
name corresponding to a given numeric address family code.
-------------------------------------------------------------------
Mon Jun 11 12:37:51 UTC 2012 - saschpe@suse.de