Skip to content

Commit 381d045

Browse files
committed
version bump 0.6.2
1 parent 36382a8 commit 381d045

File tree

6 files changed

+30
-20
lines changed

6 files changed

+30
-20
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Main developers:
77
Volker Gropp <vgropp(at)pefra.de>
88

99
Contributors:
10+
all authors from github merge requests and:
1011
Tim Bishop <[email protected]>
1112
Alexey Zakharov
1213
Ricardo

ChangeLog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2019-01-01 14:50 (0.6.2) Volker Gropp <bwmng(at)gropp.org>
2+
3+
* Merge pull request #22 from vgropp/issue-#13 to fix windows build
4+
* Merge pull request #20 from dreibh/master CSV file output: fix for timestamp inaccuracy and Y-2038 problem
5+
* Merge pull request #21 from vgropp/travisci add travisci
6+
* Merge pull request #17 from Himura2la/master Add the started time in "sum" mode
7+
* Merge pull request #18 from Himura2la/fix-dynamic Fix DYNAMIC and ANSIOUT in config
8+
* Merge pull request #10 from SoapGentoo/fixes Use `static inline` instead of `inline`
9+
* Merge pull request #9 from adventureloop/master Always fflush the pipe
10+
* Merge pull request #7 from samueloph/fsf_address_clean Update FSF address
11+
* Merge pull request #6 from samueloph/master Fix typos
12+
* fix nan and inf values on fast refresh (fixes debian bug #532331)
13+
114
2015-07-25 13:40 (0.6.1) Volker Gropp <bwmng(at)gropp.org>
215

316
* cleanups for 0.6.1 release

NEWS

+11-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
Changes in 0.6.1:
1+
Changes in 0.6.2:
22

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
3+
- Merge pull request #22 from vgropp/issue-#13 to fix windows build
4+
- Merge pull request #20 from dreibh/master CSV file output: fix for timestamp inaccuracy and Y-2038 problem
5+
- Merge pull request #21 from vgropp/travisci add travisci
6+
- Merge pull request #17 from Himura2la/master Add the started time in "sum" mode
7+
- Merge pull request #18 from Himura2la/fix-dynamic Fix DYNAMIC and ANSIOUT in config
8+
- Merge pull request #10 from SoapGentoo/fixes Use `static inline` instead of `inline`
9+
- Merge pull request #9 from adventureloop/master Always fflush the pipe
10+
- Merge pull request #7 from samueloph/fsf_address_clean Update FSF address
11+
- Merge pull request #6 from samueloph/master Fix typos
12+
- fix nan and inf values on fast refresh (fixes debian bug #532331)
1713

README

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

55
What is this?
@@ -34,7 +34,7 @@ Supported Platforms
3434
===================
3535

3636
network routines sucessfully tested on:
37-
Linux 2.4*, Linux 2.6*
37+
Linux 2.4 and above*
3838
FreeBSD 4.8, 5.3, 6.2*
3939
MacOS X 10.1 and above*
4040
Solaris 10 x86*

THANKS

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ thanks and praises go to:
1919
Markus Nospers <markus(at)nospers de>
2020

2121

22-
Thanks to all mailing me and help me improving bwm-ng
22+
Thanks to all merge requests, mailing me and help me improving bwm-ng

configure.in

+1-1
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.1],[[email protected]],[bwm-ng])
4+
AC_INIT([bwm-ng],[0.6.2],[[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)