1Version 0.1.1
2  - Added support for SWC-E100.
3  - Added support for Mezon (www.mezon.lt) version of SWC-U200. You
4    have to select the SSID from the command line at the moment, but
5    this will be handled somewhat better in the future.
6  - Updated udev rules to start madwimax by default when device is
7    plugged.
8  - Added madwimax manual page.
9  - Change the default installation path of madwimax config files from
10    $prefix/etc to $prefix/etc/madwimax.
11  - Added several new options.
12  - Lots of bugs fixed.
13  - Cleaned up some pieces of code.
14
15Version 0.1.0
16  - Added a table of supported devices (fixes inability to connect to
17    the devices with BL22 firmware out of the box).
18  - Also device mathcing can now be controlled by the command-line options
19    (namely --device and --exact-device). See the help.
20  - Added an option to detach pseudo-DVD kernel driver by the driver
21    itself (so it works without udev/sysfs).
22  - Now autotools are used for build system.
23  - The driver can run user-supplied scripts on network connect/disconnect.
24  - TAP interface mtu is set to 1386 at startup.
25  - Can now log to the specified file/syslog (when daemonized).
26  - Allocated network interface is called wimaxN instead of tapN.
27  - Various fixes and enhancements.
28
29Version 0.0.2
30  - Fixed reconnection issue. The driver was not able to repair a failed
31    connection at all.
32  - Fixed some rare startup problems. The driver now flushes the garbage
33    from the previous session.
34  - Added command-line options parsing.
35  - Added support for diode control.
36  - Added an option to daemonize the driver.
37  - The driver now brings the TAP interface up when the device connects
38    to the network and down when the connection is lost.
39  - The driver immediately exits when it founds device unplugged so now
40    it can be safely started by udev when device is plugged.
41  - Various minor fixes.
42  - Cleaned up code.
43
44Version 0.0.1
45  - Initial networking support.
46