wmpager: allow WMPAGER_DEFAULT_INSTALL_DIR to be defined in $FLAGS
[dockapps.git] / wmifinfo / Changelog
blob23710b44a939323fdaf414c165291cca1c313b0e
2 0.01    Initial release version (23/05/2002)
4 0.02    Some feature enhancements (25/05/2002)
6         - Signal level meter added for wireless interfaces
7         - LED now also shows traffic on interface
8         - Layout changed a bit
9         - Added LCD display mode, use -l option
10         - Added command line option for choosing initial interface, -i option
11         - Fixed makefile $(BINDIR) location, removed -g
13 0.03    Bugfix and feature enhancement (28/05/2002)
15         - ifup/ifdown script are run in the background
16         - Added support for reading wireless link quality of
17           No Wires Needed 1148 and swallow 550/1100 cards
19 0.04    Added better ifup/ifdown script support (30/05/2002)
21         - ifup/down commands must now be set with -u and -d args
22         - Led state is now yellow when executing command
24 0.05    Various bugfixes
26         - Changed delay() to select() for better performance and handling of
27           X11 events
28         - To avoid building problems on older (libc5?) systems all
29           in_addr_t's were changed into uint32_t's
30         - Problems with wrapped-around IP address due to wrong endianness
31           handling were fixed
33 0.06    Added openBSD support
34         
35         - Peter Stromberg <wilfried@openbsd.org> supplied a patch for
36           OpenBSD support. I have not tried this myself since I don't have
37           access to this OS. I will probably split the code into several
38           OS-dependend modules later, for now the main .c file has some
39           #ifdefs for linux and OpenBSD.