summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-07-06 13:51:29 +0200
committerThomas Graf <tgraf@suug.ch>2014-07-06 13:51:29 +0200
commita2c0e3d08e6d0178ae7ceada5c5864ac4b9b86bf (patch)
tree054e2e8b8315a42a018209c0595d71b2abe2a5d1
parent20814a34f1e239c4c5257a91229c682b74ae3f05 (diff)
3.3 releasev3.3
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--Makefile.am2
-rw-r--r--README.adoc8
-rw-r--r--configure.ac2
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 <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.
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])