Skip to content

Commit 8e9c2bc

Browse files
committed
prepare for 0.6.1 release
1 parent 1ed8f75 commit 8e9c2bc

File tree

5 files changed

+47
-9
lines changed

5 files changed

+47
-9
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Main developers:
77
Volker Gropp <vgropp(at)pefra.de>
88

99
Contributors:
10+
Tim Bishop <[email protected]>
11+
Alexey Zakharov
12+
Ricardo
13+
James Westby <[email protected]>
1014
Bastian Riehl <mail(at)bastian-riehl.de>
1115
- curses2 output
1216
Michael Eckhoff <mreckhof(at)gmail.com>

ChangeLog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2015-07-25 13:40 (0.6.1) Volker Gropp <bwmng(at)gropp.org>
2+
3+
* cleanups for 0.6.1 release
4+
* fix g++5 warnings and errors
5+
* fallback to auto libstatgrab check if no other input found
6+
* libstatgrab no longer default configure option, remove dependency on most distributions
7+
* add more buildfiles to ignore
8+
* Fix to work with libstatgrab-0.90
9+
From http://svnweb.freebsd.org/ports/head/net-mgmt/bwm-ng/files/patch-src__input__libstatgrab.c?view=markup
10+
Original patch by Tim Bishop <[email protected]
11+
* add autotools foo to gitignore
12+
* usleep return value check Creator: Alexey Zakharov
13+
* src/output.c:fix Wrong TX value in plain data (bug ID 1797088).
14+
fix Dynamic multiplier for bits is now set to x1000 (1kbit = 1000 bits, 1Mbit = 10^6 bits, ...),
15+
instead of x1024, which applies only for bytes.
16+
* Fixes some little typos in the man page. Creator: Ricardo
17+
* add LICENSE
18+
* delete unused interfaces from internal interface-list
19+
* 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
20+
* fixed bug with attached patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506503
21+
* fixed missing flush to tmp file in csv output
22+
* fix same values for rx and tx on plain output
23+
* add csv output specs to man page
24+
125
2007-03-01 07:01 (0.6) Volker Gropp <bwmng(at)gropp.org>
226

327
* Makefile.am, README, autogen.sh, bwm-ng.1, configure.in,

NEWS

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

3-
- curses2 output, a nice bar chart
4-
- disk input for bsd/macosx/linux/solaris
5-
- win32 network bandwidth support
6-
- moved to autotools
7-
- alot fixes

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
bwm-ng v0.6
2-
Copyright (C) 2004-2007 Volker Gropp ([email protected])
1+
bwm-ng v0.6.1
2+
Copyright (C) 2004-2015 Volker Gropp ([email protected])
33
http://www.gropp.org/?id=projects&sub=bwm-ng
44

55
What is this?

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33

4-
AC_INIT([bwm-ng],[0.6],[[email protected]],[bwm-ng])
4+
AC_INIT([bwm-ng],[0.6.1],[[email protected]],[bwm-ng])
55
AC_CONFIG_SRCDIR(src/bwm-ng.c)
66
AM_INIT_AUTOMAKE([gnu])
77
AC_CONFIG_HEADERS(config.h)

0 commit comments

Comments
 (0)