Releases: vgropp/bwm-ng
Releases · vgropp/bwm-ng
v0.6.3
- remove outdated copyright and email
- Merge pull request #25 from fweimer/patch-1 AC_QEF_C_NORETURN: Include <stdlib.h> for exit
- Merge pull request #27 from ofalk/master Fix potential write to unallocated memory.
- Merge pull request #28 from vgropp/#2-fix-csv-bits feat: #2 output bits in csv
- Merge pull request #29 from vgropp/#2-fix-csv-bits fix(doc): #2 output bits in csv
- Merge pull request #32 from vgropp/new-netstat-#5 feat: add support for newer (2016+) linux netstat #5
v0.6.2
- Merge pull request #22 from vgropp/issue-#13 to fix windows build
- Merge pull request #20 from dreibh/master CSV file output: fix for timestamp inaccuracy and Y-2038 problem
- Merge pull request #21 from vgropp/travisci add travisci
- Merge pull request #17 from Himura2la/master Add the started time in "sum" mode
- Merge pull request #18 from Himura2la/fix-dynamic Fix DYNAMIC and ANSIOUT in config
- Merge pull request #10 from SoapGentoo/fixes Use
static inline
instead ofinline
- Merge pull request #9 from adventureloop/master Always fflush the pipe
- Merge pull request #7 from samueloph/fsf_address_clean Update FSF address
- Merge pull request #6 from samueloph/master Fix typos
- fix nan and inf values on fast refresh (fixes debian bug #532331)
v0.6.1
v0.6: last doc changes for 0.6 release
Short list of changes since 0.5
- curses2 output, a nice bar chart
- disk input for bsd/macosx/linux/solaris
- win32 network bandwidth support
- moved to autotools
- alot fixes
v0.5: *** empty log message ***
Short list of changes
- added: outfile and daemonize for html output
- added: for IRIX
- added: bit/second output (Eckhoff <mreckhof(at)gmail.com>)
- added: errors/s output
- removed: -p and -b, added -u/--unit
- added: max stats (--type,-T and 't')
- added: sum stats
- moved: alot functions from retrieve.c into process.c
- added: average stats
- output.c: moved help output into help.c
- help.c,curses.c: added onlinehelp for curses output (key 'h')
- curses.c,bwm-ng.c: resize term in curses output
- fixed: libstatgrab input segfault
- fixed: /etc/bwm-ng.conf and ~/.bwm-ng.conf were not skipped if configfile was specified in cmdline
- added: optional argument for -D, -S and -d
- bwm-ng.1: added manpage
- configure.in: added configure --disable-extendedstats to compile w/o avg, sum and max
- fixed: compile on MacOSX 10.1
- curses.c: fallback to plain output if curses init fails
- configure.in: added --enable-debug for -g3 and future use #define DEBUG