summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-08-24 14:14:50 +0200
committerThomas Graf <tgraf@suug.ch>2014-08-24 14:14:50 +0200
commita29f6da2c574bfca65a6fb7096dbb81d3d0a2905 (patch)
tree7a41797ad8a7ca3387611d60e863a319fe63a3ff
parentafb5db14c89a965462ce561b942a15dbf70567eb (diff)
3.4 releasev3.4
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--NEWS13
-rw-r--r--README.adoc6
-rw-r--r--configure.ac2
-rw-r--r--man/bmon.82
4 files changed, 21 insertions, 2 deletions
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 <tgraf@suug.ch>
+Thomas Graf <tgraf@suug.ch> among others