Skip to content

Commit

Permalink
prepare for 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vgropp committed Jul 25, 2015
1 parent 1ed8f75 commit 8e9c2bc
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 9 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Main developers:
Volker Gropp <vgropp(at)pefra.de>

Contributors:
Tim Bishop <tdb@freebsd.org>
Alexey Zakharov
Ricardo
James Westby <jw+debian@jameswestby.net>
Bastian Riehl <mail(at)bastian-riehl.de>
- curses2 output
Michael Eckhoff <mreckhof(at)gmail.com>
Expand Down
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2015-07-25 13:40 (0.6.1) Volker Gropp <bwmng(at)gropp.org>

* cleanups for 0.6.1 release
* fix g++5 warnings and errors
* fallback to auto libstatgrab check if no other input found
* libstatgrab no longer default configure option, remove dependency on most distributions
* add more buildfiles to ignore
* Fix to work with libstatgrab-0.90
From http://svnweb.freebsd.org/ports/head/net-mgmt/bwm-ng/files/patch-src__input__libstatgrab.c?view=markup
Original patch by Tim Bishop <tdb@freebsd.org
* add autotools foo to gitignore
* usleep return value check Creator: Alexey Zakharov
* src/output.c:fix Wrong TX value in plain data (bug ID 1797088).
fix Dynamic multiplier for bits is now set to x1000 (1kbit = 1000 bits, 1Mbit = 10^6 bits, ...),
instead of x1024, which applies only for bytes.
* Fixes some little typos in the man page. Creator: Ricardo
* add LICENSE
* delete unused interfaces from internal interface-list
* code cleanup due to gcc flags -Werror -Wdeclaration-after-statement -Wno-pointer-sign -Wcast-align -Wbad-function-cast -Wmissing-declarations -Winline -Wsign-compare -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wl,--as-needed -Wredundant-decls -Wwrite-strings -Wformat -Wformat-security -Wswitch-enum -Winit-self -Wmissing-include-dirs
* fixed bug with attached patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506503
* fixed missing flush to tmp file in csv output
* fix same values for rx and tx on plain output
* add csv output specs to man page

2007-03-01 07:01 (0.6) Volker Gropp <bwmng(at)gropp.org>

* Makefile.am, README, autogen.sh, bwm-ng.1, configure.in,
Expand Down
22 changes: 16 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
Changes in 0.6:
Changes in 0.6.1:

- fix g++5 warnings and errors
- libstatgrab no longer default configure option, remove dependency on most distributions
- fix to work with libstatgrab-0.90
- usleep return value check Creator: Alexey Zakharov
- fix Wrong TX value in plain data (bug ID 1797088).
- fix Dynamic multiplier for bits is now set to x1000 (1kbit = 1000 bits, 1Mbit = 10^6 bits, ...),
instead of x1024, which applies only for bytes.
- fix some little typos in the man page. Creator: Ricardo
- delete unused interfaces from internal interface-list
- code cleanup due to gcc flags
- fix bug with attached patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506503
- fix missing flush to tmp file in csv output
- fix same values for rx and tx on plain output
- add csv output specs to man page

- curses2 output, a nice bar chart
- disk input for bsd/macosx/linux/solaris
- win32 network bandwidth support
- moved to autotools
- alot fixes
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bwm-ng v0.6
Copyright (C) 2004-2007 Volker Gropp (bwmng@gropp.org)
bwm-ng v0.6.1
Copyright (C) 2004-2015 Volker Gropp (bwmng@gropp.org)
http://www.gropp.org/?id=projects&sub=bwm-ng

What is this?
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([bwm-ng],[0.6],[bwmng@gropp.org],[bwm-ng])
AC_INIT([bwm-ng],[0.6.1],[bwmng@gropp.org],[bwm-ng])
AC_CONFIG_SRCDIR(src/bwm-ng.c)
AM_INIT_AUTOMAKE([gnu])
AC_CONFIG_HEADERS(config.h)
Expand Down

0 comments on commit 8e9c2bc

Please sign in to comment.