Skip to content

Releases: Jafaral/bmon

bmon 5.0

Choose a tag to compare

@csiltala csiltala released this 15 Sep 17:34
f713731

What's Changed

Fixes

  • out_curses: use xcalloc instead of a fixed buffer by @NachiP in #54
  • Avoid trying to include <values.h> on Android by @fornwall in #55
  • Fix typographical errors by @afh in #63
  • curses: Fix seperator lines by @afh in #64
  • Fix build in FreeBSD/DragonflyBSD by @farrokhi in #76
  • fix segfault on element removal by @dcaratti in #102
  • fix: Fix memory leaks in module_set() by @csiltala in #122
  • fix: Convert usage of strdup/free to xstrdup/xfree by @csiltala in #124
  • Fix compile issue in OpenBSD by @FlyingHacker in #92
  • Fix spelling and grammar in docs and comments by @Jafaral in #125

Features

  • Allow numeric colors in bmonrc by @afh in #62
  • curses: Add CTRL-N/CTRL-P for next/previous element by @afh in #65
  • feat: Add IPv4/IPv6 addresses to additional info by @csiltala in #117
  • feat: Add configure option to disable IPv6 in netlink module by @csiltala in #121
  • feat: Add ability to toggle TC elements by @csiltala in #120
  • curses: render graphs with Braille cells by @crgr in #114
  • display filters for TC ingress and egress by @dcaratti in #100
  • Add support for JSON output by @Jafaral in #126
  • Remove the 'Really quit' dialog and just exit cleanly by @graysky2 in #113

Misc

  • Add package installation instructions for Fedora/CentOS by @carlwgeorge in #78
  • Update to autoconf of the common era by @Jafaral in #116
  • ci: add GitHub Actions builds for Linux, macOS, and FreeBSD by @Jafaral in #118
  • ci: enable -Werror for compiler warnings by @Jafaral in #119

Full Changelog: v4.0...v5.0

4.0 release

Choose a tag to compare

@tgraf tgraf released this 13 Dec 10:58
  • Use monotonic clock instead of realtime clock
  • Pick default selected interface based on policy
  • Collect RX NoHandler statistics if available (Linux)
  • CentOS installation instructions
  • Proper stdout flush in ASCII mode
  • Bugfixes

3.9 release

Choose a tag to compare

@tgraf tgraf released this 19 Jul 21:18
  • Color support
  • Add ability to reset statistics from curses UI
  • NetBSD compile fix
  • Option to enable info display by default
  • Additional IPv6 statistics
  • Various fixes

3.8 release

Choose a tag to compare

@tgraf tgraf released this 25 Jul 09:11
  • Don't disable Netlink if TC stats are unavailable

bmon 3.7

Choose a tag to compare

@tgraf tgraf released this 30 Jun 10:10
  • Bugfixes
  • Documentation updates
  • Provide minimal interface information on BSD

bmon 3.6

Choose a tag to compare

@tgraf tgraf released this 22 Nov 12:37
  • Build fix for uclinux
  • Fix LICENSE links

bmon 3.5

Choose a tag to compare

@tgraf tgraf released this 30 Aug 11:38
  • Fixes for all defects identified by coverity
  • Fix accuracy issue on total rate calculation
  • Travis-CI support
  • Various other small bugfixes

bmon 3.4

Choose a tag to compare

@tgraf tgraf released this 24 Aug 12:17
  • Bugfixes
    • blank screen with config file
    • quick-help toggle with '?' in curses
  • Better bmon.conf example

bmon 3.3

Choose a tag to compare

@tgraf tgraf released this 06 Jul 11:54

Changes since 3.2:

  • MacOS X port
  • Only initialize curses module if actually used
  • Assorted bug and spelling fixes
  • Various build fixes

3.2 release of bmon

Choose a tag to compare

@tgraf tgraf released this 07 Oct 10:40

This is a pure bugfixes release.