Changelog for
wavemon-0.8.2-bp153.1.16.x86_64.rpm :
* Sun Feb 18 2018 mardnhAATTgmx.de- Remove patch:
* reproducible.patch (fixed upstream)- Update to version 0.8.2
* Fixes - Info Screen: + do not warn about missing data if driver returns 0 signal value (#44), + present retry/drop rate also as percentage (#38), + remove outdated WEP encryption key information (#8); - Scan Screen: + revise and improve access to thread data (#42).
* Miscellaneous - build process now sorts input files for reproducible builds - miscellaneous fixes, such as typos, email information - code clean-up
* Tue May 23 2017 bwiedemannAATTsuse.com- Override BUILD_DATE for reproducible builds- Add reproducible.patch to avoid random link order
* Mon May 08 2017 mpluskalAATTsuse.com- Use pkgconfig style dependencies
* Mon May 08 2017 mardnhAATTgmx.de- Update to version 0.8.1
* fix for musl build thanks to AATTjoerg-krause
* resolved #19, #22, #23, #28
* info screen: replace interval timer with pthread
* fixed an illegal free (found on ARM), which seems to also have caused a memory leak on ARM.- Update to version 0.8.0
* majority of WEXT functions now replaced by nl80211
* scan screen has more information (channel utilisation) and sorting mode (MAC addresses)
* info screen contains more output, tested new support
* for displaying noise floor data (based on nl80211)
* random signal generator option was dropped
* Wed Apr 08 2015 p.drouandAATTgmail.com- Update to version 0.7.6
* 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;
* add percentage for easier reading of link quality,
* deprecate use of locale settings for \'discard\' information (fixes display);
* add support for Page Up/Down, Home, and End buttons to ease navigation,
* added more information to \'-v\' version information (ncurses/WE versions);
* 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),- For changes from previous versions, please read the NEWS file- Update download and project Urls- Remove autoconf require; not needed anymore- Remove wavemon-optflags.diff; cflags are passed by configure script- Remove obsolete %clean and AUTHORS section- Enable parallel building with %{?_smp_mflags}
* Wed Dec 21 2011 cooloAATTsuse.com- add autoconf as buildrequire to avoid implicit dependency
* Wed Dec 21 2011 cooloAATTsuse.com- remove call to suse_update_config (very old work around)
* Mon Apr 12 2010 davejplaterAATTgmail.com- Update to version 0.6.10 Removed all patches except wavemon-optflags.diff.-
*Bug Fixes: fixed installation bug which caused manpages to be installed in /man; fixed mode of installation to support sandbox-builds on Gentoo (Lovelace); improved (automated) linking process, now possible to pass LDFLAGS (Boeck); bail out when no statistics are available, instead of flagging an error.- See /usr/share/doc/packages/wavemon/NEWS for all changes since version 0.4b.
* Fri Jun 19 2009 cooloAATTnovell.com- disable as-needed for this package as it fails to build with it
* Fri Jan 02 2009 lmuelleAATTsuse.de- Handle dBm values in /proc/net/wireless as displayed when IW_QUAL_DBM is set by the driver; (bdo#426300); (bnc#463032).