From a29f6da2c574bfca65a6fb7096dbb81d3d0a2905 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Sun, 24 Aug 2014 14:14:50 +0200 Subject: 3.4 release Signed-off-by: Thomas Graf --- NEWS | 13 +++++++++++++ README.adoc | 6 ++++++ configure.ac | 2 +- man/bmon.8 | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..dd3baff --- /dev/null +++ b/NEWS @@ -0,0 +1,13 @@ +v3.4 - August 24, 2014 +---------------------- + * Bugfixes + * blank screen with config file + * quick-help toggle with '?' in curses + * Better bmon.conf example + +v3.3 - July 6, 2014 +------------------- + * MacOS X port + * Only initialize curses module if actually used + * Assorted bug and spelling fixes + * Various build fixes diff --git a/README.adoc b/README.adoc index 0ceae4b..be28989 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.4 + * Bugfixes + * blank screen with config file + * quick-help toggle with '?' in curses + * Better bmon.conf example + == New in 3.3 * MacOS X port * Only initialize curses module if actually used diff --git a/configure.ac b/configure.ac index 8f3d0f6..d2040c5 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.3, [], [], [http://www.infradead.org/~tgr/bmon/]) +AC_INIT(bmon, 3.4, [], [], [http://www.infradead.org/~tgr/bmon/]) AC_CONFIG_HEADERS(include/bmon/defs.h) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/man/bmon.8 b/man/bmon.8 index 3d81187..c94f1ba 100644 --- a/man/bmon.8 +++ b/man/bmon.8 @@ -229,4 +229,4 @@ $HOME/.bmonrc \fBnetlink\fR(7), .SH "AUTHOR" -Thomas Graf +Thomas Graf among others -- cgit v1.2.3