Skip to content

Commit

Permalink
version bump 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tric committed Jan 1, 2019
1 parent 36382a8 commit bd6c8ad
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 20 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Main developers:
Volker Gropp <vgropp(at)pefra.de>

Contributors:
all authors from github merge requests and:
Tim Bishop <tdb@freebsd.org>
Alexey Zakharov
Ricardo
Expand Down
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2019-01-01 14:50 (0.6.2) Volker Gropp <bwmng(at)gropp.org>

* 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 of `inline`
* 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)

2015-07-25 13:40 (0.6.1) Volker Gropp <bwmng(at)gropp.org>

* cleanups for 0.6.1 release
Expand Down
26 changes: 11 additions & 15 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
Changes in 0.6.1:
Changes in 0.6.2:

- 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
- 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 of `inline`
- 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)

6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bwm-ng v0.6.1
Copyright (C) 2004-2015 Volker Gropp (bwmng@gropp.org)
bwm-ng v0.6.2
Copyright (C) 2004-2019 Volker Gropp (bwmng@gropp.org)
http://www.gropp.org/?id=projects&sub=bwm-ng

What is this?
Expand Down Expand Up @@ -34,7 +34,7 @@ Supported Platforms
===================

network routines sucessfully tested on:
Linux 2.4*, Linux 2.6*
Linux 2.4 and above*
FreeBSD 4.8, 5.3, 6.2*
MacOS X 10.1 and above*
Solaris 10 x86*
Expand Down
2 changes: 1 addition & 1 deletion THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ thanks and praises go to:
Markus Nospers <markus(at)nospers de>


Thanks to all mailing me and help me improving bwm-ng
Thanks to all merge requests, mailing me and help me improving bwm-ng
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.1],[bwmng@gropp.org],[bwm-ng])
AC_INIT([bwm-ng],[0.6.2],[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 bd6c8ad

Please sign in to comment.