summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--README.md17
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index dd3baff..e96c0ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+v3.5 - August 30, 2014
+----------------------
+ * Fixes for all defects identified by coverity
+ * Fix accuracy issue on total rate calculation
+ * Travis-CI support
+ * Various other small bugfixes
+
v3.4 - August 24, 2014
----------------------
* Bugfixes
diff --git a/README.md b/README.md
index 3c8055d..e4b1d7e 100644
--- a/README.md
+++ b/README.md
@@ -10,17 +10,12 @@ interface and a programmable text output for scripting.
## Changes
-### 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
- * Assorted bug and spelling fixes
- * Various build fixes
+
+## New in v3.5
+ * Fixes for all defects identified by coverity
+ * Fix accuracy issue on total rate calculation
+ * Travis-CI support
+ * Various other small bugfixes
### Usage
diff --git a/configure.ac b/configure.ac
index d2040c5..3059e52 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.4, [], [], [http://www.infradead.org/~tgr/bmon/])
+AC_INIT(bmon, 3.5, [], [], [http://www.infradead.org/~tgr/bmon/])
AC_CONFIG_HEADERS(include/bmon/defs.h)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])