diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 22:35:04 +0000 | 
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 22:35:04 +0000 | 
| commit | 89de95a89953c20349a8c7c4684eba45feb34bf5 (patch) | |
| tree | 9ec517e79b83b598c3c51058830148ed58fd0ac3 /NEWS | |
| parent | f3410da7f0bd208a5f2d792131b215454e782e93 (diff) | |
| download | wavemon-89de95a89953c20349a8c7c4684eba45feb34bf5.tar.gz | |
Imported Upstream version 0.7.4upstream/0.7.4
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 16 | 
1 files changed, 16 insertions, 0 deletions
| @@ -1,5 +1,21 @@  NEWS  ==== +-------------------- +0.7.4 (2012-02-03) +-------------------- +  * General: +    - deprecate reliance on /proc/net/wireless, since tests on Tiny Core Linux +      showed that it no longer reliably lists available wireless interfaces, +    - instead use safe route of using /proc/net/dev, probing each interface +      in turn for wireless extensions; +  * Scan window: +    - configurable scan sort order (at runtime and via configuration file), +    - can sort by (combinations of) channel, signal strength, and openness, +    - visually distinguish 2.4GHz and 5.8GHz channels; +  * Fixes: +    - wavemonrc.5 manpage fixes thanks to Jonathan McCrohan, +    - support common options (-v/-h) even if no interfaces found, +    - but do not start operation unless at least 1 wireless interface exists.  --------------------  0.7.3 (2011-12-22) | 
