3.9 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
8f39217bd7
commit
df271c43a4
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
||||
v3.9 - Jul 19, 2016
|
||||
* 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
|
||||
|
||||
v3.8 - July 25, 2015
|
||||
----------------------
|
||||
* Don't disable Netlink if TC stats are unavailable
|
||||
|
18
README.md
18
README.md
@ -48,8 +48,13 @@ bmon
|
||||
```
|
||||
|
||||
-------------
|
||||
## New in 3.8
|
||||
* Don't disable Netlink if TC stats are unavailable
|
||||
## 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
|
||||
|
||||
-------------
|
||||
### Usage
|
||||
@ -65,12 +70,15 @@ provided via:
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Copyright
|
||||
|
||||
> *Copyright (c) 2001-2014 Thomas Graf <tgraf@suug.ch>*
|
||||
Various authors, see git commit log.
|
||||
|
||||
> *Copyright (c) 2001-2016 Thomas Graf <tgraf@suug.ch>*
|
||||
> *Copyright (c) 2013 Red Hat, Inc.*
|
||||
|
||||
Please see the [LICENSE.BSD](https://github.com/tgraf/bmon/blob/master/LICENSE.BSD)
|
||||
|
@ -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.8, [], [], [http://www.infradead.org/~tgr/bmon/])
|
||||
AC_INIT(bmon, 3.9, [], [], [http://www.infradead.org/~tgr/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