summaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: b448280653761b33d21e32e505d7f9a617798f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
2014-05-02	Version 0.10.1

	* Fixed a problem with the gateways() function that caused it a
	crash on PyPy.
	* The CI system is now set up to build for PyPy as well, so
	problems will be found sooner.

2014-05-01	Version 0.10.0

	* Python 3 compatibility.
	* Improved Windows source code compatibility.
	* Added gateway detection via gateways() function.
	* New version number format (skipped 0.9.0 due to its use by
	the netifaces-merged fork).

2012-01-31 	Version 0.8

	All changes in this version relate to the ioctl( ) code path,
	which is not used on Windows or on any modern UNIX or UNIX-like
	system that implements getaddrinfo().

	* Fixed bit-rot in the ioctl() code path.
	* Fixed a problem with setup.py that might manifest itself if the
	config.cache file was manually edited.
	* Fixed the ioctl() code path to cope with systems that have
	sa_len and return longer than normal struct ifreq requests from
	SIOCG[L]IFCONF (for instance, Mac OS X).

2012-01-30	Version 0.7

	* Dropped support for Win2K and earlier
	* Added support for addresses other than IPv4 on Windows
	* Removed empty 'addr' entries for interfaces that don't provide
	any addresses.
	* Fixed problems with setup script that prevented it running on
	Windows, and improved the chances of it working with
	cross-compilers somewhat.
	* Added a verion property to the module that you can test at
	runtime.

2011-11-04	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 numberic address family
	code.