From df271c43a497799be34b2ccce8283ce9ccbdfd44 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 19 Jul 2016 23:16:10 +0200 Subject: 3.9 release Signed-off-by: Thomas Graf --- NEWS | 8 ++++++++ README.md | 18 +++++++++++++----- configure.ac | 2 +- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 565485d..38771d3 100644 --- a/NEWS +++ b/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 diff --git a/README.md b/README.md index 2e477e3..508d3bb 100644 --- a/README.md +++ b/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 -![Screenshot 1](https://github.com/tgraf/bmon/raw/gh-pages/images/shot1.png) -![Screenshot 2](https://github.com/tgraf/bmon/raw/gh-pages/images/shot2.png) +![Screenshot 1](https://github.com/tgraf/bmon/raw/gh-pages/images/shot3.png) +![Screenshot 2](https://github.com/tgraf/bmon/raw/gh-pages/images/shot1.png) +![Screenshot 3](https://github.com/tgraf/bmon/raw/gh-pages/images/shot2.png) ## Copyright -> *Copyright (c) 2001-2014 Thomas Graf * +Various authors, see git commit log. + +> *Copyright (c) 2001-2016 Thomas Graf * > *Copyright (c) 2013 Red Hat, Inc.* Please see the [LICENSE.BSD](https://github.com/tgraf/bmon/blob/master/LICENSE.BSD) diff --git a/configure.ac b/configure.ac index a81b792..70adab3 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- cgit v1.2.3