wmifinfo: Bump to version 0.10.
[dockapps.git] / wmifinfo / Changelog
blobcae7518009faac72c347b59d95f25a37a2fbd1e9
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
35         - Peter Stromberg <wilfried at openbsd dot 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.
42 0.07    New feature
44         - On request of Jesper Anderson <jesper at pobox dot com>, wmifinfo
45           now always switches to new interfaces when they become available;
46           handy for new established PPP links or inserted PCMCIA cards
48 0.08    Bugfix
50         - Bugfix from Hugo Haas that fixes NWN link quality
53 0.09    Bugfix
55         - the '-i' flag (initial interface) was broken. Thanks to Rod van
56           Meter.
58 0.10    Bugfix
60         - Add valid timeval. Patch by Julien BLACHE.
61         - Update Makefile.
62         - Fix compiler warnings.
63         - Add manpage from Debian package.
64         - Now maintained by the Window Maker Developers Team
65           <wmaker-dev@lists.windowmaker.org>.