Revisions of wavemon

buildservice-autocommit accepted request 1122667 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 33)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1121696 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 32)
- Update to version 0.9.5
  Enhancements and Fixes:
  * Info Screen:
    + improve format of percentages (use fixed format rather than
      auto-format).
  Configuration:
    + fix ncurses support for white backgrounds.
    + configuration file now either in
      $XDG_CONFIG_HOME/wavemon/wavemonrc or in
      $HOME/.config/wavemon/wavemonrc
  Miscellaneous
  * avoid including include linux/if.h
  * check and set support for C99 standard
  * configuration file can now be located in XDG_CONFIG_HOME
  * added portable implementation of asprintf(3),
  * updated copied nl80211 header file,
  * make -Wpedantic the default when building.
buildservice-autocommit accepted request 1045278 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 31)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1045276 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 30)
- Update to version 0.9.4
  Enhancements and Fixes:
  * Info Screen
    + fix mis-spelled format identifier
    + add fields for carrier / link mode,
    + handle (accidentally) positive signal levels
    + fix display of bonded interfaces
    + add more network information
    + add IPv6 support
    + use error-checking mutexes
    + display MCS bitrate information
  * Scan Screen
    + do not enable scan if rfkill is enabled
    + unblock data mutex at end (fixing a deadlock condition)
    + reset filter when there are no results
  * History Screen
    + deprecate threshold actions (were not of much use)
    + remove support for noise levels
    + add missing #include
    + add wide-character support
    + reset data when switching between interfaces
  * Menu Bar
    + improve highlighting of selected entries
  Miscellaneous:
  * drop dependency on wireless extensions
  * build uses correct ncurses flags
  * build now uses -Wextra by default
  * build now honours configure CFLAGS
  * update README
  * document how to use wavemon within screen
  * list of wireless interfaces is now also populated via
    nl80211 (no longer ioctl)
buildservice-autocommit accepted request 858830 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 29)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 858779 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 28)
- Update to version 0.9.3
  Fixes General
  * proper rendering on UTF-8 terminals (#70),
  * enabled by using libncursesw in place of libncurses,
  * and using wide-characters for rendering where supported.
  Fixes Info Screen:
  * properly clear area when updating with new data,
  * do not leave rx / tx empty when no data available (use 'n/a'
    instead),
  * improve rendering on some terminal types (e.g. ansi),
  * refresh immediately after a window-size change;
  Fixes History Screen:
  * do not display noise / SNR levels when such data is not
    reported by the driver;
  Fixes Scan Screen:
  * fix segmentation fault when no CAP_NET_ADMIN permissions
  * fix locking bug (#78), redoing the original and incorrect fix;
  * as a result, screen now retains data when switching windows;
  Fixes Conf Screen:
  * fix memory leak identified in #73,
  * reorganize into sections via separators.
  Miscellaneous
  * Keyboard shortcuts: can now use 0..9 in place of F10, F1..F9;
  * Scan screen: increased the usable window size by 1 line;
  * Build: updated several outdated build/bootstrap files.
buildservice-autocommit accepted request 844020 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 27)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 843811 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 26)
- Update to versino 0.9.2
  General
  * proper rendering on UTF-8 terminals (#70),
  * enabled by using libncursesw in place of libncurses,
  * and using wide-characters for rendering where supported.
  Info Screen:
  * properly clear area when updating with new data,
  * do not leave rx / tx empty when no data available (use 'n/a'
    instead),
  * improve rendering on some terminal types (e.g. ansi),
  * refresh immediately after a window-size change;
  History Screen:
  * do not display noise / SNR levels when such data is not
    reported by the driver;
  Scan Screen:
  * fix segmentation fault when no CAP_NET_ADMIN permissions,
  * fix locking bug (#78), redoing the original and incorrect fix
    (#42),
    as a result, screen now retains data when switching windows;
  Conf Screen:
  * fix memory leak identified in #73,
  * reorganize into sections via separators.
  Miscellaneous
  * Keyboard shortcuts: can now use 0..9 in place of F10,
    F1..F9 (#76);
  * Scan screen: increased the usable window size by 1 line;
  * Build: updated several outdated build/bootstrap files.
buildservice-autocommit accepted request 785630 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 25)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 785628 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 24)
- Clean up spec file with spec-cleaner
buildservice-autocommit accepted request 760009 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 23)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 759964 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 22)
- Update to version 0.9.1
  Fixes
  * Compatibility:
    - replace non-portable on_exit with portable at_exit
    - address gcc8 compiler warnings;
  * Scan Screen:
    - fix memory leak in scan handler
  * Info Screen:
    - fix logic around uninitialized variable
  * Configuration Screen:
    - fix numerical key issue on ARM 32bit (Raspberri Pi 2)
buildservice-autocommit accepted request 704030 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 21)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 703934 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 20)
- Update to version 0.9.0
  General
  * wavemon now has a transparent background.
  Fixes
  * Info Screen:
    - disable locale to avoid funny thousand separators
    - prefer station signal over average station signal
  * Scan Screen:
    - fix bug in displaying TLV elements
    - restore interface state on exit
  Miscellaneous
  * more fixes for reproducible builds - time/date display is gone
  * various code updates (new nl80211.h) and clean-ups.
buildservice-autocommit accepted request 577960 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 19)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 577781 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 18)
- 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
buildservice-autocommit accepted request 497812 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 17)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 497811 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 16)
 Override BUILD_DATE for reproducible builds
 Add reproducible.patch to avoid random link order
buildservice-autocommit accepted request 493436 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 15)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 14)
- Use pkgconfig style dependencies
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by