3.3 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
20814a34f1
commit
a2c0e3d08e
@ -3,3 +3,5 @@
|
|||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = src man include examples
|
SUBDIRS = src man include examples
|
||||||
|
|
||||||
|
EXTRA_DIST = ChangeLog LICENSE.BSD LICENSE.MIT NEWS 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
|
features various output methods including an interactive curses user
|
||||||
interface and a programmable text output for scripting.
|
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
|
== Usage
|
||||||
|
|
||||||
To run bmon in the default curses mode:
|
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
|
||||||
|
|
||||||
Copyright (c) 2001-2013 Thomas Graf <tgraf@suug.ch>
|
Copyright (c) 2001-2014 Thomas Graf <tgraf@suug.ch>
|
||||||
Copyright (c) 2013 Red Hat, Inc.
|
Copyright (c) 2013 Red Hat, Inc.
|
||||||
|
|
||||||
Please see the {license}[LICENSE] file for details.
|
Please see the {license}[LICENSE] file for details.
|
||||||
|
@ -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.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_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