4.0 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
af8923b779
commit
1b3f11bde3
13
NEWS
13
NEWS
@ -1,5 +1,12 @@
|
||||
HEAD
|
||||
|
||||
v4.0 - Dec 13, 2016
|
||||
* Use monotonic clock instead of realtime clock
|
||||
* Pick default selected interface based on policy
|
||||
* Collect RX NoHandler statistics if available (Linux)
|
||||
* CentOS installation instructions
|
||||
* Proper stdout flush in ASCII mode
|
||||
* Bugfixes
|
||||
|
||||
v3.9 - Jul 19, 2016
|
||||
* Color support
|
||||
@ -10,36 +17,30 @@ v3.9 - Jul 19, 2016
|
||||
* Various fixes
|
||||
|
||||
v3.8 - July 25, 2015
|
||||
----------------------
|
||||
* Don't disable Netlink if TC stats are unavailable
|
||||
|
||||
v3.7 - November 22, 2014
|
||||
----------------------
|
||||
* Bugfixes
|
||||
* Documentation updates
|
||||
* Provide minimal interface information on BSD
|
||||
|
||||
v3.6 - November 22, 2014
|
||||
----------------------
|
||||
* Build fix for uclinux
|
||||
* Fix LICENSE links
|
||||
|
||||
v3.5 - August 30, 2014
|
||||
----------------------
|
||||
* Fixes for all defects identified by coverity
|
||||
* Fix accuracy issue on total rate calculation
|
||||
* Travis-CI support
|
||||
* Various other small bugfixes
|
||||
|
||||
v3.4 - August 24, 2014
|
||||
----------------------
|
||||
* Bugfixes
|
||||
* blank screen with config file
|
||||
* quick-help toggle with '?' in curses
|
||||
* Better bmon.conf example
|
||||
|
||||
v3.3 - July 6, 2014
|
||||
-------------------
|
||||
* MacOS X port
|
||||
* Only initialize curses module if actually used
|
||||
* Assorted bug and spelling fixes
|
||||
|
14
README.md
14
README.md
@ -60,13 +60,13 @@ bmon
|
||||
```
|
||||
|
||||
-------------
|
||||
## New in 3.9
|
||||
* Color support
|
||||
* Add ability to reset statistics from curses UI
|
||||
* NetBSD compile fix
|
||||
* Option to enable info display by default
|
||||
* Additional IPv6 statistics
|
||||
* Various fixes
|
||||
## New in 4.0
|
||||
* Use monotonic clock instead of realtime clock
|
||||
* Pick default selected interface based on policy
|
||||
* Collect RX NoHandler statistics if available (Linux)
|
||||
* CentOS installation instructions
|
||||
* Proper stdout flush in ASCII mode
|
||||
* Bugfixes
|
||||
|
||||
-------------
|
||||
### Usage
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# configure.in Configure Script
|
||||
#
|
||||
# Copyright (c) 2001-2013 Thomas Graf <tgraf@suug.ch>
|
||||
# Copyright (c) 2001-2016 Thomas Graf <tgraf@suug.ch>
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||
# copy of this software and associated documentation files (the "Software"),
|
||||
@ -21,7 +21,7 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
|
||||
AC_INIT(bmon, 3.9, [], [], [http://www.infradead.org/~tgr/bmon/])
|
||||
AC_INIT(bmon, 4.0, [], [], [https://github.com/tgraf/bmon])
|
||||
AC_CONFIG_HEADERS(include/bmon/defs.h)
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
Loading…
x
Reference in New Issue
Block a user