3.8 release

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2015-07-25 11:10:41 +02:00
parent e31a860af6
commit 964f48465a
3 changed files with 7 additions and 5 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
v3.8 - July 25, 2015
----------------------
* Don't disable Netlink if TC stats are unavailable
v3.7 - November 22, 2014
----------------------
* Bugfixes

View File

@ -27,10 +27,8 @@ bmon
```
-------------
## New in 3.7
* Bugfixes
* Documentation updates
* Provide minimal interface information on BSD
## New in 3.8
* Don't disable Netlink if TC stats are unavailable
-------------
### Usage

View File

@ -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.7, [], [], [http://www.infradead.org/~tgr/bmon/])
AC_INIT(bmon, 3.8, [], [], [http://www.infradead.org/~tgr/bmon/])
AC_CONFIG_HEADERS(include/bmon/defs.h)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])