From c6891f68587a9a92f45d7b82d3801fdb015d5c81 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sat, 3 Nov 2012 13:15:31 +0100 Subject: [PATCH] Version 1.1 with conntrack-tools support --- AUTHORS | 2 +- README | 4 ++-- TESTING | 5 ++--- bwmon/__init__.py | 4 ++-- doc/user-manual.html | 6 +++--- make-release.sh | 2 +- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/AUTHORS b/AUTHORS index 725726f..5ce2af1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,3 @@ -Thomas Perl +Thomas Perl Stefan Kögl diff --git a/README b/README index 9fc6441..ba0a1b6 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ -- News -- - November 2012: + November 2012 (Version 1.1): In recent kernels, there's no "ip_conntrack" kernel module. As a replacement, bwmon now supports the "conntrack" command-line utility from the "conntrack-utils" package. @@ -40,6 +40,6 @@ -- More information -- - Web: http://thpinfo.com/2010/bwmon/ + Web: http://thp.io/2010/bwmon/ Git: http://repo.or.cz/w/bwmon.git diff --git a/TESTING b/TESTING index 132db3f..a64e150 100644 --- a/TESTING +++ b/TESTING @@ -1,6 +1,5 @@ 10MB Test file: - http://cachefly.cachefly.net/10mb.test @@ -9,6 +8,6 @@ http://code.activestate.com/recipes/114642/ Pinhole testing: -python pinhole.py 2223 khan.thpinfo.com 22 -sh -l thp localhost -p 2223 +python pinhole.py 2223 ssh.example.com 22 +sh -l yourusername localhost -p 2223 diff --git a/bwmon/__init__.py b/bwmon/__init__.py index 934f60c..b56da95 100644 --- a/bwmon/__init__.py +++ b/bwmon/__init__.py @@ -29,6 +29,6 @@ from __future__ import absolute_import -__version__ = '1.0' -__website__ = 'http://thpinfo.com/2010/bwmon/' +__version__ = '1.1' +__website__ = 'http://thp.io/2010/bwmon/' diff --git a/doc/user-manual.html b/doc/user-manual.html index 0e29382..4763f1f 100644 --- a/doc/user-manual.html +++ b/doc/user-manual.html @@ -1,7 +1,7 @@ - bwmon: Application-level bandwidth monitoring (thpinfo.com) + bwmon: Application-level bandwidth monitoring (thp.io)