summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@alastairs-place.net>2019-01-02 09:24:48 +0000
committerAlastair Houghton <alastair@alastairs-place.net>2019-01-02 09:24:48 +0000
commit4fa0e314ae1fc292a2b8afd37f31e9323bccbfea (patch)
tree3d1e77cfd4d208ea24403d9646a77e421d720486
parent2d09bb1a31700a446454c84247c98bea3f3d72a2 (diff)
downloadnetifaces-git-4fa0e314ae1fc292a2b8afd37f31e9323bccbfea.tar.gz
Bumped versions for release.release_0_10_8
-rw-r--r--CHANGELOG11
-rw-r--r--README.rst6
-rw-r--r--setup.py2
3 files changed, 15 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ca84e12..66544f0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+2019-01-02 Version 0.10.8
+
+ * 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).
+
+2018-05-08 Version 0.10.7
+
+ * Added LICENSE file
+ * Automated Windows builds via AppVeyor.
+
2017-06-01 Version 0.10.6
* Fixed netmask determination on Windows.
diff --git a/README.rst b/README.rst
index 22a95b8..b5c2160 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-netifaces 0.10.7
+netifaces 0.10.8
================
+-------------+------------------+
@@ -34,8 +34,8 @@ This package attempts to solve that problem.
First you need to install it, which you can do by typing::
- tar xvzf netifaces-0.10.7.tar.gz
- cd netifaces-0.10.7
+ tar xvzf netifaces-0.10.8.tar.gz
+ cd netifaces-0.10.8
python setup.py install
**Note that you will need the relevant developer tools for your platform**,
diff --git a/setup.py b/setup.py
index 3167610..6597b3b 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ else:
output = getattr(builtins, 'print', lambda x: True)
-__version__ = "0.10.7"
+__version__ = "0.10.8"
# Disable hard links, otherwise building distributions fails on OS X
try: