3.5 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
6920af805c
commit
7f8d60f40f
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
|||||||
|
v3.5 - August 30, 2014
|
||||||
|
----------------------
|
||||||
|
* Fixes for all defects identified by coverity
|
||||||
|
* Fix accuracy issue on total rate calculation
|
||||||
|
* Travis-CI support
|
||||||
|
* Various other small bugfixes
|
||||||
|
|
||||||
v3.4 - August 24, 2014
|
v3.4 - August 24, 2014
|
||||||
----------------------
|
----------------------
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
|
15
README.md
15
README.md
@ -10,17 +10,12 @@ interface and a programmable text output for scripting.
|
|||||||
|
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
### New in 3.4
|
|
||||||
* Bugfixes
|
|
||||||
* blank screen with config file
|
|
||||||
* quick-help toggle with '?' in curses
|
|
||||||
* Better bmon.conf example
|
|
||||||
|
|
||||||
## New in 3.3
|
## New in v3.5
|
||||||
* MacOS X port
|
* Fixes for all defects identified by coverity
|
||||||
* Only initialize curses module if actually used
|
* Fix accuracy issue on total rate calculation
|
||||||
* Assorted bug and spelling fixes
|
* Travis-CI support
|
||||||
* Various build fixes
|
* Various other small bugfixes
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
# DEALINGS IN THE SOFTWARE.
|
# DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
AC_INIT(bmon, 3.4, [], [], [http://www.infradead.org/~tgr/bmon/])
|
AC_INIT(bmon, 3.5, [], [], [http://www.infradead.org/~tgr/bmon/])
|
||||||
AC_CONFIG_HEADERS(include/bmon/defs.h)
|
AC_CONFIG_HEADERS(include/bmon/defs.h)
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user