summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@coriolis-systems.com>2016-08-23 16:27:49 +0100
committerAlastair Houghton <alastair@coriolis-systems.com>2016-08-23 16:27:49 +0100
commit7677b6912978b775f6cd7cca761138589e4db8d3 (patch)
tree99822984d1d6a5f684c3add78865fa495eda6a37
parent724261c7e5887d010974bd081b7cfeebb097cd56 (diff)
downloadnetifaces-7677b6912978b775f6cd7cca761138589e4db8d3.tar.gz
Updated CHANGELOG for release.release_0_10_5
-rw-r--r--CHANGELOG16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c74ffc9..01fb33f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,19 @@
+2016-08-23 Version 0.10.5
+
+ * Fixed setup.py in case there's no print (thanks Stavros).
+ * Fixed a potential one-byte stack overwrite (thanks Doug Horn).
+ * Fixed possible null pointer deference (thanks bastiak).
+ * Added support for IPv6 address flags on BSD/Mac OS X (thanks
+ stefann).
+ * Respect interface priorities when determining default gateway
+ (on Windows and Linux).
+ * Use CIDR notation for IPv6 netmasks.
+ * Ignore broadcast addresses in the 169.254.0.0/16 range (it
+ appears Cygwin's getaddrinfo() may erroneously generate these).
+ * Stop using deprecated WSAAddressToStringA() API on Windows
+ in favour of using WSAAddressToStringW() where available. Falls
+ back to the older API if required.
+
2014-05-19 Version 0.10.4
* Fixed a problem with multi-part Netlink messages on Linux.