3.3 release

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2014-07-06 13:51:29 +02:00
parent 20814a34f1
commit a2c0e3d08e
3 changed files with 10 additions and 2 deletions

View File

@ -3,3 +3,5 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src man include examples
EXTRA_DIST = ChangeLog LICENSE.BSD LICENSE.MIT NEWS README.adoc

View File

@ -6,6 +6,12 @@ statistics and prepare them visually in a human friendly way. It
features various output methods including an interactive curses user
interface and a programmable text output for scripting.
== New in 3.3
* MacOS X port
* Only initialize curses module if actually used
* Assorted bug and spelling fixes
* Various build fixes
== Usage
To run bmon in the default curses mode:
@ -26,7 +32,7 @@ image:https://github.com/tgraf/bmon/raw/gh-pages/images/shot2.png[
== Copyright
Copyright (c) 2001-2013 Thomas Graf <tgraf@suug.ch>
Copyright (c) 2001-2014 Thomas Graf <tgraf@suug.ch>
Copyright (c) 2013 Red Hat, Inc.
Please see the {license}[LICENSE] file for details.

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