From a2c0e3d08e6d0178ae7ceada5c5864ac4b9b86bf Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Sun, 6 Jul 2014 13:51:29 +0200 Subject: 3.3 release Signed-off-by: Thomas Graf --- Makefile.am | 2 ++ README.adoc | 8 +++++++- configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 48aca83..d4e5b01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,3 +3,5 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src man include examples + +EXTRA_DIST = ChangeLog LICENSE.BSD LICENSE.MIT NEWS README.adoc diff --git a/README.adoc b/README.adoc index 64b7a3e..0ceae4b 100644 --- a/README.adoc +++ b/README.adoc @@ -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 + Copyright (c) 2001-2014 Thomas Graf Copyright (c) 2013 Red Hat, Inc. Please see the {license}[LICENSE] file for details. diff --git a/configure.ac b/configure.ac index 411c98e..8f3d0f6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- cgit v1.2.3