summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2016-07-19 23:16:10 +0200
committerThomas Graf <tgraf@suug.ch>2016-07-19 23:16:10 +0200
commitdf271c43a497799be34b2ccce8283ce9ccbdfd44 (patch)
tree8fb40c2d5b2c57b552929a6c4cc38fbdfe022e5d
parent8f39217bd733fc60f27fc60a1566afe9352c03fb (diff)
3.9 releasev3.9
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--NEWS8
-rw-r--r--README.md18
-rw-r--r--configure.ac2
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 <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)
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])