Initial commit for debian packaging
[pyiw] / CHANGELOG
1 Version 0.3.3:
2         - Looks like I forgot to actually add the codestuffs for CHANNEL and
3           MODE. I've added CHANNEL support for now (thanks to Robert Berger),
4           but I really need to revist this entire module. It's been more than
5           a year, I'm a much better coder now, and there's lots of room for
6           improvement. *sigh*
7         - Added more TODO stuff in the source file.
8         - Fixed a bug in where packaged 0.3.2 was reporting itself as 0.3.1.
9         - We're using version 29 of iwlib (if you build statically), which
10           supports WE21.
11         - Small changes to the test script.
12
13 Version 0.3.2:
14         - Ooops! I was using IFNAMSIZ as the maximum value of an ESSID, when
15           I should have been just using the max buffer size. Thanks to 
16           Oliver Thuns for the heads up.
17         - Upgraded to a beta'ish version of LIBIW.
18
19 Version 0.3.1:
20         - Added a LICENSE file; LGPL.
21
22 Version 0.3.0:
23         - Add support for WirelessExtensions 20 method of detecting whether
24           WPA is on a scan result or not (using IWEVGENIE).
25         - Still need to change to attribute access rather than dictionary
26           access.
27
28 Version 0.2.2:
29         - Removal of ETHTOOL includes and testing code.
30
31 Version 0.2.1:
32         - "make static", er, uh, works right now.
33
34 Version 0.2.0:
35         - Oops; made it so that the interface refeshes itself when you retrieve
36           values from the dict. This was a biggy, so I bumped to 0.2.0.
37         - Added some experimental (commented out) code for using ETHTOOL and
38           getting the currently assigned IP address.
39
40 Version 0.1.2:
41         - Fixed a silly bug w/ PyArg_ParseTuple and ->ifname.
42         - Added a function to report the version of WE libiw is using.
43         - Made the version stuff behave correctly.
44         - Somewhat better error-handling; things throw sensible exceptions now.
45
46 Version 0.1.1:
47         - Made _init bring the network interface up before operating on it.
48           This is particularly useful for Atheros cards, who need this in
49           a bad way.
50
51 Version 0.1.0:
52         - First semi-psuedo-official release.