aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-01-25 00:07:31 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2014-01-25 00:07:31 +0000
commitb7fe9575ab40a3bcde643a8ae8750ca6fd2aaad7 (patch)
treed220eddc3489f44845e9855e901290f7f712a626 /NEWS
parentbea11309641a93ea51622fc85331d3960011afe4 (diff)
parentd7ca0c3e555ef0b5250873ddce48ccf2326b017a (diff)
downloadwavemon-b7fe9575ab40a3bcde643a8ae8750ca6fd2aaad7.tar.gz
Merge tag 'upstream/0.7.6'
Upstream version 0.7.6
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 79ce238..9acac05 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,32 @@ NEWS
====
--------------------
+0.7.6 (2014-01-18)
+--------------------
+ * Scan window:
+ - complete redesign based on pthreads to fix terminal bug, as a result of better
+ design the scan window now also can be suspended (details of fix are below),
+ - add message for 'too much data' (E2BIG) error case,
+ - use same formatting (3 digits) for 2/5 GHz,
+ - support for changing sort order via keyboard shortcuts (see manpage, several
+ ascending/descending sort orders are now available directly on the screen),
+ - currently active sort order is now displayed on status line at the bottom,
+ - stabilized by-channel sort to always use the same order for identical channels,
+ - added 'sort by Essid' to selection of sort menus;
+ * Info window:
+ - add percentage for easier reading of link quality,
+ - deprecate use of locale settings for 'discard' information (fixes display);
+ * Configuration screen:
+ - add support for Page Up/Down, Home, and End buttons to ease navigation,
+ - added more information to '-v' version information (ncurses/WE versions);
+ * Bug fixes:
+ - fix bug in ranking top/bottom 3 channels in scan window,
+ - complete redesign of scan process based on pthreads to fix bug that became
+ visible on ncurses >= 5.9.20130504 (slackware 14.1 and debian jessie), caused
+ by child/parent both updating the same screen (bug had been hidden by the
+ internal buffering of ncurses which was then removed), reported by Nick Warne.
+
+--------------------
0.7.5 (2012-05-04)
--------------------
* Scan window: