Skip to content

Commit df271c4

Browse files
committed
3.9 release
Signed-off-by: Thomas Graf <[email protected]>
1 parent 8f39217 commit df271c4

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v3.9 - Jul 19, 2016
2+
* Color support
3+
* Add ability to reset statistics from curses UI
4+
* NetBSD compile fix
5+
* Option to enable info display by default
6+
* Additional IPv6 statistics
7+
* Various fixes
8+
19
v3.8 - July 25, 2015
210
----------------------
311
* Don't disable Netlink if TC stats are unavailable

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,13 @@ bmon
4848
```
4949

5050
-------------
51-
## New in 3.8
52-
* Don't disable Netlink if TC stats are unavailable
51+
## New in 3.9
52+
* Color support
53+
* Add ability to reset statistics from curses UI
54+
* NetBSD compile fix
55+
* Option to enable info display by default
56+
* Additional IPv6 statistics
57+
* Various fixes
5358

5459
-------------
5560
### Usage
@@ -65,12 +70,15 @@ provided via:
6570
6671
## Screenshots
6772

68-
![Screenshot 1](https://github.com/tgraf/bmon/raw/gh-pages/images/shot1.png)
69-
![Screenshot 2](https://github.com/tgraf/bmon/raw/gh-pages/images/shot2.png)
73+
![Screenshot 1](https://github.com/tgraf/bmon/raw/gh-pages/images/shot3.png)
74+
![Screenshot 2](https://github.com/tgraf/bmon/raw/gh-pages/images/shot1.png)
75+
![Screenshot 3](https://github.com/tgraf/bmon/raw/gh-pages/images/shot2.png)
7076

7177
## Copyright
7278

73-
> *Copyright (c) 2001-2014 Thomas Graf <[email protected]>*
79+
Various authors, see git commit log.
80+
81+
> *Copyright (c) 2001-2016 Thomas Graf <[email protected]>*
7482
> *Copyright (c) 2013 Red Hat, Inc.*
7583
7684
Please see the [LICENSE.BSD](https://github.com/tgraf/bmon/blob/master/LICENSE.BSD)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2222
# DEALINGS IN THE SOFTWARE.
2323

24-
AC_INIT(bmon, 3.8, [], [], [http://www.infradead.org/~tgr/bmon/])
24+
AC_INIT(bmon, 3.9, [], [], [http://www.infradead.org/~tgr/bmon/])
2525
AC_CONFIG_HEADERS(include/bmon/defs.h)
2626
AC_CONFIG_AUX_DIR([build-aux])
2727
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)